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

An Operating System for The x86 Architecture.

## Building

### Dependencies:

```sh
./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)