Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2021-10-09 | arch: i386: rename the GDT array pointer | Danny Holman | 1 | -7/+7 |
2021-10-09 | arch: i386: include more information in IDT | Danny Holman | 2 | -62/+94 |
2021-09-28 | arch: i386: add PIC register support | Danny Holman | 1 | -0/+14 |
2021-09-28 | arch: i386: fix IDT exception handler | Danny Holman | 2 | -45/+73 |
2021-09-28 | arch: i386: fix GDT segment mismatch | Danny Holman | 1 | -1/+1 |
2021-09-28 | arch: i386: add support for 8259 PIC | Danny Holman | 2 | -1/+55 |
2021-08-30 | i386: create idt.c and isr.s | Danny Holman | 3 | -1/+115 |
2021-08-27 | arch: i386: add ring-3 descriptors to the GDT | Danny Holman | 1 | -1/+3 |
2021-07-25 | arch: i386: surround GDT macros with parens | Danny Holman | 1 | -15/+14 |
2021-07-24 | arch: i386: add GDT setup routines | Danny Holman | 2 | -0/+97 |
2021-07-20 | arch: i386: move the kernel to high memory | Danny Holman | 2 | -7/+50 |
2021-01-28 | i386: create terminal_scroll function | Danny Holman | 1 | -10/+25 |
2021-01-25 | i386: add support for newlines | Danny Holman | 1 | -0/+7 |
2021-01-24 | x86: reorganize the i386 directory | Danny Holman | 5 | -0/+142 |