feat: introduced tasking, added paging (no vm), moved malloc, added
syscalls, other stuff
This commit is contained in:
@@ -109,6 +109,8 @@ irq_common_stub:
|
||||
.global irq14
|
||||
.global irq15
|
||||
|
||||
.global isr128
|
||||
|
||||
# 0: Divide By Zero Exception
|
||||
isr0:
|
||||
cli
|
||||
@@ -424,3 +426,9 @@ irq15:
|
||||
push $47
|
||||
jmp irq_common_stub
|
||||
|
||||
# Syscall
|
||||
isr128:
|
||||
cli
|
||||
push $0
|
||||
push $128
|
||||
jmp isr_common_stub
|
||||
|
||||
Reference in New Issue
Block a user