aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: bdd5719f76b605fd7d32933df1f8121ddd589099 (plain)
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
# Bubbl

An Operating System for The x86 Architecture.

## Building

### Dependencies:

```sh
sudo apt install cmake ninja-build aria2 xorriso grub-common qemu-system-x86
./scripts/fetch-toolchain.sh

source env.sh
b
cm ..
m
```

## Running

### Dependencies:

- QEMU (qemu-system-i386)

```sh
mr
```

## Authors

- [@compromyse](https://www.github.com/compromyse)