more userspace stuff

This commit is contained in:
2026-07-01 20:00:22 -05:00
parent af6c1c94cf
commit b6ee4fc3de
21 changed files with 161 additions and 121 deletions

View File

@@ -33,9 +33,9 @@ init_pic:
outb %al, $PIC2_DATA
# mask
mov $0xF8, %al
mov $0xFF, %al
outb %al, $PIC1_DATA
mov $0x3F, %al
mov $0xFF, %al
outb %al, $PIC2_DATA
ret