summaryrefslogtreecommitdiff
path: root/arch/i386/boot/syscall.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-01-21arch: i386: move non-critial files out of bootDanny Holman1-21/+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>
2022-01-15arch: i386: add support for IRQs and system callsDanny Holman1-0/+21
Add support for rudementary system calls and IRQ interrupts. Signed-off-by: Danny Holman <dholman@gymli.org>