aboutsummaryrefslogtreecommitdiff
path: root/run
AgeCommit message (Collapse)Author
2020-10-24Forced ccache compilationMarvin Borner
...and some fixes :)
2020-10-24Removed TerminusMarvin Borner
2020-10-17Fixed OpenBSD buildMarvin Borner
2020-10-17Added basic support for OpenBSDMarvin Borner
Building the Cross Compiler successfully took me several days of debugging, patching and testing. It finally (kinda) works now, though!
2020-09-30HmmmMarvin Borner
2020-09-27Networky thingsMarvin Borner
Idk, really
2020-09-27Added UDP, DHCP, ARPMarvin Borner
Quite awesome, IMHO
2020-09-26Very simple icmp ping handlingMarvin Borner
2020-09-26Some random network thingsMarvin Borner
2020-09-24IPv6 networking...Marvin Borner
2020-09-23Fixed brctl conditionalMarvin Borner
2020-09-23Added network use conditionalMarvin Borner
2020-09-21NetworkingMarvin Borner
2020-09-20Some Terminus thingiesMarvin Borner
2020-09-15Keymaps n stuffMarvin Borner
2020-09-12Some casual bug fixesMarvin Borner
2020-09-12Independent ext2 bootloader for bigger kernelsMarvin Borner
2020-09-11Some testing using the q35 chipsetMarvin Borner
2020-09-08Some work on CPU stuff (soon: SMP)Marvin Borner
2020-09-03Moved test to appMarvin Borner
2020-08-30Added some testsMarvin Borner
2020-08-30Added kernel testing suitMarvin Borner
2020-08-27Fixed branch rename bugsMarvin Borner
2020-08-27Added time consumption warningMarvin Borner
2020-08-27Added alpha channel and cursor imageMarvin Borner
2020-08-23Added bmp loading and other stuffMarvin Borner
2020-08-15Added libguiMarvin Borner
2020-08-15Cleaned runMarvin Borner
2020-08-14Still bad code but a bit betterMarvin Borner
2020-08-13Added other subdirectories to compile_commandsMarvin Borner
2020-08-09Some build process changesMarvin Borner
2020-08-09Added malloc/free syscallMarvin Borner
2020-08-05Some proc thingsMarvin Borner
2020-08-01Started multitaskingMarvin Borner
2020-08-01Minor dev fixesMarvin Borner
2020-07-30Something something with elfs and witchesMarvin Borner
2020-07-29Added elf loading and test appMarvin Borner
2020-07-29Switched to -Os flag and fixed issues with itMarvin Borner
Somehow the insl function gets optimized to one instruction so I need a gcc attribute to exclude this function from optimization. I may fix this in the future though. Anyways, the kernel is waay smaller now! :)
2020-07-26Added simple keyboard input.Marvin Borner
This is somewhat of a demo. The real gui will be implemented completely different (ig)
2020-07-26Added terminus font and config fileMarvin Borner
2020-07-25Added very basic PSF parserMarvin Borner
Version 1 works; Version 2 not so much
2020-07-25Added psfu font downloaderMarvin Borner
2020-07-24Fix missing disk directoryMarvin Borner
(Should normaly exist due to the resources)
2020-07-24Bug hunting for file reading (ext2 idp recursion)Marvin Borner
2020-07-23Added *very* simple ide and ext2 supportMarvin Borner
2020-07-22Imported some things from masterMarvin Borner
2020-07-22Fixed makefile exportMarvin Borner
2020-07-22Switched to Makefile.Marvin Borner
Kinda for the sake of minimalism
2020-07-22Okidoki, seems to work!Marvin Borner
2020-07-21Yaas. May or may not work.Marvin Borner
This is actually very dumb. I thought about a fix for the 0x200 inode 16bit overflow since a few days but then I just decided to use a static inode (5) for the kernel. It's way simpler to implement so I'm staying with this for a while (although specific inodes don't work with genext2fs and co AFAIK).
2020-07-15this very much good beMarvin Borner
2020-07-14Simple fix because I don't want to fix it for realMarvin Borner
The inode number overflowed the 16 bit registers. Without splitting the numbers, there's no other way than removing the /boot directory ig. I just didn't want to fix it for real :)
2020-07-14Added debug modeMarvin Borner
2020-06-24Added file-search loopMarvin Borner
Kinda works.
2020-06-20Added static binary kernel loadingMarvin Borner
2020-06-20Added bootloader and basic ext2 parsingMarvin Borner
2020-06-17Hello!Marvin Borner
2020-06-17Rewrite runMarvin Borner
2020-06-17Started rewriteMarvin Borner
2020-05-13Added sync in every buildMarvin Borner
2020-05-12Added disasm commandMarvin Borner
2020-05-12Improved debugging commandMarvin Borner
2020-05-11Some scheduling improvementsMarvin Borner
And other stuff..
2020-05-11Some very small fixes in several filesMarvin Borner
2020-05-09Replaced fork() with spawn()!Marvin Borner
Who needs forks anyway
2020-05-07Some fixes here and there...Marvin Borner
Also implemented serial console in userspace
2020-05-05Added default run optionMarvin Borner
2020-05-01Added devfs and basic standard devicesMarvin Borner
2020-04-30Started vfsMarvin Borner
2020-04-28Added support for multiple user applicationsMarvin Borner
2020-04-28Userspace rewrite -> IT WORKS! :)Marvin Borner
Finally, after many months of work and rewrites the syscalls with constant char pointers work now :D
2020-04-28Maaaany fixes...Marvin Borner
Sorry for the increasingly worse-getting commit messages :D
2020-04-25Small cleanup and formattingMarvin Borner
2020-04-25Some work on the elf loaderMarvin Borner
2020-04-25WHY UBUNTU WHY?!Marvin Borner
Ubuntu links /bin/sh to dash so my workflow didn't work.. WHY
2020-04-25Fixed ext2 reading by using genext2fsMarvin Borner
As the debian versions use a horribly old version of genext2fs, this program gets compiled in the build process now.
2020-04-25Added 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-25Working ext2 filereaderMarvin Borner
As soon as I implement indirect block pointers, the resources will hopefully work again :)
2020-04-24Removed vfs again...Marvin Borner
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