Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2023-11-26 | arch: i386: idt.h: remove extern functions | Danny Holman | 1 | -4/+1 |
2022-03-22 | arch: i386: refactor the system call API | Danny Holman | 2 | -2/+1 |
2022-01-21 | arch: i386: move non-critial files out of boot | Danny Holman | 2 | -0/+46 |
2022-01-15 | arch: i386: fix coding style issue | Danny Holman | 1 | -2/+2 |
2022-01-15 | arch: i386: add support for IRQs and system calls | Danny Holman | 1 | -0/+19 |
2022-01-15 | arch: i386: simplify IDT setup | Danny Holman | 2 | -3/+3 |
2021-10-09 | arch: i386: include more information in IDT | Danny Holman | 2 | -11/+35 |
2021-09-28 | arch: i386: add PIC register support | Danny Holman | 1 | -0/+5 |
2021-09-28 | arch: i386: fix IDT exception handler | Danny Holman | 2 | -0/+72 |
2021-09-28 | arch: i386: add support for 8259 PIC | Danny Holman | 1 | -0/+45 |
2021-07-24 | arch: i386: add GDT setup routines | Danny Holman | 1 | -69/+0 |
2021-01-24 | x86: reorganize the i386 directory | Danny Holman | 1 | -0/+69 |