| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
test-success-exit-code from incorect bootloader package config to bootimage package config
|
|
|
|
proper entr ypoint founction instead of a C make #no_mangle _start
kernel_main()
|
|
|
|
|
|
|
|
Cargo.toml
|
|
|
|
|
|
compiler warning
|
|
|
|
|
|
|
|
|
|
|
|
package to translate scancodes into their proper keys and print them to the screen
|
|
|
|
the keyboard codes manually
|
|
|
|
|
|
|
|
the xustom hlt_loop to allow for better power efficiency and not need to amx out the CPU to hog cycles in src/lib.rs
|
|
the xustom hlt_loop to allow for better power efficiency and not need to amx out the CPU to hog cycles in src/main.rs
|
|
on 100% but instead allow it enter a sleep state until the next instruction via the hlt signal in src/lib.rs
|
|
with the new way we handle deadlocks
|
|
interrupts as long as the Mutex is locked
|
|
interrupts as long as the Mutex is locked
|
|
src/interrupts.rs to send an EOI messgage to the cpu to allow for another hardware interrupt to proceed and not hog up the CPU
|
|
PIC to the CPU in interrupts.rs
|
|
|
|
to the CPU in src/interrupts.rs
|
|
|
|
|
|
init function of src/lib.rs
|
|
overlap with exception interrupts in src/interrupts.rs
|
|
|
|
|
|
|
|
|
|
exception and a system reboot
|
|
|
|
infrastructure
|
|
|