Go to file
Jorrit Herder 0e2a7a9730 Kernel cleanup.
Reduced kernel size by 512KB by moving private buffer into cstart() function.
Replaced assertions with erroneous return values. Removed assertions relating
to isuserp(rp), since all processes should become user processes; system
processes are now treated similar to other processes.
2005-06-07 12:34:25 +00:00
boot Fixed some compiler warnings. 2005-05-31 11:14:37 +00:00
commands Fixed 'ps' utility: now get process table addresses with getsysinfo() calls. 2005-06-06 13:51:50 +00:00
drivers Use relative paths. 2005-06-06 16:18:05 +00:00
etc *** empty log message *** 2005-05-04 13:46:34 +00:00
include Fixed 'ps' utility: now get process table addresses with getsysinfo() calls. 2005-06-06 13:51:50 +00:00
kernel Kernel cleanup. 2005-06-07 12:34:25 +00:00
lib removed debug message 2005-06-06 14:58:47 +00:00
man /boot and /minix -> /boot/boot and /boot/image changes 2005-05-04 09:29:52 +00:00
servers Fixed 'ps' utility: now get process table addresses with getsysinfo() calls. 2005-06-06 13:51:50 +00:00
test Added welcome message to POSIX test suite. 2005-06-07 11:52:35 +00:00
tools small compile fixes; initial select() stubs; release.sh script doesn't 2005-06-06 11:40:32 +00:00
LICENSE Initial revision 2005-04-21 14:53:53 +00:00
Makefile Notice 2005-05-04 09:31:32 +00:00