minix/kernel
Jorrit Herder 89cf745fe2 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).
2005-08-03 16:06:35 +00:00
..
system Cleaned up table. Moved policies to table. 2005-08-02 15:28:09 +00:00
clock.c AT driver is not modified (debugging only); 2005-07-27 14:32:16 +00:00
config.h AT driver is not modified (debugging only); 2005-07-27 14:32:16 +00:00
const.h Single boot driver loaded, while multiple can be included in the boot image. 2005-08-03 16:06:35 +00:00
debug.c Various fixes and improvements. 2005-07-20 15:25:38 +00:00
debug.h Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
exception.c Kernel changes: 2005-07-26 12:48:34 +00:00
glo.h - Kernel call handlers cleaned up. More strict checking of input parameters. 2005-07-29 15:26:23 +00:00
i8259.c Various fixes and improvements. 2005-07-20 15:25:38 +00:00
ipc.h Single boot driver loaded, while multiple can be included in the boot image. 2005-08-03 16:06:35 +00:00
kernel.h Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
klib.s Initial revision 2005-04-21 14:53:53 +00:00
klib88.s *** empty log message *** 2005-04-29 15:36:43 +00:00
klib386.s Various fixes and improvements. 2005-07-20 15:25:38 +00:00
main.c Single boot driver loaded, while multiple can be included in the boot image. 2005-08-03 16:06:35 +00:00
Makefile Various fixes and improvements. 2005-07-20 15:25:38 +00:00
mpx.s Initial revision 2005-04-21 14:53:53 +00:00
mpx88.s *** empty log message *** 2005-04-29 15:36:43 +00:00
mpx386.s Rewrite of process scheduling: 2005-06-30 15:55:19 +00:00
priv.h Small update to SYS_IRQCTL -> setting an interrupt policy now allows the caller 2005-07-29 12:44:42 +00:00
proc.c Cleaned up table. Moved policies to table. 2005-08-02 15:28:09 +00:00
proc.h Cleaned up table. Moved policies to table. 2005-08-02 15:28:09 +00:00
protect.c Reorganized system call library; uses separate file per call now. 2005-07-14 15:12:12 +00:00
protect.h *** empty log message *** 2005-04-29 15:36:43 +00:00
proto.h - Kernel call handlers cleaned up. More strict checking of input parameters. 2005-07-29 15:26:23 +00:00
sconst.h Initial revision 2005-04-21 14:53:53 +00:00
start.c Single boot driver loaded, while multiple can be included in the boot image. 2005-08-03 16:06:35 +00:00
system.c - Kernel call handlers cleaned up. More strict checking of input parameters. 2005-07-29 15:26:23 +00:00
system.h bios_wini driver 2005-07-29 10:21:04 +00:00
table.c Single boot driver loaded, while multiple can be included in the boot image. 2005-08-03 16:06:35 +00:00
type.h - Kernel call handlers cleaned up. More strict checking of input parameters. 2005-07-29 15:26:23 +00:00
utility.c Fixed 'bug' in log driver that caused kernel messages not to be displayed. 2005-08-03 08:14:08 +00:00