Changeset 00db5bcf in mainline for boot/arch/ia32/grub/menu.lst


Ignore:
Timestamp:
2008-06-03T14:37:17Z (17 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
558c2bd
Parents:
1f0d2ee9
Message:

RAM disk / filesystem support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/ia32/grub/menu.lst

    r1f0d2ee9 r00db5bcf  
    33
    44title=HelenOS
    5 root (cd)
    6 kernel /boot/kernel.bin
    7 module /boot/ns
    8 module /boot/init
    9 module /boot/pci
    10 module /boot/fb
    11 module /boot/kbd
    12 module /boot/console
    13 module /boot/vfs
    14 module /boot/tmpfs
    15 module /boot/fat
    16 module /boot/devmap
    17 module /boot/tetris
    18 module /boot/tester
    19 module /boot/klog
     5        root (cd)
     6        kernel /boot/kernel.bin
     7        module /boot/ns
     8        module /boot/init
     9        module /boot/devmap
     10        module /boot/rd
     11        module /boot/vfs
     12        module /boot/tmpfs
     13        module /boot/initrd.img
Note: See TracChangeset for help on using the changeset viewer.