From 1718c66001ea2fdc7716433ea12e773e7b446165 Mon Sep 17 00:00:00 2001 From: Nathan Cannon Date: Fri, 20 Oct 2017 22:06:43 +0100 Subject: [PATCH] Added script to automatically build the OS and run in qemu. --- buildandrun.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 buildandrun.sh diff --git a/buildandrun.sh b/buildandrun.sh new file mode 100755 index 0000000..378a60b --- /dev/null +++ b/buildandrun.sh @@ -0,0 +1,5 @@ +#!/bin/sh +make clean +make +./builddisc.sh +qemu-system-i386 -cdrom myos.iso