toaruos/userspace
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
..
core Initial work on modules 2014-03-09 19:36:28 -07:00
extra Add a clock to the VGA warning 2013-11-27 19:08:07 -08:00
gui Workaround an issue where terminals werne't closing 2013-12-02 21:05:30 -08:00
lib Fix up/down for meta keys 2013-06-18 23:42:53 -07:00
tests Box drawing and new wcwidth 2013-05-11 13:20:20 -07:00
util Initial work on modules 2014-03-09 19:36:28 -07:00
build.py python2 2014-02-12 13:33:19 -08:00