summaryrefslogtreecommitdiff
path: root/src/kernel/arch/amd64/32/boot.s
AgeCommit message (Collapse)Author
2024-07-25kernel: set up the GDT in assemblydzwdz
This is just for simplicity's sake. I think I could even omit the `movw $TSS, (GdtTss + 2)` and have the linker fill that out as a relocation, but that would probably be more complex overall.
2022-08-28kernel/amd64: SSE supportdzwdz
2022-08-04syscalls: add _syscall_sleep()dzwdz
2022-07-17amd64: remove dead code, combine shared codedzwdz
2022-07-16amd64: back at the shell!dzwdz
2022-07-16amd64: seemingly working syscalls (SYSCALL/SYSRET)dzwdz
2022-07-16amd64: barely boot into kernel codedzwdz