Thousand line OS initial commit
This commit is contained in:
3
thousand-line-os/README.md
Normal file
3
thousand-line-os/README.md
Normal 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
11
thousand-line-os/justfile
Normal 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
|
||||
Reference in New Issue
Block a user