Files
Espresso/README.md

11 lines
482 B
Markdown
Raw Normal View History

2025-07-06 20:59:53 -05:00
<--- Espresso. --->
2025-07-06 20:59:14 -05:00
Espresso is a simple operating system built with C and i686(IA32) assembler.
2025-07-06 21:00:46 -05:00
== BUILDING ==
2025-07-06 20:59:14 -05:00
First, you need a cross-compiler and toolchain built, see https://wiki.osdev.org/GCC_Cross-Compiler
for instructions.
then, `cd` into the directory with the code (you should see the `kernel`, `include`, and `lib` directories if you're in the right place.) and type `make build`. this will also run the OS. type `make clean` after every change to rebuild everything.