add gifs for keyboard and fix source to compile

This commit is contained in:
acheronfail
2018-10-16 07:57:36 +10:00
committed by Philipp Oppermann
parent 5b308be891
commit 5243ef874d
6 changed files with 48 additions and 11 deletions

View File

@@ -8,3 +8,4 @@ pub static PICS: spin::Mutex<ChainedPics> =
spin::Mutex::new(unsafe { ChainedPics::new(PIC_1_OFFSET, PIC_2_OFFSET) });
pub const TIMER_INTERRUPT_ID: u8 = PIC_1_OFFSET;
pub const KEYBOARD_INTERRUPT_ID: u8 = PIC_1_OFFSET + 1;