toaruos/hdd
Kevin Lange cc4391d783 Initial work on modules
There's a lot here, so let's through it:
- Lots of work to include a symbol table in the kernel. We can't rely on
  our bootloader to give us our own ELF information, so we do this
  separately. This probably should be changed to output a C source
  rather than assembly, but that's a TODO.
- Makefile can now generate modules. It works basically the same way any
  other kernel object works, expect with a slightly different linking
  scheme.
- Commands have been added to the debug shell to load modules, but they
  don't work yet - still need to get through relocation and linking.
- Commands have been added to the debug shell to print the symbol list,
  as well as print symbol values (but note that printing symbol values
  is kinda dangerous if you don't know what they are, so don't just go
  printing things willy-nilly).
2014-03-09 19:36:28 -07:00
..
bin Move all of the ramdisk support into the hard disk 2011-11-18 14:45:19 -06:00
dev fix nulldev, add zerodev 2013-03-31 13:01:05 -07:00
etc Include /etc/vimrc 2013-05-30 20:35:41 -07:00
home [security] Shadow Passwords, whoami, and more 2012-01-27 18:04:39 -06:00
mod Initial work on modules 2014-03-09 19:36:28 -07:00
opt/examples Teapot Mesa shader example 2013-05-13 02:59:10 -07:00
proc procfs, and more pty cleanup 2013-03-18 00:52:12 -07:00
tmp Disable EXT2 writes; add experimental tmpfs 2013-04-21 23:17:26 -07:00
usr/share Build ALL the things! 2013-05-12 00:38:56 -07:00