toaruos/kernel/sys
Kevin Lange 8ed06789ed New debug printing facilities.
- Can now register a userspace file descriptor as the output for kernel
  print statements through kprintf()
- Can set logging levels for debug print messages, which are separate
  from kernel log events and meant to be more readily visible. Log
  events are recorded in a buffer to be viewed later, though nothing
  actually using logging at the moment.
- Serial output is disabled by default now. You can enable it yourself
  by appending the logtoserial argument to the kernel on boot.
2012-09-03 22:35:11 -07:00
..
panic.c HACF should return non-zero. 2012-01-25 20:08:22 -06:00
process.c New debug printing facilities. 2012-09-03 22:35:11 -07:00
signal.c Actually, I'm just a complete moron, lolz 2012-03-10 13:36:16 -06:00
syscall.c New debug printing facilities. 2012-09-03 22:35:11 -07:00
system.c Add a testing framework. 2012-09-02 02:24:25 -07:00
task.c New debug printing facilities. 2012-09-03 22:35:11 -07:00
version.c Increment version to 0.2.1 2012-04-11 00:16:24 -05:00