Simple Operating System
interrupts-asm.c
Go to the documentation of this file.
1 
11 #include "lib.asm"
12 #include "boot/io.asm"
13 
23 void addInterrupt (number, function)
24 {
25 }
32 void setInterrupts (void)
33 {
34 }
47 void syscall (void)
48 {
49 }
void setInterrupts(void)
Set system interruptions.
void syscall(void)
System interruption 0x20.
void addInterrupt(number, function)
add interruption