diff options
author | Marvin Borner | 2020-04-19 23:58:09 +0200 |
---|---|---|
committer | Marvin Borner | 2020-04-19 23:58:09 +0200 |
commit | f3427d6e37a1ebec78adac57f69d5efad0170d66 (patch) | |
tree | 65389988a30951d2a29a36acad38e942e0d7bd4e /README.md | |
parent | 63a2e138f3f5f8d4fa731a06dc2b0e3ab4eab3bc (diff) |
Clean ext2 implementation :)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -8,13 +8,10 @@ <a href="https://app.codacy.com/manual/marvin-borner/Melvix/dashboard" target="_blank"> <img src="https://img.shields.io/codacy/grade/4ae29e218d7c439eaa549ea828ffcaac?style=for-the-badge" /> </a> - <a href="https://marvinborner.de/melvix/" target="_blank"> - <img src="https://img.shields.io/badge/download-latest-brightgreen?style=for-the-badge" /> - </a> </p> ## Build -* Use any system running GNU/Linux (Successfully tried building on Debian, Arch Linux and even OpenBSD) +* Use any system running GNU/Linux * Install build dependencies (package names may vary depending on your operating system) * Ubuntu/Debian _"instructions"_ can be found here: [GitHub Workflow](https://raw.githubusercontent.com/marvinborner/Melvix/master/.github/workflows/build.yml) @@ -32,6 +29,7 @@ * nasm * genisoimage * qemu + * genext2fs * Build a cross compiler using `./run cross` |