source: mainline/boot/arch/ia32/grub/menu.lst@ 965dc18

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 965dc18 was cebab351, checked in by Jakub Jermar <jakub@…>, 17 years ago

Enable booting from FAT on ia32.

  • Property mode set to 100644
File size: 248 bytes
Line 
1default 0
2timeout 10
3
4title=HelenOS
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/fat
14 module /boot/loader
15 module /boot/initrd.img
Note: See TracBrowser for help on using the repository browser.