Finish micorkernel functions.

This commit is contained in:
TXuian
2024-05-01 12:12:13 +08:00
parent 7a296b2744
commit 50ecc1e520
15 changed files with 132 additions and 95 deletions

View File

@@ -54,7 +54,7 @@ void default_interrupt_routine(void)
}
extern void context_switch(struct context**, struct context*);
__attribute__((optimize("O0"))) void intr_irq_dispatch(struct trapframe* tf)
void intr_irq_dispatch(struct trapframe* tf)
{
xizi_enter_kernel();