add screenshots and gif of hardware timer

This commit is contained in:
acheronfail
2018-10-16 00:06:43 +10:00
committed by Philipp Oppermann
parent 7ad0ed9254
commit 5b308be891
5 changed files with 4 additions and 5 deletions

View File

@@ -22,7 +22,6 @@ pub extern "C" fn _start() -> ! {
blog_os::gdt::init();
init_idt();
unsafe { PICS.lock().initialize() };
x86_64::instructions::interrupts::enable();