This commit is contained in:
2026-06-13 13:27:39 -05:00
parent 00fb70c25b
commit 3ecbcdf369
13 changed files with 106 additions and 14 deletions

6
kernel/common_stubs.S Normal file
View File

@@ -0,0 +1,6 @@
.code32
.global enable_interrupts
enable_interrupts:
sti
ret