toaruos/kernel/misc
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
..
args.c New debug printing facilities. 2012-09-03 22:35:11 -07:00
elf.c Fix argv[0] bug 2012-03-27 21:36:39 -05:00
kprintf.c New debug printing facilities. 2012-09-03 22:35:11 -07:00
logging.c New debug printing facilities. 2012-09-03 22:35:11 -07:00
multiboot.c Restructure directory tree for kernel modules 2011-12-14 22:15:47 -06:00