misaka
misaka copied to clipboard
Experimental x86_64 kernel project. Planned eventual successor to the kernel in ToaruOS. WIP
- [ ] Resolve remaining race conditions. - It seems like some are trashing stacks. - We're probably not cleaning up processes sanely between cores: This seems like the area...
- [x] binutils - Had to disable readline - investigate this. I think the last thing it wanted was newer signals API. Would be nice to implement `ptrace` and port...
- [x] Kernel Elf loader - [x] Support Elf64 binaries in basic parsing. - [x] Support necessary relocations for object files used as modules. - [x] Support static binary loading...