=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/pegasos.html,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- www/pegasos.html 2003/11/03 14:12:21 1.7 +++ www/pegasos.html 2004/02/04 20:30:59 1.8 @@ -20,7 +20,7 @@

-OpenBSD/pegasos runs on the Pegasos I system. +OpenBSD/pegasos runs on the Pegasos I and Pegasos II systems.

@@ -57,8 +57,10 @@

History:

-The OpenBSD/pegasos port was started early 2003 when Genesi contacted -Dale Rahn to port OpenBSD to their newly released motherboard. +The OpenBSD/pegasos port was started early 2003 when +Genesi contacted +Dale Rahn to port OpenBSD to their newly released +motherboard. After several months of hiatus, the port was revived and eventually made public.

@@ -68,9 +70,12 @@

Current status:

-The Pegasos I is the only supported board at the current time; hopefully -the Pegasos II hardware will be available to developers soon and it will -be supported as well. +The Pegasos I and Pegasos II are supported board. +The Pegasos II gigabit networking interface is not supported. +

+Machine can be used with vga (AGP or PCI) console or with serial console. +Serial console can be selected with vga card absent or present with +firmware settings.


@@ -307,26 +312,40 @@
  • CD boot

    With the OpenBSD CD inserted in the cdrom drive, the CD can be booted - at the OpenFirmware prompt, with + at the OpenFirmware prompt, with (on PegII)

    +  boot cd OFWBOOT 3.4/pegasos/bsd.rd
    +
    + or (on PegI) +
       boot cd:OFWBOOT 3.4/pegasos/bsd.rd
     
    - Currently only MBR labeled disks can be used by OpenBSD/pegasos for - booting. RDB labeled disk are not yet supported. + + Currently MBR labeled disks are used by OpenBSD/pegasos for booting. + RDB labeled disk is supported but not documented fully yet.

    - Typical booting from the installed harddrive is + Typical booting from the installed harddrive depends on PegI/PegII, + firmware differences + On a pegII

    -  boot /dev/pci/ide/disk@0,0:3,ofwboot
    +  boot hd:3 ofwboot 
     
    + On a Peg I, +
    +  boot /dev/pci/ide/disk@0,0:3,ofwboot 
    +

    - To boot an alternate kernel, the kernelname must be specified twice due - to how use_argv[0]? is handled + To boot an alternate kernel,

    +  boot hd:3 ofwboot /bsd.alt 
    +
    + or on Peg I the kernelname must be specified twice due to how use_argv[0]? + is handled +
       boot /dev/pci/ide/disk@0,0:3,ofwboot /bsd.alt /bsd.alt
     
    - The first /bsd.alt argument seems be dropped by the bootloader. + On the Peg I, the first /bsd.alt argument seems be dropped by the bootloader.
  • -
    @@ -345,7 +364,7 @@
    www@openbsd.org
    -$OpenBSD: pegasos.html,v 1.7 2003/11/03 14:12:21 miod Exp $ +$OpenBSD: pegasos.html,v 1.8 2004/02/04 20:30:59 drahn Exp $