Skip to content

Commit 648ef50

Browse files
committed
Moved to new dev OS
1 parent b410d2d commit 648ef50

File tree

2 files changed

+2
-200
lines changed

2 files changed

+2
-200
lines changed

boot_sect.asm

Lines changed: 0 additions & 198 deletions
This file was deleted.

compile.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ actual=$(ls -l | grep "os-image" | awk '{print $5}')
4141

4242
if [ "$use_new_bootloader" = true ]; then
4343
loaded=$(grep "NUM_SECTORS equ" < bootloader_stage2.asm |awk '{print $3}')
44-
actual=$((actual/512-2))
44+
actual=$((actual/512-1))
4545
else
4646
loaded=$(grep "NUM_SECTORS equ" < boot_sect2.asm | awk '{print $3}')
4747
actual=$((actual/512-1))
@@ -66,4 +66,4 @@ else
6666
fi
6767
buildstatus="successful"
6868
rm *.o
69-
#rm *.bin
69+
rm *.bin

0 commit comments

Comments
 (0)