summaryrefslogtreecommitdiff
path: root/kernel/user.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* finish syscall implsFreya Murphy2025-05-011-8/+51
* tarfsFreya Murphy2025-04-301-15/+21
* update makefilesFreya Murphy2025-04-301-7/+7
* fork syscallFreya Murphy2025-04-281-0/+31
* heap (brk / sbrk)Freya Murphy2025-04-281-0/+13
* fix segmentsFreya Murphy2025-04-281-2/+2
* move context save area to pcb not in stackFreya Murphy2025-04-281-13/+27
* convert user.c to use a standard block sizeFreya Murphy2025-04-271-19/+41
* fmtFreya Murphy2025-04-251-4/+5
* add elf file checksFreya Murphy2025-04-251-11/+62
* load init from ata and run itFreya Murphy2025-04-251-0/+4
* user.c for loading userspace elfs into memoryuserFreya Murphy2025-04-241-0/+124
* fmt, rename some fnsFreya Murphy2025-04-211-0/+11
* move old kernel code (for now) into kernel/old, trying to get long modeFreya Murphy2025-04-031-929/+0
* track changesoldFreya Murphy2025-04-011-75/+71
* track upstreamFreya Murphy2025-03-311-112/+149
* track changesFreya Murphy2025-03-281-1/+23
* track changesFreya Murphy2025-03-271-1/+1
* remove trailing whitespaceFreya Murphy2025-03-271-2/+2
* pull upstream changes, add auto formattingFreya Murphy2025-03-271-252/+352
* initial checkout from wrcFreya Murphy2025-03-251-0/+774