aboutsummaryrefslogtreecommitdiff
path: root/projects/bubbl.md
blob: 2d1b8def1dd2dbe14ab34a06fd325866383e4f1e (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
name = BUBBL
description = An Operating System for The x86 Architecture.
languages = C / C++ / ASM
url = /projects/bubbl
template = project.html
links = [
    href = https://github.com/compromyse/bubbl
    label = SOURCE
]
priority = 3
---

## Building

#### Dependencies: Nix with flakes enabled and (optionally) direnv

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

      ```sh
      mkdir build && cd build
      cmake -G Ninja ..
      ninja
      ```

## Running

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