blob: ea0b03cd37b41f2426d22838709dd988920de978 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
# Melvix
<p align="center">
<i>„A lightweight unix-like operating system“</i>
<br><br>
<a href="https://travis-ci.com/marvinborner/Melvix" target="_blank">
<img src="https://img.shields.io/travis/marvinborner/Melvix?style=for-the-badge" />
</a>
<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>
</p>
## Build
* Use any system running GNU/Linux (Successfully tried building on Debian, Arch Linux and even OpenBSD)
* Install build dependencies (package names may vary depending on your operating system)
* binutils
* gcc
* make
* bison
* flex
* gmp
* mpc
* mpfr
* texinfo
* curl
* nasm
* grub
* qemu
* Build a cross compiler using `make cross`
* Run `make build`
* Test Melvix in QEMU (opens after `make test`)
* Optional: Flash the built ISO to a USB/Floppy/CD drive using `sudo dd if=./build/melvix.iso of=/dev/sdX bs=4M oflag=sync`
|