Added RTC
Added I/O waits to PIC remapping Added fmt step to build When building will format all the code to the standard Fixed cascading interrupts Re-named to selectAnd*Register. Moved switching on registers into emun Removed build fmt step
This commit is contained in:
parent
96da426a3a
commit
7ab180f622
8 changed files with 1336 additions and 14 deletions
|
|
@ -101,3 +101,5 @@ pub fn init(mb_info: *multiboot.multiboot_info_t, mem_profile: *const MemProfile
|
|||
pub fn mock_disableInterrupts() void {}
|
||||
|
||||
pub fn mock_enableInterrupts() void {}
|
||||
|
||||
pub fn mock_ioWait() void {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue