Espresso 0.0.1f

This commit is contained in:
2025-07-07 10:41:05 -05:00
parent dbaee2c881
commit f677e2e283
13 changed files with 315 additions and 119 deletions

10
README.md Normal file
View File

@ -0,0 +1,10 @@
<--- Espresso. --->
Espresso is a simple operating system built with C and i686(IA32) assembler.
== BUILDING ==
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.