]> 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)
commitad3b62c85165b4fe011085a5155e0384590fd31c
treeafe3360acc2539c72d346ad3e80d58961036cdaf
parent31d801c5f244dcafdb0f6173a003789a31f55919
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]