Clean up IOAPIC and LAPIC implementations
All checks were successful
Build documentation / build-and-deploy (push) Successful in 33s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 33s
This commit is contained in:
@@ -21,7 +21,7 @@ struct cpu {
|
||||
volatile struct gdt_extended gdt ALIGNED (16);
|
||||
volatile struct tss tss;
|
||||
|
||||
uint64_t lapic_ticks;
|
||||
uintptr_t lapic_mmio_base;
|
||||
uint32_t id;
|
||||
|
||||
struct {
|
||||
|
||||
Reference in New Issue
Block a user