araujo88 / primus-os

A simple bare-bones 32-bit operating system written in Assembly x86 and C for educational purposes
GNU General Public License v3.0
46 stars 10 forks source link

Add extra step in `Generating ISO Image` / add `rm -rf iso` in `make clean` #23

Closed BBBmau closed 1 year ago

BBBmau commented 1 year ago

Followed the README.md but found that the first step required when generating an ISO image should be make check_dir. Added this for future users.

This missing step led to the iso folder being generated but not removed as expected. went and added the removal of the iso folder as part of make clean in the case that the iso for some reason does not get removed