aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Borner2020-04-24 17:32:45 +0200
committerMarvin Borner2020-04-24 17:32:45 +0200
commitcd1d0115f0b873e155a2435f932f3f2865d72ce9 (patch)
treefdc25255428758490f5749ea7242025a825255b7
parentd086261502980a1963671a73d216bd9352e6ec3f (diff)
well
-rwxr-xr-xrun2
1 files changed, 1 insertions, 1 deletions
diff --git a/run b/run
index 61844e1..2bea755 100755
--- a/run
+++ b/run
@@ -81,7 +81,7 @@ make_build() {
# Create ISO
mkdir -p ./iso/boot/grub/
- cp ./kernel ./iso/boot/kernel.bin
+ cp ./build/kernel.bin ./iso/boot/kernel.bin
cp ./src/bootloader/grub.cfg ./iso/boot/grub/
grub-mkrescue -o ./build/melvix.iso ./iso/ || exit 1