Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-20 | Added static binary kernel loading | Marvin Borner | |
2020-06-20 | Added bootloader and basic ext2 parsing | Marvin Borner | |
2020-06-17 | Hello! | Marvin Borner | |
2020-06-17 | Rewrite run | Marvin Borner | |
2020-06-17 | Started rewrite | Marvin Borner | |
2020-05-13 | Added sync in every build | Marvin Borner | |
2020-05-12 | Added disasm command | Marvin Borner | |
2020-05-12 | Improved debugging command | Marvin Borner | |
2020-05-11 | Some scheduling improvements | Marvin Borner | |
And other stuff.. | |||
2020-05-11 | Some very small fixes in several files | Marvin Borner | |
2020-05-09 | Replaced fork() with spawn()! | Marvin Borner | |
Who needs forks anyway | |||
2020-05-07 | Some fixes here and there... | Marvin Borner | |
Also implemented serial console in userspace | |||
2020-05-05 | Added default run option | Marvin Borner | |
2020-05-01 | Added devfs and basic standard devices | Marvin Borner | |
2020-04-30 | Started vfs | Marvin Borner | |
2020-04-28 | Added support for multiple user applications | Marvin Borner | |
2020-04-28 | Userspace rewrite -> IT WORKS! :) | Marvin Borner | |
Finally, after many months of work and rewrites the syscalls with constant char pointers work now :D | |||
2020-04-28 | Maaaany fixes... | Marvin Borner | |
Sorry for the increasingly worse-getting commit messages :D | |||
2020-04-25 | Small cleanup and formatting | Marvin Borner | |
2020-04-25 | Some work on the elf loader | Marvin Borner | |
2020-04-25 | WHY UBUNTU WHY?! | Marvin Borner | |
Ubuntu links /bin/sh to dash so my workflow didn't work.. WHY | |||
2020-04-25 | Fixed ext2 reading by using genext2fs | Marvin Borner | |
As the debian versions use a horribly old version of genext2fs, this program gets compiled in the build process now. | |||
2020-04-25 | Added indirect pointers - re-enabled font :) | Marvin Borner | |
I don't know why, but once there are multiple files on the drive the kernel can only read one file.. I'll investigate this later. | |||
2020-04-25 | Working ext2 filereader | Marvin Borner | |
As soon as I implement indirect block pointers, the resources will hopefully work again :) | |||
2020-04-24 | Removed vfs again... | Marvin Borner | |
2020-04-24 | well | Marvin Borner | |
2020-04-22 | Switched 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-21 | Finally! EXT2 is working now :) | Marvin Borner | |
Puuh. | |||
2020-04-20 | wtf. | 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-19 | Clean ext2 implementation :) | Marvin Borner | |
2020-04-16 | Many fix attempts for the divide by zero exception | Marvin Borner | |
2020-04-15 | Used macro magic to implement function-based logs | Marvin Borner | |
2020-04-15 | Added ext2 filesystem | Marvin Borner | |
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 |