We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b410d2d commit 648ef50Copy full SHA for 648ef50
boot_sect.asm
compile.sh
@@ -41,7 +41,7 @@ actual=$(ls -l | grep "os-image" | awk '{print $5}')
41
42
if [ "$use_new_bootloader" = true ]; then
43
loaded=$(grep "NUM_SECTORS equ" < bootloader_stage2.asm |awk '{print $3}')
44
- actual=$((actual/512-2))
+ actual=$((actual/512-1))
45
else
46
loaded=$(grep "NUM_SECTORS equ" < boot_sect2.asm | awk '{print $3}')
47
actual=$((actual/512-1))
@@ -66,4 +66,4 @@ else
66
fi
67
buildstatus="successful"
68
rm *.o
69
-#rm *.bin
+rm *.bin
0 commit comments