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 | |
---|
1 | default 0
|
---|
2 | timeout 10
|
---|
3 |
|
---|
4 | title=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/tetris
|
---|
14 | module /boot/tester
|
---|
15 | module /boot/klog
|
---|
16 | module /boot/fat
|
---|
17 | module /boot/vfs
|
---|
Note:
See
TracBrowser
for help on using the repository browser.