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

An Operating System for The x86 Architecture.

## Building

> Dependencies: nix with flakes enabled and (optionally) direnv

After entering the devshell (with direnv or `nix develop`),

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

## Running

```sh
m run # or run-headless or run-gdb
```

## Authors

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