summaryrefslogtreecommitdiff
path: root/arch/i386/boot/syscall.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* arch: i386: move non-critial files out of bootDanny Holman2022-01-211-9/+0
| | | | | | | Move all files not needed for the bootstrap process out of boot and into the main x86 source directory. Signed-off-by: Danny Holman <dholman@gymli.org>
* arch: i386: add support for IRQs and system callsDanny Holman2022-01-151-0/+9
Add support for rudementary system calls and IRQ interrupts. Signed-off-by: Danny Holman <dholman@gymli.org>