From 1c42acca2491769a261de87be4904ba12ae5637e Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Wed, 27 Aug 2025 09:39:20 -0400 Subject: . --- projects/bubbl.html | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 projects/bubbl.html (limited to 'projects/bubbl.html') diff --git a/projects/bubbl.html b/projects/bubbl.html new file mode 100644 index 0000000..0ead19a --- /dev/null +++ b/projects/bubbl.html @@ -0,0 +1,94 @@ + + + + + + + + + + BUBBL | COMPROMYSE + + + + + + + + + + + + + + + + + + +
+ + + + +
+ +
+

BUBBL

+
+

An Operating System for The x86 Architecture.

+
C / C++ / ASM
+
+ + SOURCE +
+ +
+

Building

+ +

Dependencies: Nix with flakes enabled and (optionally) direnv

+ +

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

+ +

mkdir build && cd build
+cmake -G Ninja ..
+ninja
+
+

+ +

Running

+ +

ninja run # or run-headless or run-gdb
+
+

+ +
+ +
+ + + +
+ + + + -- cgit v1.2.3