os compiller
- 4 Devlogs
- 5 Total hours
This is a compiller that should compile a basic-like language into a fully working operating system
This is a compiller that should compile a basic-like language into a fully working operating system
This is the final version. I’m very sad that this is, because it is still very buggy and i couldn’t implement what i originally wanted to add. You can still print characters, do infinite loops and get a character to print later (don’t forget that the program compiles your code into an operating system, hence the trouble with memory management) I cannot finish it because my school has a too harsh schedule to keep up. I hope to be able to re join and finish it in later editions… Goodbye world!
writing operating systems in pure hexadecimal, like the good ol’ days
I just made the first instruction, it prints a character on the BIOS.
I’m building the initial UI (yes, before the actual compiler part)