Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-06-30 | kernel/linker: rename .text.early to .shared | dzwdz | |
It's not really just a text section, as it's writeable too. Makes gcc shut up about invalid section attributes. | |||
2022-05-29 | kernel: fix overlapping interrupt / regular stacks | dzwdz | |
2022-05-21 | kernel/i386: only map what's absolutely necessary in the user | dzwdz | |
2021-11-14 | shared: use a single implementation of mem* functions everywhere | dzwdz | |
2021-10-15 | slightly clean up all the assembly code | dzwdz | |
2021-08-24 | replace () with (void) in function definitions | dzwdz | |
`()` means that any amt of arguments will be accepted, which isn't what i want | |||
2021-07-18 | clean up the linker script, remove duplicate labels | dzwdz | |
2021-07-18 | move all kernel sources to src/kernel/ | dzwdz | |