BarinkOS/kernel/interrupts
Nigel 5781f730d9 Implemented the basis for syscalls
A software interrupt with vector 0x50 will cause a syscall to start executing.
The EAX register will hold the syscall_num.
Other registers and the stack can be used to hold further arguments.
2023-02-27 00:34:30 +01:00
..
idt.cpp Implemented the basis for syscalls 2023-02-27 00:34:30 +01:00
idt.h Implemented the basis for syscalls 2023-02-27 00:34:30 +01:00
idt.s Improved build system 2023-02-20 00:29:06 +01:00