Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add some memory logging | Freya Murphy | 2025-05-06 | 1 | -13/+33 |
* | broken? | Freya Murphy | 2025-05-02 | 1 | -59/+60 |
* | changes idk | Freya Murphy | 2025-05-01 | 1 | -1/+2 |
* | comment out non contigous phys page allocator, its causing problems and this ... | Freya Murphy | 2025-05-01 | 1 | -49/+65 |
* | fmt | Freya Murphy | 2025-04-28 | 1 | -13/+7 |
* | clone pgdir | Freya Murphy | 2025-04-28 | 1 | -70/+253 |
* | fix pml4 free and physalloc_free | Freya Murphy | 2025-04-28 | 1 | -4/+4 |
* | allocate vaddrs when given directly | Freya Murphy | 2025-04-28 | 1 | -0/+9 |
* | fix pgdir free, fix mapadder fns | Freya Murphy | 2025-04-27 | 1 | -27/+55 |
* | mem_get_phys fn | Freya Murphy | 2025-04-25 | 1 | -6/+17 |
* | fixed segfault caused by mapping the wrong virtual address in mem_alloc_pages_at | Ian McFarlane | 2025-04-25 | 1 | -2/+3 |
* | resolve format conflict | Ian McFarlane | 2025-04-25 | 1 | -2/+2 |
|\ | |||||
| * | fmt | Freya Murphy | 2025-04-25 | 1 | -3/+3 |
* | | fix freeing of virtual memory | Ian McFarlane | 2025-04-25 | 1 | -16/+39 |
|/ | |||||
* | pgdir clone stub, constify free fns | Freya Murphy | 2025-04-25 | 1 | -9/+16 |
* | make alloc_pages_at() able to allocate noncontiguous physical pages | Ian McFarlane | 2025-04-24 | 1 | -8/+28 |
* | fix paging free fns | Freya Murphy | 2025-04-24 | 1 | -0/+25 |
* | fmt | Freya Murphy | 2025-04-24 | 1 | -3/+3 |
* | const pointers on free & kmapuseraddr | Freya Murphy | 2025-04-24 | 1 | -8/+24 |
* | update paging code | Freya Murphy | 2025-04-23 | 1 | -429/+390 |
* | some paging updates (more to come) | Freya Murphy | 2025-04-23 | 1 | -239/+355 |
* | remove bad includes | Freya Murphy | 2025-04-22 | 1 | -1/+0 |
* | add pml4 allocation/mem ctx alloation | Freya Murphy | 2025-04-22 | 1 | -36/+112 |
* | fix term/gpu memory OOB error, add dynamic kernel identity map with N_IDENT_PTS | Freya Murphy | 2025-04-20 | 1 | -18/+25 |
* | rollback mem_map_memory | Freya Murphy | 2025-04-19 | 1 | -11/+20 |
* | remove invalid includes | Freya Murphy | 2025-04-19 | 1 | -1/+0 |
* | UEFI and republicans | Freya Murphy | 2025-04-19 | 1 | -19/+22 |
* | fix compile warnings | Freya Murphy | 2025-04-17 | 1 | -20/+11 |
* | expand memory manager work with userspace (more then one ctx) | Freya Murphy | 2025-04-15 | 1 | -27/+54 |
* | break apart c libaray | Freya Murphy | 2025-04-08 | 1 | -8/+7 |
* | add 64-bit idt/pic and fix paging | Freya Murphy | 2025-04-03 | 1 | -1/+1 |
* | memory allocator/pager, plus other stuff | Freya Murphy | 2025-04-03 | 1 | -0/+591 |