Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-15 | slightly clean up all the assembly code | dzwdz | |
2021-09-14 | add support for 4-parameter syscalls | dzwdz | |
2021-08-12 | init: preserve registers in _syscall() | dzwdz | |
2021-07-21 | syscall parameter & return value passing | dzwdz | |
Sadly, sysenter on i386 limits me to only 4 arguments (so, 1 for the syscall id + 3 real args). If that turns out to be an issue I'll either just switch to interrupts, or switch to x64. | |||
2021-07-21 | barebones syscall | dzwdz | |