summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
|/
* update makefileFreya Murphy2025-04-251-3/+3
|
* 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
|
* libc should not haltFreya Murphy2025-04-241-4/+0
|
* 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
|
* set grub timeoutFreya Murphy2025-04-231-0/+2
|
* gdb - print assemblyFreya Murphy2025-04-231-0/+1
|
* force rebuild on header changeFreya Murphy2025-04-222-5/+5
|
* 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
|
* build user code in main makeFreya Murphy2025-04-221-0/+1
|
* fix warningFreya Murphy2025-04-221-0/+1
|
* make pit ticks volatile, disable reload for now since brokenFreya Murphy2025-04-222-6/+7
|
* prettify make messagesFreya Murphy2025-04-221-4/+5
|
* update gdb configFreya Murphy2025-04-221-30/+2
|
* fix kernel fs invalid err offset bugFreya Murphy2025-04-211-2/+3
|
* make fs use void*Freya Murphy2025-04-212-4/+4
|
* fix makefileFreya Murphy2025-04-211-1/+1
|
* make somce changes to procsFreya Murphy2025-04-214-559/+101
|
* update userland to compileFreya Murphy2025-04-2136-2186/+297
|
* update linker scriptsFreya Murphy2025-04-212-33/+47
|
* fmt, rename some fnsFreya Murphy2025-04-218-45/+98
|
* fs read/write functions, initrdFreya Murphy2025-04-217-28/+202
|
* Merge branch 'main' of github.com:kenshineto/kernIan McFarlane2025-04-212-4/+6
|\
| * fix virt mem startFreya Murphy2025-04-211-1/+1
| |
| * fmtFreya Murphy2025-04-211-3/+5
| |
* | fixed inw/outw mixupIan McFarlane2025-04-211-1/+1
|/
* fix makefile targetFreya Murphy2025-04-201-9/+9
|
* ata finFreya Murphy2025-04-201-5/+6
|
* generate disk image as make stepIan McFarlane2025-04-201-6/+12
|
* add newline to log messagesIan McFarlane2025-04-201-0/+4
|
* fix picFreya Murphy2025-04-201-7/+2
|