The boot up process will be changed somewhat dramatically, therefor a restructering of the kernel seems as a good starting point.
7 lines
66 B
ArmAsm
7 lines
66 B
ArmAsm
|
|
.globl idt_flush
|
|
idt_flush:
|
|
mov 4(%esp), %eax
|
|
lidt (%eax)
|
|
ret
|