minix/kernel
Jorrit Herder 872687ddfc Scheduling updates to the kernel. Sched() function now is single point for
policy. Actual policy not yet implemented.

PM calculates nice values for processes in boot image.

IS debug dumps improved (Shift+F1-F4).
2005-08-22 15:14:11 +00:00
..
system Scheduling updates to the kernel. Sched() function now is single point for 2005-08-22 15:14:11 +00:00
clock.c Scheduling updates to the kernel. Sched() function now is single point for 2005-08-22 15:14:11 +00:00
config.h Miscellaneous clean ups and fixes to the kernel. 2005-08-04 09:26:36 +00:00
const.h Check if kernel calls is allowed (from process' call mask) added. Not yet 2005-08-04 19:23:03 +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 Scheduling updates to the kernel. Sched() function now is single point for 2005-08-22 15:14:11 +00:00
i8259.c Various fixes and improvements. 2005-07-20 15:25:38 +00:00
ipc.h Miscellaneous clean ups and fixes to the kernel. 2005-08-04 09:26:36 +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 Scheduling updates to the kernel. Sched() function now is single point for 2005-08-22 15:14:11 +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 New scheduling code in kernel. Work in progress. 2005-08-19 16:43:28 +00:00
proc.c Scheduling updates to the kernel. Sched() function now is single point for 2005-08-22 15:14:11 +00:00
proc.h Scheduling updates to the kernel. Sched() function now is single point for 2005-08-22 15:14:11 +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 New scheduling code in kernel. Work in progress. 2005-08-19 16:43:28 +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 New scheduling code in kernel. Work in progress. 2005-08-19 16:43:28 +00:00
system.h Moved "Changes" comments from system/do_....c to system.h. 2005-08-10 10:23:55 +00:00
table.c New scheduling code in kernel. Work in progress. 2005-08-19 16:43:28 +00:00
type.h New scheduling code in kernel. Work in progress. 2005-08-19 16:43:28 +00:00
utility.c Miscellaneous clean ups and fixes to the kernel. 2005-08-04 09:26:36 +00:00