Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-14 | Switched to grub | Marvin 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-02 | Rewrite of the font converter | Marvin 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-02 | Fixed error exiting in whole script | Marvin Borner | |
2020-04-02 | Small fixes in the run executable | Marvin Borner | |
The run script is now able to run from any location && exits when the installation test failed | |||
2020-04-01 | Static address linking approach for userspace | Marvin 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-27 | Shellchecking for the win! | Marvin Borner | |
2020-03-27 | Added and applied tidy command | Marvin Borner | |
2020-03-19 | Oh well, I obviously need the directory | Marvin Borner | |
2020-03-18 | Added awesome sync command | Marvin Borner | |
2020-02-17 | I AM SPEED | Marvin Borner | |
Implemented compile cache so I can develop as fast as a magician | |||
2020-02-15 | Quite many improvements | Marvin Borner | |
ok. | |||
2020-01-16 | Optimization reduction seems to improve things | Marvin Borner | |
*a bit* - POINTERS STILL DON'T WORK! Merging anyway ig | |||
2020-01-14 | Minor exit handling thingies | Marvin Borner | |
2020-01-12 | Improved installation boot && test | Marvin Borner | |
2020-01-10 | Some Qemu improvements (performance) | Marvin Borner | |
2020-01-06 | Usermode based allocating works a bit now | Marvin Borner | |
*a bit* | |||
2020-01-04 | Super awesome ultra optimizations | Marvin Borner | |
code == crap sometimes so optimizations may do strange things | |||
2020-01-04 | Added dynamic install parameter | Marvin Borner | |
Pure awesomeness | |||
2020-01-03 | omg im dumb | Marvin Borner | |
2020-01-03 | Woopsi | Marvin Borner | |
2020-01-03 | I don't like CMake | Marvin Borner | |
I switched to basic shell scripts now |