Changeset 2a3db79 in mainline for boot/arch/amd64


Ignore:
Timestamp:
2007-12-16T19:03:22Z (18 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3401622
Parents:
c0697c4c
Message:

Added support for tmpfs loading to amd64, ia32 and mips32.
Added support for devmap loading to amd64.

Location:
boot/arch/amd64
Files:
2 edited

Legend:

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

    rc0697c4c r2a3db79  
    3333        $(USPACEDIR)/srv/kbd/kbd \
    3434        $(USPACEDIR)/srv/vfs/vfs \
     35        $(USPACEDIR)/srv/fs/tmpfs/tmpfs \
    3536        $(USPACEDIR)/srv/fs/fat/fat \
     37        $(USPACEDIR)/srv/devmap/devmap \
    3638        $(USPACEDIR)/srv/console/console \
    3739        $(USPACEDIR)/app/init/init \
  • boot/arch/amd64/grub/menu.lst

    rc0697c4c r2a3db79  
    1414module /boot/tester
    1515module /boot/klog
     16module /boot/tmpfs
    1617module /boot/fat
    1718module /boot/vfs
     19module /boot/devmap
Note: See TracChangeset for help on using the changeset viewer.