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
}
setInterrupts
void setInterrupts(void)
Set system interruptions.
Definition:
interrupts-asm.c:32
syscall
void syscall(void)
System interruption 0x20.
Definition:
interrupts-asm.c:47
addInterrupt
void addInterrupt(number, function)
add interruption
Definition:
interrupts-asm.c:23
kernel
interrupts-asm.c
Generated by
1.9.1