summaryrefslogtreecommitdiff
path: root/src/kernel/arch/amd64/pagedir.c
AgeCommit message (Expand)Author
2023-01-25kernel: move /mem/alloc to /malloc and linker.ld to arch/amd64/dzwdz
2023-01-25style: typedef structs, shorter namespacesdzwdz
2022-08-21user/ethdump: IPv4 fragment reassemblydzwdz
2022-08-19kernel: kzallocdzwdz
2022-07-21fix type-related compiler warningsdzwdz
2022-07-20user/elf: free memory not belonging to the elf when jumping to itdzwdz
2022-07-17amd64: ensure all addresses are canonicaldzwdz
2022-07-17amd64: remove dead code, combine shared codedzwdz
2022-07-16amd64: all tests passdzwdz
2022-07-16amd64: back at the shell!dzwdz
2022-07-16amd64: init can print to the terminal nowdzwdz
2022-07-16amd64: seemingly working syscalls (SYSCALL/SYSRET)dzwdz
2022-07-16amd64: just enough paging support to map initdzwdz
2022-07-16amd64: barely boot into kernel codedzwdz