From 3aefeeb723b8822916fb39b7c32551c35c06e32f Mon Sep 17 00:00:00 2001 From: Alejandro Sior Date: Sat, 21 May 2022 14:04:42 +0200 Subject: boot: reorganize bios and drive modules --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run.sh') 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) -- cgit v1.2.3