summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix merge conflict badnessFreya Murphy2025-05-061-123/+7
* finished documentation, and deleted ramfs.c and ramfs.h, as both were nowhere...Galen Sagarin2025-05-063-215/+0
* edited a bit of documentation for tar.cGalen Sagarin2025-05-061-4/+118
* update clangd compile flagsFreya Murphy2025-05-062-1/+3
* update makefileFreya Murphy2025-05-061-2/+2
* add docstring stmtFreya Murphy2025-05-061-0/+6
* fix tblFreya Murphy2025-05-061-2/+0
* update readmesFreya Murphy2025-05-062-2/+27
* readme & licenseFreya Murphy2025-05-063-0/+167
* fmtFreya Murphy2025-05-064-196/+211
* more docsFreya Murphy2025-05-063-0/+166
* Merge branch 'main' of github.com:kenshineto/kernIan McFarlane2025-05-062-232/+240
|\
| * Merge pull request #2 from kenshineto/documentationBranchgps53072025-05-062-232/+240
| |\
| | * FS.md documentationGalen Sagarin2025-05-061-0/+19
| | * Merge branch 'main' of https://github.com/kenshineto/kernGalen Sagarin2025-05-0611-13/+245
| | |\
| | * | tar.c documentationGalen Sagarin2025-05-061-57/+55
* | | | documentation for ataIan McFarlane2025-05-061-1/+17
|/ / /
* | / add unfinished forkman game and syscallsIan McFarlane2025-05-068-27/+547
| |/ |/|
* | start docsFreya Murphy2025-05-067-1/+209
* | set max res for gop framebufferFreya Murphy2025-05-061-0/+4
* | smooth scrolling for termFreya Murphy2025-05-061-3/+23
* | increase identity mapFreya Murphy2025-05-061-1/+1
* | fmtFreya Murphy2025-05-062-194/+203
|/
* Fixed a parentheses issuetarBranchGalen Sagarin2025-05-061-3/+3
* fixed tar_seekGalen Sagarin2025-05-061-3/+4
* Commenting out ramfs things because they aren't workingGalen Sagarin2025-05-062-2/+2
* A few bugfixes for tar.cGalen Sagarin2025-05-061-5/+8
* tarfs.c, as well as an incomplete ramfs.c:Galen Sagarin2025-05-064-208/+450
* fixestarfs_freyaFreya Murphy2025-05-062-2/+2
* set pit into mode3 (fixes uefi)Freya Murphy2025-05-061-2/+2
* make ps2 not do led stuff, it brokieFreya Murphy2025-05-062-4/+2
* init improvementsFreya Murphy2025-05-061-22/+62
* kernel alloc should not be doing all of this, make it simpler (and work)Freya Murphy2025-05-061-142/+14
* virt alloc fixesFreya Murphy2025-05-061-19/+17
* add some memory loggingFreya Murphy2025-05-062-32/+76
* terrible hack to not overwrite mboot dataFreya Murphy2025-05-064-11/+58
* remove sym lookupFreya Murphy2025-05-061-3/+2
* update fsFreya Murphy2025-05-062-5/+5
* pc spkrFreya Murphy2025-05-0510-21/+144
* off by oneFreya Murphy2025-05-021-1/+1
* broken?Freya Murphy2025-05-021-59/+60
* temp badnessFreya Murphy2025-05-022-19/+27
* changes idkFreya Murphy2025-05-016-11/+26
* ramdiskFreya Murphy2025-05-014-9/+39
* add some warnings so i know what the fuck is going wrong, bahFreya Murphy2025-05-011-3/+10
* fix yet another terrible bug, someone please kill meFreya Murphy2025-05-011-7/+15
* more data!Freya Murphy2025-05-011-1/+1
* FUCKING OFF BY ONE ERRORSFreya Murphy2025-05-011-2/+2
* comment out non contigous phys page allocator, its causing problems and this ...Freya Murphy2025-05-011-49/+65
* finish syscall implsFreya Murphy2025-05-0118-37/+398