This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-03-17 19:07:15 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
be0760871e6fa19d0e4c992ee3d700798c87bec0
ladybird
/
Kernel
/
Interrupts
History
Idan Horowitz
9abbeff79f
Kernel: Store IRQControllers in NonnullRefPtrs instead of RefPtrs
...
These are always non-null, so there's no point in storing them in a nullable container.
2022-09-25 16:52:56 +03:00
..
GenericInterruptHandler.cpp
…
GenericInterruptHandler.h
…
IRQHandler.cpp
Kernel: Store IRQControllers in NonnullRefPtrs instead of RefPtrs
2022-09-25 16:52:56 +03:00
IRQHandler.h
Kernel: Store IRQControllers in NonnullRefPtrs instead of RefPtrs
2022-09-25 16:52:56 +03:00
SharedIRQHandler.cpp
…
SharedIRQHandler.h
Kernel: Store IRQControllers in NonnullRefPtrs instead of RefPtrs
2022-09-25 16:52:56 +03:00
SpuriousInterruptHandler.cpp
…
SpuriousInterruptHandler.h
Kernel: Store IRQControllers in NonnullRefPtrs instead of RefPtrs
2022-09-25 16:52:56 +03:00
UnhandledInterruptHandler.cpp
…
UnhandledInterruptHandler.h
…