aboutsummaryrefslogtreecommitdiff
path: root/kernel/include/libk (follow)
Commit message (Collapse)AuthorAge
* libk: Finally, a proper kmalloc()!Raghuram Subramani2025-02-04
|
* libk: remove m_prev from LibAlloc::BlockRaghuram Subramani2025-02-03
|
* libk: Correct the liballoc include guardRaghuram Subramani2025-02-03
|
* libk: Start work on custom liballocRaghuram Subramani2025-02-03
|
* libk: Finally a complete, working (afaik) liballoc!Raghuram Subramani2025-02-01
|
* libk: kmalloc->liballoc && C->C++Raghuram Subramani2025-02-01
|
* libk: Working (afaik) kmalloc implementationRaghuram Subramani2025-02-01
|
* libk: Minimal (barely) working implementation of kmallocRaghuram Subramani2025-02-01
|
* virtual_mm: make_table() must account for an uninitialized kmalloc()Raghuram Subramani2025-02-01
|
* {physical_mm,virtual_mm,kmalloc}: C->C++Raghuram Subramani2025-01-31
|
* (misc): Add support for C++Raghuram Subramani2025-01-31
|
* libk: Temporary, incomplete, testing implementation of kmallocRaghuram Subramani2025-01-29
|
* kmalloc: Initial (extremely buggy) implementation from liballocRaghuram Subramani2025-01-28
|
* misc: Clean headersRaghuram Subramani2025-01-10
|
* misc: cmos->bubblRaghuram Subramani2025-01-06
|
* misc: Two spaces before the copyright name.Raghuram Subramani2025-01-04
|
* kernel: Move gdt to its own subdirectoryRaghuram Subramani2025-01-02
|
* kernel: libk: Import Google lk's libc's printf implementation.Raghuram Subramani2025-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 outputRaghuram Subramani2025-01-01
| | | | | The sender's name must be colorized in yellow, to make it easier to look at the logs.
* all: Copyright: 2024-2025Raghuram Subramani2025-01-01
|
* all: re-indentRaghuram Subramani2024-12-30
|
* global: update licensesRaghuram Subramani2024-12-30
|
* kernel: implement printkRaghuram Subramani2024-12-29
|
* global: whitespacesRaghuram Subramani2024-12-29
|
* drivers: vga_text_buffer: introduce wip driver that doesn't work yetRaghuram Subramani2024-12-29
For some reason, calling terminal_write_char('c'); within terminal_initialize works, but calling it elsewhere refuses to work.