PyToOS
- 1 Devlogs
- 1 Total hours
A batch script that automatically turns a python script into a full operating system with a custom kernel
A batch script that automatically turns a python script into a full operating system with a custom kernel
Devlog #1!
I feel so sigma
I made the first batch script
It builds the kernel.c, kernel.asm and linker.ld to a .bin which is a runnable os
it works yipee
the only problem i had was with one of the files (cc1.exe) being too large so i wrote some code to yoink it from google drive!
i also went through the i686-elf-tools and just deleted stuff and it ended up less then a gigabyte which is crazy. its just cc1.exe that takes up 600 megs. also nasm is tiny!
the whole program so far is self contained except that one download but that happens once
it is on github yay