source: mainline/boot/arch/amd64/grub/menu.lst@ 8ccd2ea

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 8ccd2ea was 2a3db79, checked in by Jakub Jermar <jakub@…>, 18 years ago

Added support for tmpfs loading to amd64, ia32 and mips32.
Added support for devmap loading to amd64.

  • Property mode set to 100644
File size: 306 bytes
Line 
1default 0
2timeout 10
3
4title=HelenOS
5root (cd)
6kernel /boot/kernel.bin
7module /boot/ns
8module /boot/init
9module /boot/pci
10module /boot/fb
11module /boot/kbd
12module /boot/console
13module /boot/tetris
14module /boot/tester
15module /boot/klog
16module /boot/tmpfs
17module /boot/fat
18module /boot/vfs
19module /boot/devmap
Note: See TracBrowser for help on using the repository browser.