summaryrefslogtreecommitdiff
path: root/src/kernel/arch/i386/sysenter.h
AgeCommit message (Collapse)Author
2021-09-21start using sparse's `-Wdecl`dzwdz
2021-09-19call sysenter_setup before kmain_earlydzwdz
makes the code slightly simpler, imo
2021-08-24replace () with (void) in function definitionsdzwdz
`()` means that any amt of arguments will be accepted, which isn't what i want
2021-07-18move all kernel sources to src/kernel/dzwdz