source: mainline/boot/arch/amd64/grub/menu.lst@ 47a776f9

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

VFS work.

The VFS_REGISTER is now fully implemented by both vfs and fat servers. Thanks to
the debugging dprintf()'s, I was able to fix little errors here and there to
make them actually work.

Modified vfs and fat service makefiles so that the two are not built as drivers
and can therefore print to standard output. Added many debugging dprintf()'s.

Change the amd64 boot configuration to load vfs and fat.

  • Property mode set to 100644
File size: 267 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/fat
17module /boot/vfs
Note: See TracBrowser for help on using the repository browser.