]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
x86: add int 0x80 syscall gate and minimal sys_write
authorTulio A M Mendes <[email protected]>
Thu, 5 Feb 2026 19:41:37 +0000 (16:41 -0300)
committerTulio A M Mendes <[email protected]>
Thu, 5 Feb 2026 19:41:37 +0000 (16:41 -0300)
commit394202c032c4adeb0456f56437d27be5e0d2cfb5
tree3d21ed97a4a4a8a773d80fae97f23ce7288ed52e
parente1fec662e9c3837d03d6b60c0d8132e50adbb7bf
x86: add int 0x80 syscall gate and minimal sys_write
include/syscall.h [new file with mode: 0644]
src/arch/x86/idt.c
src/arch/x86/interrupts.S
src/kernel/main.c
src/kernel/syscall.c [new file with mode: 0644]