This website requires JavaScript.
Explore
Help
Register
Sign In
starnakin
/
42_KFS
Watch
1
Star
0
Fork
0
You've already forked 42_KFS
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
0812a06350
42_KFS
/
headers
/
interrupts.h
7 lines
97 B
C
Raw
Normal View
History
Unescape
Escape
feature: start to implements isrs
2024-10-01 14:24:33 -04:00
#
pragma once
fix: no more random reboot
2024-10-08 17:56:34 -04:00
#
include
<stdint.h>
feature: start to implements isrs
2024-10-01 14:24:33 -04:00
void
exception_handler
(
void
)
;
fix: no more random reboot
2024-10-08 17:56:34 -04:00
void
pic_send_eoi
(
uint8_t
irq
)
;
Reference in New Issue
Copy Permalink