Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-21 | start using sparse's `-Wdecl` | dzwdz | |
2021-09-19 | call sysenter_setup before kmain_early | dzwdz | |
makes the code slightly simpler, imo | |||
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 | move all kernel sources to src/kernel/ | dzwdz | |