Changeset 0e0476ad in mainline for boot/arch/ia32


Ignore:
Timestamp:
2007-09-28T17:29:05Z (18 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7313e7a
Parents:
90e6025
Message:

DevMap, VFS and FAT added to boot images for all architectures.

Location:
boot/arch/ia32
Files:
2 edited

Legend:

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

    r90e6025 r0e0476ad  
    3333        $(USPACEDIR)/srv/kbd/kbd \
    3434        $(USPACEDIR)/srv/console/console \
     35        $(USPACEDIR)/srv/vfs/vfs \
     36        $(USPACEDIR)/srv/fs/fat/fat \
     37        $(USPACEDIR)/srv/devmap/devmap \
    3538        $(USPACEDIR)/app/init/init \
    3639        $(USPACEDIR)/app/tetris/tetris \
  • boot/arch/ia32/grub/menu.lst

    r90e6025 r0e0476ad  
    1111module /boot/kbd
    1212module /boot/console
     13module /boot/vfs
     14module /boot/fat
     15module /boot/devmap
    1316module /boot/tetris
    1417module /boot/tester
Note: See TracChangeset for help on using the changeset viewer.