summaryrefslogtreecommitdiff
path: root/src/kernel/arch/i386/registers.h
AgeCommit message (Collapse)Author
2021-07-24merge the `register` and `register_pushad` structsdzwdz
2021-07-24sysexit() now overrides all registersdzwdz
when doing anything more complex than starting a new program, you pretty much need to pass a full register dump. otherwise stuff will break
2021-07-24save all registers on syscallsdzwdz