Age | Commit message (Expand) | Author |
2023-11-26 | arch: i386: pic.c: finish implementing functions from pic.h | Danny Holman |
2023-11-26 | arch: i386: syscall.h: define some example system calls | Danny Holman |
2023-11-26 | arch: i386: pic.h: make register_irq_handler accessible | Danny Holman |
2023-11-26 | arch: i386: pic.h: change all chars into uint8_t | Danny Holman |
2023-11-26 | arch: i386: idt.h: remove extern functions | Danny Holman |
2023-11-26 | arch: i386: isr.s: create the irq stubs | Danny Holman |
2023-11-26 | arch: i386: idt.c: install the ISR handlers | Danny Holman |
2023-11-26 | arch: i386: idt.c: remove the irq number from handler | Danny Holman |
2023-11-26 | arch: i386: idt.c: call the page fault handler | Danny Holman |
2023-11-26 | arch: i386: idt.c: add a stopgap to halt_catch_fire | Danny Holman |
2023-11-26 | arch: i386: idt.c: remove unneeded define macros | Danny Holman |
2023-11-26 | arch: i386: gdt.c: init the TSS before loading it | Danny Holman |
2023-11-26 | arch: i386: boot.s: define functions for page management | Danny Holman |
2023-11-26 | arch: i386: boot.s: move C entry point to file | Danny Holman |
2023-11-26 | arch: i386: boot: boot.s | Danny Holman |
2022-03-22 | arch: i386: make serial_writestring inline | Danny Holman |
2022-03-22 | arch: i386: refactor the system call API | Danny Holman |
2022-03-22 | Makefile: explicitly define CC variable | Danny Holman |
2022-01-21 | arch: i386: move non-critial files out of boot | Danny Holman |
2022-01-15 | arch: i386: fix coding style issue | Danny Holman |
2022-01-15 | arch: i386: add support for IRQs and system calls | Danny Holman |
2022-01-15 | arch: i386: simplifiy GDT setup | Danny Holman |
2022-01-15 | Makefile: add dry run and debug targets | Danny Holman |
2022-01-15 | arch: i386: simplify IDT setup | Danny Holman |
2021-11-29 | arch: i386: add support for tab characters | Danny Holman |
2021-10-09 | arch: i386: rename the GDT array pointer | Danny Holman |
2021-10-09 | arch: i386: include more information in IDT | Danny Holman |
2021-09-28 | arch: i386: add PIC register support | Danny Holman |
2021-09-28 | arch: i386: fix IDT exception handler | Danny Holman |
2021-09-28 | arch: i386: fix GDT segment mismatch | Danny Holman |
2021-09-28 | arch: i386: add support for 8259 PIC | Danny Holman |
2021-08-30 | i386: create idt.c and isr.s | Danny Holman |
2021-08-30 | git: stop ignoring assembly files | Danny Holman |
2021-08-30 | doc: add the Developer's Certificate of Origin | Danny Holman |
2021-08-27 | arch: i386: add ring-3 descriptors to the GDT | Danny Holman |
2021-07-25 | arch: i386: surround GDT macros with parens | Danny Holman |
2021-07-24 | arch: i386: add GDT setup routines | Danny Holman |
2021-07-20 | arch: i386: move the kernel to high memory | Danny Holman |
2021-07-20 | io: prefix a 'k' to print functions | Danny Holman |
2021-06-04 | Makefile: clean up targets | Danny Holman |
2021-03-09 | Makefile: include dependency files | Danny Holman |
2021-03-09 | README: fix improper formatting | Danny Holman |
2021-03-09 | Makefile: fix wrong -I directive to compiler | Danny Holman |
2021-01-28 | README: add project README file | Danny Holman |
2021-01-28 | i386: create terminal_scroll function | Danny Holman |
2021-01-25 | i386: add support for newlines | Danny Holman |
2021-01-24 | x86: reorganize the i386 directory | Danny Holman |
2021-01-20 | serial: add serial_writestring as a function | Danny Holman |
2021-01-20 | kernel: iterate over string with index | Danny Holman |
2021-01-20 | kernel: maintain const on strings | Danny Holman |