Commit message (Collapse) | Author | ||
---|---|---|---|
2025-09-16 | kernel: boot: interrupts: split interrupt-specific functions into its | Raghuram Subramani | |
own file | |||
2025-06-07 | misc: use angle brackets exclusively for includes | Raghuram Subramani | |
2025-06-01 | interrupts: refactor interrupts enable/disable API | Raghuram Subramani | |
2025-05-25 | interrupts: use constants for IDT_ENTRY attributes | Raghuram Subramani | |
2025-05-25 | interrupts: downcase log | Raghuram Subramani | |
2025-05-25 | interrupts: reformat for loop block to shorten it | Raghuram Subramani | |
2025-05-25 | interrupts: rename idt namespace to interrupts | Raghuram Subramani | |
2025-05-24 | interrupts: newline before log | Raghuram Subramani | |
2025-05-24 | interrupts: log IDT load | Raghuram Subramani | |
2025-02-07 | IDT: Initialize IDT with a very basic exception handler that does nothing | Raghuram Subramani | |
2025-02-02 | kernel: Make Spinlock an object | Raghuram Subramani | |
2025-01-31 | {physical_mm,virtual_mm,kmalloc}: C->C++ | Raghuram Subramani | |
2025-01-18 | kernel: Implement a basic spinlock | Raghuram Subramani | |
2025-01-10 | misc: Clean headers | Raghuram Subramani | |
2025-01-06 | misc: cmos->bubbl | Raghuram Subramani | |
2025-01-05 | kernel: mm: Store free regions in a struct | Raghuram Subramani | |
2025-01-04 | misc: Two spaces before the copyright name. | Raghuram Subramani | |
2025-01-04 | kernel: mm: Detect memory regions. | Raghuram Subramani | |
Doesn't do much, but lays down the foundation for future memory management efforts. | |||
2025-01-01 | kernel: Add exit() | Raghuram Subramani | |
exit() uses a sketchy device (-isa-debug-exit) to shut down QEMU. It's better than manually shutting it down though :) | |||
2025-01-01 | all: Copyright: 2024-2025 | Raghuram Subramani | |
2024-12-30 | kernel: Add halt() | Raghuram Subramani | |
2024-12-30 | all: re-indent | Raghuram Subramani | |
2024-12-30 | global: update licenses | Raghuram Subramani | |
2024-12-29 | kernel: implement printk | Raghuram Subramani | |