toaruos/kernel/fs
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
..
devfs.c Restructure directory tree for kernel modules 2011-12-14 22:15:47 -06:00
ext2_disk.c Delayed writes [use sysfunc 3 to sync disc] 2012-05-31 20:52:47 +09:00
ext2_initrd.c This is what happens when we don't maintain legacy stuff. 2012-04-10 23:49:22 -05:00
nulldev.c [pipe] Pipe (ring buffer) device? 2012-01-24 17:56:35 -06:00
pipe.c Faster mouse response 2012-04-12 23:21:38 -05:00
vfs.c New debug printing facilities. 2012-09-03 22:35:11 -07:00