]> Zhao Yanbai Git Server - minix.git/commit
boot: Add multiboot support
authorArun Thomas <arun@minix3.org>
Fri, 24 Jun 2011 15:20:25 +0000 (17:20 +0200)
committerArun Thomas <arun@minix3.org>
Fri, 24 Jun 2011 15:21:51 +0000 (17:21 +0200)
commit93ae43f57703c10f35a81cee7a5feb54779c5b75
tree8139228212a1f901720d56bb6f80c0aaa023c425
parente785381d4db68f890f68145309ba0a63bf1a0922
boot: Add multiboot support

Not yet fully spec-compliant; work in progress
31 files changed:
boot/boot/Makefile
boot/boot/boot.c
boot/boot/boothead.s
boot/boot/bootimage.c
commands/mkimage/Makefile [new file with mode: 0644]
commands/mkimage/mkimage.c [new file with mode: 0644]
drivers/log/Makefile
drivers/memory/Makefile
drivers/tty/Makefile
include/arch/i386/Makefile
include/arch/i386/multiboot.h [moved from kernel/arch/i386/multiboot.h with 99% similarity]
kernel/arch/i386/arch_system.c
kernel/arch/i386/kernel_elf.lds [new file with mode: 0644]
kernel/arch/i386/klib.S
kernel/arch/i386/klib16.S
kernel/arch/i386/mpx.S
kernel/arch/i386/multiboot.S
kernel/arch/i386/pre_init.c
lib/libexec/exec_elf.c
servers/ds/Makefile
servers/init/Makefile
servers/mfs/Makefile
servers/pfs/Makefile
servers/pm/Makefile
servers/rs/Makefile
servers/sched/Makefile
servers/vfs/Makefile
servers/vm/Makefile
share/mk/Makefile
share/mk/minix.bootprog.mk [new file with mode: 0644]
tools/Makefile