summaryrefslogtreecommitdiff
path: root/kernel (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* add register to n paramFreya Murphy2025-04-276-6/+6
|
* add more syscall implsFreya Murphy2025-04-271-29/+163
|
* fmtFreya Murphy2025-04-273-7/+7
|
* fix FIXMEs in syscall.cFreya Murphy2025-04-271-12/+15
|
* convert user.c to use a standard block sizeFreya Murphy2025-04-271-19/+41
|
* better rep inswFreya Murphy2025-04-271-2/+1
|
* fs return bytes readFreya Murphy2025-04-272-14/+15
|
* lba48 for more then 256 sectorsFreya Murphy2025-04-272-10/+13
|
* fix free phys pagesFreya Murphy2025-04-271-1/+1
|
* zero and set define magic header in kallocFreya Murphy2025-04-271-1/+2
|
* fix pgdir free, fix mapadder fnsFreya Murphy2025-04-271-27/+55
|
* new syscallsFreya Murphy2025-04-272-5/+60
|
* remove pit fixmeFreya Murphy2025-04-272-6/+5
|
* fmtFreya Murphy2025-04-251-4/+5
|
* mem_get_phys fnFreya Murphy2025-04-254-7/+37
|
* add commentFreya Murphy2025-04-251-0/+3
|
* add elf file checksFreya Murphy2025-04-251-11/+62
|
* fix fs off by 1 sectorFreya Murphy2025-04-252-5/+5
|
* added assert that bump allocator is only being asked for one page at a timeIan McFarlane2025-04-251-0/+1
|
* fixed segfault caused by mapping the wrong virtual address in mem_alloc_pages_atIan McFarlane2025-04-251-2/+3
|
* resolve format conflictIan McFarlane2025-04-2511-34/+79
|\
| * poweroff syscallFreya Murphy2025-04-252-8/+18
| |
| * load init from ata and run itFreya Murphy2025-04-254-7/+16
| |
| * fmtFreya Murphy2025-04-256-14/+15
| |
| * noreturn on dispatchFreya Murphy2025-04-252-0/+2
| |
| * syscall_return fnFreya Murphy2025-04-253-8/+23
| |
| * fix physalloc edge caseFreya Murphy2025-04-251-2/+10
| |
| * change start vitaddrFreya Murphy2025-04-251-1/+1
| |
* | fix freeing of virtual memoryIan McFarlane2025-04-251-16/+39
|/
* pgdir clone stub, constify free fnsFreya Murphy2025-04-254-18/+42
|
* virt ctx cloneFreya Murphy2025-04-252-0/+39
|
* make alloc_pages_at() able to allocate noncontiguous physical pagesIan McFarlane2025-04-245-16/+126
|
* fix paging free fnsFreya Murphy2025-04-241-0/+25
|
* size_t for alloc pages calsIan McFarlane2025-04-242-7/+7
|
* user.c for loading userspace elfs into memoryuserFreya Murphy2025-04-244-0/+158
|
* fmtFreya Murphy2025-04-244-29/+23
|
* kernel syscall handlerFreya Murphy2025-04-243-3/+134
|
* const pointers on free & kmapuseraddrFreya Murphy2025-04-245-16/+42
|
* only backtrace on valid kernel framesFreya Murphy2025-04-241-2/+11
|
* make 0x80 ring3, add kernel mem ctx switch in idt handlerFreya Murphy2025-04-241-0/+7
|
* add tssFreya Murphy2025-04-245-1/+124
|
* update paging codeFreya Murphy2025-04-236-469/+401
|
* some paging updates (more to come)Freya Murphy2025-04-233-245/+369
|
* change pcb structure (move context to top)Freya Murphy2025-04-231-4/+4
|
* remove bad includesFreya Murphy2025-04-223-3/+0
|
* fmtFreya Murphy2025-04-222-3/+3
|
* add pml4 allocation/mem ctx alloationFreya Murphy2025-04-228-50/+215
|
* fix warningFreya Murphy2025-04-221-0/+1
|
* make pit ticks volatile, disable reload for now since brokenFreya Murphy2025-04-222-6/+7
|
* fix kernel fs invalid err offset bugFreya Murphy2025-04-211-2/+3
|