Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | libk: Finally, a proper kmalloc()! | Raghuram Subramani | 2025-02-04 |
| | |||
* | libk: remove m_prev from LibAlloc::Block | Raghuram Subramani | 2025-02-03 |
| | |||
* | libk: Correct the liballoc include guard | Raghuram Subramani | 2025-02-03 |
| | |||
* | libk: Start work on custom liballoc | Raghuram Subramani | 2025-02-03 |
| | |||
* | libk: Finally a complete, working (afaik) liballoc! | Raghuram Subramani | 2025-02-01 |
| | |||
* | libk: kmalloc->liballoc && C->C++ | Raghuram Subramani | 2025-02-01 |
| | |||
* | libk: Working (afaik) kmalloc implementation | Raghuram Subramani | 2025-02-01 |
| | |||
* | libk: Minimal (barely) working implementation of kmalloc | Raghuram Subramani | 2025-02-01 |
| | |||
* | virtual_mm: make_table() must account for an uninitialized kmalloc() | Raghuram Subramani | 2025-02-01 |
| | |||
* | {physical_mm,virtual_mm,kmalloc}: C->C++ | Raghuram Subramani | 2025-01-31 |
| | |||
* | (misc): Add support for C++ | Raghuram Subramani | 2025-01-31 |
| | |||
* | libk: Temporary, incomplete, testing implementation of kmalloc | Raghuram Subramani | 2025-01-29 |
| | |||
* | kmalloc: Initial (extremely buggy) implementation from liballoc | Raghuram Subramani | 2025-01-28 |
| | |||
* | misc: Clean headers | Raghuram Subramani | 2025-01-10 |
| | |||
* | misc: cmos->bubbl | Raghuram Subramani | 2025-01-06 |
| | |||
* | misc: Two spaces before the copyright name. | Raghuram Subramani | 2025-01-04 |
| | |||
* | kernel: Move gdt to its own subdirectory | Raghuram Subramani | 2025-01-02 |
| | |||
* | kernel: libk: Import Google lk's libc's printf implementation. | Raghuram Subramani | 2025-01-02 |
| | | | | | | SOURCES: https://android.googlesource.com/kernel/lk/+/upstream-master/lib/libc/printf.c https://android.googlesource.com/kernel/lk/+/upstream-master/lib/libc/include/printf.h | ||
* | kernel: printk: Color output | Raghuram Subramani | 2025-01-01 |
| | | | | | The sender's name must be colorized in yellow, to make it easier to look at the logs. | ||
* | all: Copyright: 2024-2025 | Raghuram Subramani | 2025-01-01 |
| | |||
* | all: re-indent | Raghuram Subramani | 2024-12-30 |
| | |||
* | global: update licenses | Raghuram Subramani | 2024-12-30 |
| | |||
* | 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 | 2024-12-29 |
For some reason, calling terminal_write_char('c'); within terminal_initialize works, but calling it elsewhere refuses to work. |