summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorAlejandro Sior <aho@sior.be>2022-05-21 14:04:42 +0200
committerAlejandro Sior <aho@sior.be>2022-05-21 14:04:42 +0200
commit3aefeeb723b8822916fb39b7c32551c35c06e32f (patch)
tree380494fb2184101961e395d6d81accf91138efbe /run.sh
parent35c9df451d4f415632a4a1f64b06d1de12340687 (diff)
boot: reorganize bios and drive modules
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)