aboutsummaryrefslogtreecommitdiff
path: root/run
AgeCommit message (Collapse)Author
2020-04-24wellMarvin Borner
2020-04-22Switched to cmake - AGAIN!Marvin Borner
Yes, I know... I once used it and was still using it to create my compile commands script but it didn't quite work. Now it does, so I replaced my whole sh spaghetti code! :)
2020-04-21Finally! EXT2 is working now :)Marvin Borner
Puuh.
2020-04-20wtf.Marvin Borner
After a day of debugging and testing, the solution to all the bugs seems to be a "too fast" code optimization gcc flag. wtf.
2020-04-19Clean ext2 implementation :)Marvin Borner
2020-04-16Many fix attempts for the divide by zero exceptionMarvin Borner
2020-04-15Used macro magic to implement function-based logsMarvin Borner
2020-04-15Added ext2 filesystemMarvin Borner
2020-04-14Switched to grubMarvin Borner
This really isn't what I wanted because grub is very big and bloaty but my own bootloader was very poorly written and I really want to implement a filesystem like ext2 which wouldn't work with my own bootloader. Furthermore this commit fixes many small issues including the one occurring due to the statically linked user binary (I just removed the linking for now).
2020-04-02Rewrite of the font converterMarvin Borner
It work way better now and no user interaction is needed anymore. I've also added a command to the run script that easily accesses the font conversion.
2020-04-02Fixed error exiting in whole scriptMarvin Borner
2020-04-02Small fixes in the run executableMarvin Borner
The run script is now able to run from any location && exits when the installation test failed
2020-04-01Static address linking approach for userspaceMarvin Borner
Kinda works but loading an statically linked binary into memory via kmalloc seems to create a crash which results in a bootloop.
2020-03-27Shellchecking for the win!Marvin Borner
2020-03-27Added and applied tidy commandMarvin Borner
2020-03-19Oh well, I obviously need the directoryMarvin Borner
2020-03-18Added awesome sync commandMarvin Borner
2020-02-17I AM SPEEDMarvin Borner
Implemented compile cache so I can develop as fast as a magician
2020-02-15Quite many improvementsMarvin Borner
ok.
2020-01-16Optimization reduction seems to improve thingsMarvin Borner
*a bit* - POINTERS STILL DON'T WORK! Merging anyway ig
2020-01-14Minor exit handling thingiesMarvin Borner
2020-01-12Improved installation boot && testMarvin Borner
2020-01-10Some Qemu improvements (performance)Marvin Borner
2020-01-06Usermode based allocating works a bit nowMarvin Borner
*a bit*
2020-01-04Super awesome ultra optimizationsMarvin Borner
code == crap sometimes so optimizations may do strange things
2020-01-04Added dynamic install parameterMarvin Borner
Pure awesomeness
2020-01-03omg im dumbMarvin Borner
2020-01-03WoopsiMarvin Borner
2020-01-03I don't like CMakeMarvin Borner
I switched to basic shell scripts now