sandwichdoge / catchOS

A small multitasking operating system for Intel i386 architecture.
MIT License
5 stars 1 forks source link

Cross-compiler for userland programs #10

Open sandwichdoge opened 4 years ago

sandwichdoge commented 4 years ago

Need to finish virtual memory first, then dynamic linking, then parse elf files for where to load the program. The goal is to run freestanding binaries (or binaries linked with our custom libc) compiled by GCC.