]> Zhao Yanbai Git Server - minix.git/commit
Single boot driver loaded, while multiple can be included in the boot image.
authorJorrit Herder <jnherder@minix3.org>
Wed, 3 Aug 2005 16:06:35 +0000 (16:06 +0000)
committerJorrit Herder <jnherder@minix3.org>
Wed, 3 Aug 2005 16:06:35 +0000 (16:06 +0000)
commit89cf745fe2bab3f8db737f76324b8147fc42ab1f
tree7365a7d560141687801318f01a8de18c030dc713
parentc12b74dad5391f65e0a69a8fe30f768a523f6d99
Single boot driver loaded, while multiple can be included in the boot image.
The user needs to set label=... to choose the driver of his or her choice.
This driver will be mapped onto the controller that is set in controller=...

Minor cleanup of kernel source code (boot image table now is static).
12 files changed:
etc/rc
include/minix/com.h
kernel/const.h
kernel/ipc.h
kernel/main.c
kernel/start.c
kernel/table.c
servers/fs/dmap.c
servers/fs/main.c
servers/pm/main.c
servers/sm/manager.c
tools/Makefile