omen-osdev / omen

Reliable and modular kernel
54 stars 34 forks source link

Use of mtools to write MSDOS filesystems as files #49

Closed aziabatz closed 2 months ago

aziabatz commented 2 months ago

A reminder: mkfs is not present besides linux, and in each BSD it works in a different way

TretornESP commented 2 months ago

great job!

TretornESP commented 2 months ago

Hey @aziabatz I had to revert the changes over buildenv/gnumakefile as people using the default gcc compiler was unable to build. Please add a specific target for the CICD pipeline or make a logic branch with some kind of env var like this:

  1. CICD set the variable github
  2. The pipeline checks if that var is up
  3. If so, it uses $(TARGET)
  4. Else it uses plain gcc

Your commit is solid tho, please just fix this and I'll merge it right away