Changeset 47a776f9 in mainline for boot/arch/amd64


Ignore:
Timestamp:
2007-09-19T18:56:02Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d2d0baf
Parents:
26f2af0
Message:

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.

Location:
boot/arch/amd64
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • boot/arch/amd64/Makefile.inc

    r26f2af0 r47a776f9  
    3232        $(USPACEDIR)/srv/fb/fb \
    3333        $(USPACEDIR)/srv/kbd/kbd \
     34        $(USPACEDIR)/srv/vfs/vfs \
     35        $(USPACEDIR)/srv/fs/fat/fat \
    3436        $(USPACEDIR)/srv/console/console \
    3537        $(USPACEDIR)/app/init/init \
  • boot/arch/amd64/grub/menu.lst

    r26f2af0 r47a776f9  
    1414module /boot/tester
    1515module /boot/klog
     16module /boot/fat
     17module /boot/vfs
Note: See TracChangeset for help on using the changeset viewer.