| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-14 | Enable interrupts only after IDT is set | Carlos Maiolino | |
| So far we've been playing a dangerous game... We enabled interrupts before we actually had the interrupt descriptor table setup. Fix this so we prevent IRQs to fire before the table is initialized and attempt to run garbage instead of code Signed-off-by: Carlos Maiolino <[email protected]> | |||
| 2025-08-01 | Implement interrupt descriptor table | Carlos Maiolino | |
| Signed-off-by: Carlos Maiolino <[email protected]> | |||
