fix: no more random reboot

This commit is contained in:
2024-10-08 23:56:34 +02:00
parent 339224f705
commit 599de25eec
7 changed files with 85 additions and 5 deletions

View File

@ -1,3 +1,6 @@
#pragma once
#include <stdint.h>
void exception_handler(void);
void pic_send_eoi(uint8_t irq);