pub const SYSCALL_INTERRUPT_NUMBER: u8 = 0xFE;
Expand description
must be one of user interrupts, i.e. 0x20+
This is the number of the interrupts that we are going to use between the user-kernel
pub const SYSCALL_INTERRUPT_NUMBER: u8 = 0xFE;
must be one of user interrupts, i.e. 0x20+
This is the number of the interrupts that we are going to use between the user-kernel