summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index 0e136e4..6b28de9 100755
--- a/run.sh
+++ b/run.sh
@@ -9,7 +9,7 @@ export HAREPATH=.
export LDFLAGS="--gc-sections"
# :Do the build
-hare build -X^ -T+x86_64
+hare build -X^ -T+x86_64 -T+bios
# :Create a flat binary out of the elf file
# (while also removing the breaking gnu note)