Thousand line OS initial commit

This commit is contained in:
Greg Shuflin
2025-01-10 03:47:52 -08:00
parent 3ef8cbbf8c
commit 80a5815731
2 changed files with 14 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
# Thousand Line OS
Aspirational. Following https://operating-system-in-1000-lines.vercel.app/en/

11
thousand-line-os/justfile Normal file
View File

@@ -0,0 +1,11 @@
_default:
@just --list
run:
#!/usr/bin/env bash
#
QEMU=qemu-system-riscv32
# Start QEMU
$QEMU -machine virt -bios default -nographic -serial mon:stdio --no-reboot