Elf Loading & Terminal Emulation
Posted: Sat May 07, 2016 2:14 pm
Hi all. I have rough drafts of two tutorials: http://wiki.osdev.org/User:Joeeagar/ElfLoading and http://wiki.osdev.org/User:Joeeagar/TerminalEmulation. The ELF tutorial is a very simple program loader (no support for dynamic symbols). I'd appreciate feedback on both articles; I have a few questions on where to take them:
- Should the ELF tutorial cover reading the sections and symbol tables? Or does that belong in its own tutorial?
- The ELF tutorial doesn't cover dynamic linking (which I've not implemented myself yet). I think that should be its own tutorial; that sound right?
- The terminal emulation tutorial is incomplete. Right now it's more of a reference page. I'd appreciate feedback on additional content, structure (should it be a series of tutorials?), etc.