XHCI test sending noop command
This commit is contained in:
@@ -78,8 +78,8 @@ void bootmain (void) {
|
||||
struct device* temp0 = device_find ("temp0");
|
||||
vfs_create_volume (thiscpu->kproc, &rctx, "temp", FS_FAT16, temp0, true);
|
||||
|
||||
irq_attach (&proc_irq_sched, NULL, SCHED_PREEMPT_TIMER);
|
||||
irq_attach (&proc_irq_sched, NULL, CPU_REQUEST_SCHED);
|
||||
irq_attach (&proc_irq_sched, NULL, INTR_SCHED_PREEMPT_TIMER);
|
||||
irq_attach (&proc_irq_sched, NULL, INTR_CPU_REQUEST_SCHED);
|
||||
|
||||
smp_init ();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user