summaryrefslogtreecommitdiff
path: root/kernel/memory/virtalloc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix yet another terrible bug, someone please kill meFreya Murphy2025-05-011-7/+15
|
* heap (brk / sbrk)Freya Murphy2025-04-281-6/+6
|
* allocate vaddrs when given directlyFreya Murphy2025-04-281-21/+59
|
* fmtFreya Murphy2025-04-251-4/+8
|
* change start vitaddrFreya Murphy2025-04-251-1/+1
|
* virt ctx cloneFreya Murphy2025-04-251-0/+34
|
* const pointers on free & kmapuseraddrFreya Murphy2025-04-241-1/+1
|
* add pml4 allocation/mem ctx alloationFreya Murphy2025-04-221-3/+9
|
* fix virt mem startFreya Murphy2025-04-211-1/+1
|
* fix term/gpu memory OOB error, add dynamic kernel identity map with N_IDENT_PTSFreya Murphy2025-04-201-1/+1
|
* expand memory manager work with userspace (more then one ctx)Freya Murphy2025-04-151-67/+57
|
* break apart c libarayFreya Murphy2025-04-081-2/+2
|
* add 64-bit idt/pic and fix pagingFreya Murphy2025-04-031-1/+1
|
* memory allocator/pager, plus other stuffFreya Murphy2025-04-031-0/+200