| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 3 days | misc: C++->CHEADmain | Raghuram Subramani | |
| I know; it's POINTLESS! However, I do enjoy programming in C more than C++ so I ended up spending the hour it takes converting this project from C++ to C. | |||
| 2025-09-16 | misc: lowercase printk speaker | Raghuram Subramani | |
| 2025-09-16 | kernel: boot: interrupts: split interrupt-specific functions into its | Raghuram Subramani | |
| own file | |||
| 2025-05-25 | interrupts: rename idt namespace to interrupts | Raghuram Subramani | |
| 2025-05-25 | idt: no need to mark function as extern "C" during declaration | Raghuram Subramani | |
| 2025-05-24 | interrupts: exceptions: extern "C" exception_handler | Raghuram Subramani | |
| 2025-02-07 | IDT: Initialize IDT with a very basic exception handler that does nothing | Raghuram Subramani | |
| 2025-02-05 | mm: page_table_allocator: prepare()->initialize() | Raghuram Subramani | |
| 2025-02-04 | mm: virtual_mm: Write a basic page table allocator | Raghuram Subramani | |
| 2025-02-03 | libk: Start work on custom liballoc | Raghuram Subramani | |
| 2025-01-31 | {strlen,memory_map}: C->C++ | Raghuram Subramani | |
| 2025-01-06 | misc: cmos->bubbl | Raghuram Subramani | |
| 2025-01-04 | misc: Two spaces before the copyright name. | Raghuram Subramani | |
| 2025-01-01 | all: Copyright: 2024-2025 | 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 | |
| 2024-12-29 | global: whitespaces | Raghuram Subramani | |
| 2024-12-29 | drivers: vga_text_buffer: introduce wip driver that doesn't work yet | Raghuram Subramani | |
| For some reason, calling terminal_write_char('c'); within terminal_initialize works, but calling it elsewhere refuses to work. | |||
