IDE interrupt based driver
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m36s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m36s
This commit is contained in:
@@ -62,6 +62,10 @@ void bootmain (void) {
|
||||
|
||||
bsp_cpu->kproc = kproc_create ();
|
||||
|
||||
lapic_init (1000);
|
||||
|
||||
__asm__ volatile ("sti");
|
||||
|
||||
devices_init ();
|
||||
vfs_init ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user