mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-01 15:18:06 +00:00
Kernel: Add support for interrupts on x86_64
This commit is contained in:
parent
233ef26e4d
commit
065c6c307d
Notes:
sideshowbarker
2024-07-18 22:57:59 +09:00
Author: https://github.com/gunnarbeutner
Commit: 065c6c307d
Pull-request: https://github.com/SerenityOS/serenity/pull/8269
Reviewed-by: https://github.com/Hendiadyoin1
Reviewed-by: https://github.com/IdanHo
4 changed files with 98 additions and 19 deletions
|
@ -15,7 +15,7 @@
|
|||
namespace Kernel {
|
||||
|
||||
struct TrapFrame {
|
||||
u32 prev_irq_level;
|
||||
FlatPtr prev_irq_level;
|
||||
TrapFrame* next_trap;
|
||||
RegisterState* regs; // must be last
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue