aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-08Better randomization (soon: random memory locs)Marvin Borner
2021-03-08im stoopid and i know itMarvin Borner
2021-03-06Added more overflow sanitation loggingMarvin Borner
2021-03-05Oh man... Idfk anymoreMarvin Borner
2021-03-03Removed this for nowMarvin Borner
2021-03-02Getting closer!Marvin Borner
2021-03-02Added stack tracerMarvin Borner
idk why
2021-03-02very good this isMarvin Borner
2021-03-01Hmmm, something isn't rightMarvin Borner
2021-02-28Kinda working pagingMarvin Borner
2021-02-28Fixed memory mapping detectionMarvin Borner
2021-02-27Reimplemented memory map detectionMarvin Borner
2021-02-27Started basic paging port from skiftOSMarvin Borner
2021-02-27Some window magic!Marvin Borner
2021-02-26Made ext2 reading around 300% faster (10MB reads)Marvin Borner
This is the result of indirect block caching. Melvix can now read at a speed of around 8MB/s - WROOOM!
2021-02-26Removed serial driver from userspaceMarvin Borner
2021-02-26Fixed build status imageMarvin Borner
2021-02-26Fixed workflowMarvin Borner
2021-02-26Added UBSan noticeMarvin Borner
2021-02-26Added debug testingMarvin Borner
Qemu on GH seems to have some problems though.. I guess the current errors are actually internal bugs of their qemu version. Idk
2021-02-26Full UBSan support - many fixes!Marvin Borner
2021-02-26Started UBSan and stack-smashing check supportMarvin Borner
2021-02-25Added some debugging featuresMarvin Borner
I've tried to track down the bugs with kvm and q35 but I didn't manage to do it - yet! I'll probably look into it soon.
2021-02-25Updated readme :)Marvin Borner
2021-02-25Applied even more warning flags!Marvin Borner
Fixing all the warnings wasn't that easy actually..
2021-02-25Small testing suite improvementsMarvin Borner
2021-02-25Added *many* static keywordsMarvin Borner
2021-02-25Updated makefilesMarvin Borner
2021-02-25WhoopsMarvin Borner
2021-02-24AlrightyMarvin Borner
2021-02-24Awesome indeedMarvin Borner
2021-02-23You wouldn't believe how long this took to findMarvin Borner
NASTY BUGS!
2021-02-23Thanks!Marvin Borner
@LarsVomMars lol
2021-02-22Started new frontend libMarvin Borner
2021-02-22Some improvementsMarvin Borner
2021-02-22Further rectangle extractionMarvin Borner
Thanks to @LarsVomMars for the help :)
2021-02-21Started rectangle generationMarvin Borner
2021-02-21Activated SSE/FPU features for better performanceMarvin Borner
2021-02-20Started rectangle based redrawMarvin Borner
2021-02-19Removed liberapayMarvin Borner
2021-02-18Fixed text writingMarvin Borner
2021-02-18Switched to default lodepng versionMarvin Borner
This should be a bit faster and less buggy
2021-02-18Started GUI rewriteMarvin Borner
It's a mess right now..
2021-02-17Added basic vector functionsMarvin Borner
2021-02-16Okay!Marvin Borner
2021-02-14Message waiting and more!Marvin Borner
2021-02-12Added "random" heap positionMarvin Borner
2021-02-11Added sprintfMarvin Borner
2021-02-11Renamed err due to function shadowMarvin Borner
2021-02-11Added msgingMarvin Borner
2021-02-10Fixed test scriptMarvin Borner
2021-02-10Updated workflowMarvin Borner
2021-02-10Print to streams instead of serial consoleMarvin Borner
2021-02-09Added basic streamsMarvin Borner
2021-02-09Quite many message queue fixes and impl startMarvin Borner
2021-02-07Added poll syscallMarvin Borner
2021-02-07Added filesystem and proc permissionsMarvin Borner
2021-02-07Merged branch 'main' into devMarvin Borner
2021-02-07Added dev branch noticeMarvin Borner
2021-02-07Fixed some memory leaks (broke some stuff too)Marvin Borner
2021-02-07Many small memory improvementsMarvin Borner
2021-02-05No buffer mallocing in ext2 readMarvin Borner
2021-01-21Implementing new features...Marvin Borner
2021-01-21Fixed some dumb bugsMarvin Borner
2021-01-21Fixed stray keyboard charactersMarvin Borner
2021-01-20Added proc wait struct with functionMarvin Borner
2021-01-16Fixed vfs dev finderMarvin Borner
2021-01-15Implemented basic dev ready-state waitingMarvin Borner
2021-01-15Fixed kernel exceptionsMarvin Borner
2021-01-14Added kernel idle processMarvin Borner
2021-01-13VFS ready function and read yieldingMarvin Borner
2021-01-11Much work..Marvin Borner
2021-01-10Added very simple stack implementation for procfsMarvin Borner
This probably has several bugs, but idc
2021-01-10Started procfsMarvin Borner
2021-01-09Let's make a procfs for IPC insteadMarvin Borner
2021-01-09To be continuedMarvin Borner
2021-01-09Finding memory leaks is SO exhausting arghMarvin Borner
2021-01-09Started new heap implementation (not working yet)Marvin Borner
2021-01-08CleanupMarvin Borner
2021-01-08Major IDE/ATA driver rewriteMarvin Borner
This adds non-hardcoded multi-disk support. I just need to remove the boot/load.c loader and fix the max bootloader ext2 loading size. After that's done I'll try running it on real hardware.
2021-01-08Button "animation"Marvin Borner
2021-01-08Kinda working VFS implementationMarvin Borner
2021-01-07New read parametersMarvin Borner
2021-01-07Working VFS path resolvingMarvin Borner
2021-01-07Started conversion to VFSMarvin Borner
2021-01-07Several thingsMarvin Borner
Sorry :D
2021-01-07WhoopsMarvin Borner
2021-01-07Added non-NULL assertionMarvin Borner
2021-01-04Some vfs fixesMarvin Borner
2020-12-11Some FS stuffMarvin Borner
2020-12-10Started VFSMarvin Borner
I have plans to remove the whole event system and make everything a file - just like Unix does. It's way easier that way actually.
2020-12-09Fixed null socket loopMarvin Borner
2020-12-06Some things that annoyed meMarvin Borner
2020-12-06Added killing comboMarvin Borner
Isn't that dangerous though
2020-12-06Woops, missed a fileMarvin Borner
2020-12-06Fixed workflowMarvin Borner
2020-12-06Removed submodule loadingMarvin Borner
2020-12-06Removed the necessity for ext2util completelyMarvin Borner
This is needed for a flexible bootloader and IDE driver. Future commits will remove the boot/load.c file.
2020-12-06File-based booting instead of fixed inode (WIP)Marvin Borner
2020-12-05Some casual network fixesMarvin Borner