Age | Commit message (Collapse) | Author | |
---|---|---|---|
4 days | PROJECT RESTRUCTURING | Danny Holman | |
Move the entire kernel into its own directory. Create new directories for system commands, libraries and other required essentials for a complete Unix-like operating system. Signed-off-by: Danny Holman <dholman@gymli.org> | |||
2024-02-24 | arch: i386: cleanup everything and reorganize | Danny Holman | |
Clean up everything in the i386 arch directory. This code has been in dire need of refactoring for a long while. All the inline assembly functions and the data structures related to the architecture should be placed into their own header file. Now the scheduler can access registers and ISRs without having to deal with arch-specific code. Signed-off-by: Danny Holman <dholman@gymli.org> |