summaryrefslogtreecommitdiff
path: root/src/kernel/arch/i386/gdt
AgeCommit message (Collapse)Author
2022-06-30kernel/linker: rename .text.early to .shareddzwdz
It's not really just a text section, as it's writeable too. Makes gcc shut up about invalid section attributes.
2022-05-29kernel: fix overlapping interrupt / regular stacksdzwdz
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