toaruos/kernel/fs
Kevin Lange 7c8d34d1b6 Disable EXT2 writes; add experimental tmpfs
This is still a work in progress. ext2 writes are quite broken, so they
have been completely disabled, but there's a new tmpfs mounted to /tmp
that you can try to poke at. I'm still fixing up quirks in the VFS that
make it incompatible with a bunch of stuff, but I did manage to write
some files with vim, and swap files appear to be working at least
somewhat. It's all still broken as fuck.
2013-04-21 23:17:26 -07:00
..
devfs.c Restructure directory tree for kernel modules 2011-12-14 22:15:47 -06:00
ext2_disk.c Disable EXT2 writes; add experimental tmpfs 2013-04-21 23:17:26 -07:00
ext2_ramdisk.c unify logging 2012-12-07 18:33:07 -08:00
hellodev.c fix derp in dev FSes, add /dev/random 2013-03-22 22:38:10 -07:00
nulldev.c fix nulldev, add zerodev 2013-03-31 13:01:05 -07:00
pipe.c new fs node device pointer 2013-03-25 21:48:16 -07:00
procfs.c fix derp in dev FSes, add /dev/random 2013-03-22 22:38:10 -07:00
randomdev.c fix derp in dev FSes, add /dev/random 2013-03-22 22:38:10 -07:00
serialdev.c Fix up the serial console so it works again 2013-04-15 01:26:03 -07:00
tmpfs.c Disable EXT2 writes; add experimental tmpfs 2013-04-21 23:17:26 -07:00
tty.c Generic ringbuffer ds for kernel 2013-04-02 23:02:43 -07:00
vfs.c Disable EXT2 writes; add experimental tmpfs 2013-04-21 23:17:26 -07:00
zerodev.c fix nulldev, add zerodev 2013-03-31 13:01:05 -07:00