added origin program

This commit is contained in:
2026-06-16 18:44:31 -05:00
parent 0a51a5e8bc
commit 171cbd21bc
12 changed files with 262 additions and 28 deletions

View File

@@ -11,4 +11,10 @@ reload_segments:
mov %ax, %fs
mov %ax, %gs
mov %ax, %ss
ret
ret
.global tss_flush
tss_flush:
mov $0x28, %ax
ltr %ax
ret