Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | remove pit fixme | Freya Murphy | 2025-04-27 | 2 | -6/+5 | |
* | link user programs at 2GB | Freya Murphy | 2025-04-25 | 2 | -3/+3 | |
* | fmt | Freya Murphy | 2025-04-25 | 1 | -4/+5 | |
* | mem_get_phys fn | Freya Murphy | 2025-04-25 | 4 | -7/+37 | |
* | add comment | Freya Murphy | 2025-04-25 | 1 | -0/+3 | |
* | add elf file checks | Freya Murphy | 2025-04-25 | 1 | -11/+62 | |
* | fix fs off by 1 sector | Freya Murphy | 2025-04-25 | 2 | -5/+5 | |
* | added assert that bump allocator is only being asked for one page at a time | Ian McFarlane | 2025-04-25 | 1 | -0/+1 | |
* | 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 | 15 | -35/+94 | |
|\ | ||||||
| * | poweroff syscall | Freya Murphy | 2025-04-25 | 5 | -8/+32 | |
| * | load init from ata and run it | Freya Murphy | 2025-04-25 | 5 | -8/+17 | |
| * | fmt | Freya Murphy | 2025-04-25 | 6 | -14/+15 | |
| * | noreturn on dispatch | Freya Murphy | 2025-04-25 | 2 | -0/+2 | |
| * | syscall_return fn | Freya Murphy | 2025-04-25 | 3 | -8/+23 | |
| * | fix physalloc edge case | Freya Murphy | 2025-04-25 | 1 | -2/+10 | |
| * | change start vitaddr | Freya Murphy | 2025-04-25 | 1 | -1/+1 | |
* | | fix freeing of virtual memory | Ian McFarlane | 2025-04-25 | 1 | -16/+39 | |
|/ | ||||||
* | update makefile | Freya Murphy | 2025-04-25 | 1 | -3/+3 | |
* | pgdir clone stub, constify free fns | Freya Murphy | 2025-04-25 | 4 | -18/+42 | |
* | virt ctx clone | Freya Murphy | 2025-04-25 | 2 | -0/+39 | |
* | make alloc_pages_at() able to allocate noncontiguous physical pages | Ian McFarlane | 2025-04-24 | 5 | -16/+126 | |
* | fix paging free fns | Freya Murphy | 2025-04-24 | 1 | -0/+25 | |
* | size_t for alloc pages cals | Ian McFarlane | 2025-04-24 | 2 | -7/+7 | |
* | user.c for loading userspace elfs into memoryuser | Freya Murphy | 2025-04-24 | 4 | -0/+158 | |
* | fmt | Freya Murphy | 2025-04-24 | 4 | -29/+23 | |
* | libc should not halt | Freya Murphy | 2025-04-24 | 1 | -4/+0 | |
* | kernel syscall handler | Freya Murphy | 2025-04-24 | 3 | -3/+134 | |
* | const pointers on free & kmapuseraddr | Freya Murphy | 2025-04-24 | 5 | -16/+42 | |
* | only backtrace on valid kernel frames | Freya Murphy | 2025-04-24 | 1 | -2/+11 | |
* | make 0x80 ring3, add kernel mem ctx switch in idt handler | Freya Murphy | 2025-04-24 | 1 | -0/+7 | |
* | add tss | Freya Murphy | 2025-04-24 | 5 | -1/+124 | |
* | update paging code | Freya Murphy | 2025-04-23 | 6 | -469/+401 | |
* | some paging updates (more to come) | Freya Murphy | 2025-04-23 | 3 | -245/+369 | |
* | change pcb structure (move context to top) | Freya Murphy | 2025-04-23 | 1 | -4/+4 | |
* | set grub timeout | Freya Murphy | 2025-04-23 | 1 | -0/+2 | |
* | gdb - print assembly | Freya Murphy | 2025-04-23 | 1 | -0/+1 | |
* | force rebuild on header change | Freya Murphy | 2025-04-22 | 2 | -5/+5 | |
* | remove bad includes | Freya Murphy | 2025-04-22 | 3 | -3/+0 | |
* | fmt | Freya Murphy | 2025-04-22 | 2 | -3/+3 | |
* | add pml4 allocation/mem ctx alloation | Freya Murphy | 2025-04-22 | 8 | -50/+215 | |
* | build user code in main make | Freya Murphy | 2025-04-22 | 1 | -0/+1 | |
* | fix warning | Freya Murphy | 2025-04-22 | 1 | -0/+1 | |
* | make pit ticks volatile, disable reload for now since broken | Freya Murphy | 2025-04-22 | 2 | -6/+7 | |
* | prettify make messages | Freya Murphy | 2025-04-22 | 1 | -4/+5 | |
* | update gdb config | Freya Murphy | 2025-04-22 | 1 | -30/+2 | |
* | fix kernel fs invalid err offset bug | Freya Murphy | 2025-04-21 | 1 | -2/+3 | |
* | make fs use void* | Freya Murphy | 2025-04-21 | 2 | -4/+4 | |
* | fix makefile | Freya Murphy | 2025-04-21 | 1 | -1/+1 | |
* | make somce changes to procs | Freya Murphy | 2025-04-21 | 4 | -559/+101 |