toaruos/kernel/sys
Kevin Lange e5aa49beda (hack) make /dev listings work
This is a bit of a hack. /dev is presented as a new pseudo file type
until I finish the VFS overhaul. This fake file presents a directory
with entries for all of the VFS nodes that are children of it. The
future VFS will do this on its own, thus making this superfluous.
2014-03-16 21:41:19 -07:00
..
module.c Detect segfaults in modules and print information 2014-03-16 14:39:39 -07:00
panic.c Big fat cleanup and GCC fix batch 2013-06-05 23:10:36 -07:00
process.c Tasklets; fix dead sleep; kernel serial console 2013-11-27 19:11:58 -08:00
signal.c no more serial syscall 2014-03-15 20:51:11 -07:00
syscall.c Keyboard + Mouse as modules 2014-03-16 15:13:27 -07:00
system.c Some sort of PCI subsystem, maybe 2013-12-12 23:40:52 -08:00
task.c Debug shell as a module 2014-03-14 23:17:59 -07:00
version.c (hack) make /dev listings work 2014-03-16 21:41:19 -07:00