Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2025-04-25 | fix physalloc edge case | Freya Murphy | 1 | -2/+10 |
2025-04-25 | change start vitaddr | Freya Murphy | 1 | -1/+1 |
2025-04-25 | fix freeing of virtual memory | Ian McFarlane | 1 | -16/+39 |
2025-04-25 | update makefile | Freya Murphy | 1 | -3/+3 |
2025-04-25 | pgdir clone stub, constify free fns | Freya Murphy | 4 | -18/+42 |
2025-04-25 | virt ctx clone | Freya Murphy | 2 | -0/+39 |
2025-04-24 | make alloc_pages_at() able to allocate noncontiguous physical pages | Ian McFarlane | 5 | -16/+126 |
2025-04-24 | fix paging free fns | Freya Murphy | 1 | -0/+25 |
2025-04-24 | size_t for alloc pages cals | Ian McFarlane | 2 | -7/+7 |
2025-04-24 | user.c for loading userspace elfs into memoryuser | Freya Murphy | 4 | -0/+158 |
2025-04-24 | fmt | Freya Murphy | 4 | -29/+23 |
2025-04-24 | libc should not halt | Freya Murphy | 1 | -4/+0 |
2025-04-24 | kernel syscall handler | Freya Murphy | 3 | -3/+134 |
2025-04-24 | const pointers on free & kmapuseraddr | Freya Murphy | 5 | -16/+42 |
2025-04-24 | only backtrace on valid kernel frames | Freya Murphy | 1 | -2/+11 |
2025-04-24 | make 0x80 ring3, add kernel mem ctx switch in idt handler | Freya Murphy | 1 | -0/+7 |
2025-04-24 | add tss | Freya Murphy | 5 | -1/+124 |
2025-04-23 | update paging code | Freya Murphy | 6 | -469/+401 |
2025-04-23 | some paging updates (more to come) | Freya Murphy | 3 | -245/+369 |
2025-04-23 | change pcb structure (move context to top) | Freya Murphy | 1 | -4/+4 |
2025-04-23 | set grub timeout | Freya Murphy | 1 | -0/+2 |
2025-04-23 | gdb - print assembly | Freya Murphy | 1 | -0/+1 |
2025-04-22 | force rebuild on header change | Freya Murphy | 2 | -5/+5 |
2025-04-22 | remove bad includes | Freya Murphy | 3 | -3/+0 |
2025-04-22 | fmt | Freya Murphy | 2 | -3/+3 |
2025-04-22 | add pml4 allocation/mem ctx alloation | Freya Murphy | 8 | -50/+215 |
2025-04-22 | build user code in main make | Freya Murphy | 1 | -0/+1 |
2025-04-22 | fix warning | Freya Murphy | 1 | -0/+1 |
2025-04-22 | make pit ticks volatile, disable reload for now since broken | Freya Murphy | 2 | -6/+7 |
2025-04-22 | prettify make messages | Freya Murphy | 1 | -4/+5 |
2025-04-22 | update gdb config | Freya Murphy | 1 | -30/+2 |
2025-04-21 | fix kernel fs invalid err offset bug | Freya Murphy | 1 | -2/+3 |
2025-04-21 | make fs use void* | Freya Murphy | 2 | -4/+4 |
2025-04-21 | fix makefile | Freya Murphy | 1 | -1/+1 |
2025-04-21 | make somce changes to procs | Freya Murphy | 4 | -559/+101 |
2025-04-21 | update userland to compile | Freya Murphy | 36 | -2186/+297 |
2025-04-21 | update linker scripts | Freya Murphy | 2 | -33/+47 |
2025-04-21 | fmt, rename some fns | Freya Murphy | 8 | -45/+98 |
2025-04-21 | fs read/write functions, initrd | Freya Murphy | 7 | -28/+202 |
2025-04-21 | fixed inw/outw mixup | Ian McFarlane | 1 | -1/+1 |
2025-04-21 | fix virt mem start | Freya Murphy | 1 | -1/+1 |
2025-04-21 | fmt | Freya Murphy | 1 | -3/+5 |
2025-04-20 | fix makefile target | Freya Murphy | 1 | -9/+9 |
2025-04-20 | ata fin | Freya Murphy | 1 | -5/+6 |
2025-04-20 | generate disk image as make step | Ian McFarlane | 1 | -6/+12 |
2025-04-20 | add newline to log messages | Ian McFarlane | 1 | -0/+4 |
2025-04-20 | fix pic | Freya Murphy | 1 | -7/+2 |
2025-04-20 | refactor ATA interface | Ian McFarlane | 2 | -201/+263 |
2025-04-20 | make stuff public | Freya Murphy | 2 | -29/+51 |
2025-04-20 | dont use in[s] instructions or rep in c | Freya Murphy | 2 | -165/+136 |