summaryrefslogtreecommitdiff
path: root/src/kernel/arch/amd64/sysenter.c
AgeCommit message (Expand)Author
2024-08-02*: use a generic UserRegs type everywhere I'm storing registersdzwdz
2023-01-25style: typedef structs, shorter namespacesdzwdz
2022-07-29syscall: up the max argument count to 5; make write accept flagsdzwdz
2022-07-26shared: move some headers from shared/ to camellia/dzwdz
2022-07-26tools: add tools/sort_includes.rbdzwdz
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