Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-09 | arch: i386: include more information in IDT | Danny Holman | |
Include information about the current stack frame in the IDT handler(s). Signed-off-by: Danny Holman <dholman@gymli.xyz> | |||
2021-09-28 | arch: i386: fix IDT exception handler | Danny Holman | |
Fix the i386's general exception handler to actually work. Fix provided by Jon Sanderson (jjs295356@gmail.com). Signed-off-by: Danny Holman <dholman@gymli.xyz> | |||
2021-08-30 | i386: create idt.c and isr.s | Danny Holman | |
Create files that add IDT support for i386. Signed-off-by: Danny Holman <dholman@gymli.xyz> |