Jorrit Herder f2a85e58d9 Various updates.
* Removed some variants of the SYS_GETINFO calls from the kernel;
  replaced them with new PM and utils libary functionality. Fixed
  bugs in utils library that used old get_kenv() variant.
* Implemented a buffer in the kernel to gather random data.
  Memory driver periodically checks this for /dev/random.
  A better random algorithm can now be implemented in the driver.
  Removed SYS_RANDOM; the SYS_GETINFO call is used instead.
* Remove SYS_KMALLOC from the kernel. Memory allocation can now
  be done at the process manager with new 'other' library functions.
2005-06-03 13:55:06 +00:00
2005-05-31 11:14:37 +00:00
2005-06-03 13:55:06 +00:00
2005-05-04 13:46:34 +00:00
2005-06-03 13:55:06 +00:00
2005-06-03 13:55:06 +00:00
2005-06-03 13:55:06 +00:00
2005-06-03 13:55:06 +00:00
2005-04-21 14:53:53 +00:00
2005-05-04 09:31:32 +00:00
Description
A fun microkernel meant to match modern usecases
GPL-3.0 148 MiB
Languages
C 78.2%
Roff 10.2%
Assembly 4.6%
Shell 3.7%
Makefile 1.6%
Other 1.2%