Age | Commit message (Collapse) | Author |
|
|
|
It should be 20 as there are 5 addresses pushed onto the stack. Not hex
20 which is sligthly more and as a result caused random crashes.
|
|
|
|
The int_syscall caused crashes for higher level of optimizations. To fix
this I rewrote the function in assembly as I deemed it to be simpler.
|
|
Now all interrupts go through a common stub which will make certain
signal handlers easier to implement
|
|
|
|
This is to allow both the kernel and the userland to share certain
header files and to make the folder structure a bit more clear.
|