summaryrefslogtreecommitdiff
path: root/src/kernel/arch/i386/gdt
AgeCommit message (Collapse)Author
2022-05-21kernel/i386: only map what's absolutely necessary in the userdzwdz
2021-11-14shared: use a single implementation of mem* functions everywheredzwdz
2021-10-15slightly clean up all the assembly codedzwdz
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-18clean up the linker script, remove duplicate labelsdzwdz
2021-07-18move all kernel sources to src/kernel/dzwdz