Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-15 | arch: i386: simplify IDT setup | Danny Holman | |
Simplify the interrupt descriptor table setup and frame assembly. Signed-off-by: Danny Holman <dholman@gymli.org> | |||
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> |