=================================================================== RCS file: /cvsrepo/anoncvs/cvs/www/pegasos.html,v retrieving revision 1.7 retrieving revision 1.8 diff -c -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,26 ****

! OpenBSD/pegasos runs on the Pegasos I system.

--- 20,26 ----


! OpenBSD/pegasos runs on the Pegasos I and Pegasos II systems.

*************** *** 57,64 ****

History:

! 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.

--- 57,66 ----

History:

! 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,76 ****

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.


--- 70,81 ----

Current status:

! 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,332 ****
  • CD boot

    With the OpenBSD CD inserted in the cdrom drive, the CD can be booted ! at the OpenFirmware prompt, with

        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.

    ! Typical booting from the installed harddrive is

    !   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

        boot /dev/pci/ide/disk@0,0:3,ofwboot /bsd.alt /bsd.alt
      
    ! The first /bsd.alt argument seems be dropped by the bootloader.
  • -
    --- 312,351 ----
  • CD boot

    With the OpenBSD CD inserted in the cdrom drive, the CD can be booted ! 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 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 depends on PegI/PegII, ! firmware differences ! On a pegII

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

    ! 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
      
    ! On the Peg I, the first /bsd.alt argument seems be dropped by the bootloader.

  • *************** *** 345,351 ****
    www@openbsd.org
    ! $OpenBSD: pegasos.html,v 1.7 2003/11/03 14:12:21 miod Exp $ --- 364,370 ----
    www@openbsd.org
    ! $OpenBSD: pegasos.html,v 1.8 2004/02/04 20:30:59 drahn Exp $