summaryrefslogtreecommitdiff
path: root/src/kernel/arch/i386/sysenter.c
AgeCommit message (Expand)Author
2021-08-24replace () with (void) in function definitionsdzwdz
2021-07-24fix some warningsdzwdz
2021-07-24simplify the struct copy in sysexit()dzwdz
2021-07-24sysenter: save the registers into _sysexit_regs, makes the code cleaner (imo)dzwdz
2021-07-24merge the `register` and `register_pushad` structsdzwdz
2021-07-24sysexit() now overrides all registersdzwdz
2021-07-24save all registers on syscallsdzwdz