Skip to content
Snippets Groups Projects
Commit 420fb5b5 authored by Stephen D's avatar Stephen D
Browse files

Removed img padding

parent d381068a
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ CFLAGS = -g -m32 -nostdlib -nostdinc -fno-builtin -fno-stack-protector -nostartf
os-image.bin: boot/bootsect.bin boot/bootsect2.bin kernel.bin
cat $^ > os-image.bin
#Pad os-image.bin
dd if=/dev/null of=os-image.bin bs=1 count=0 seek=1474560
#dd if=/dev/null of=os-image.bin bs=1 count=0 seek=1474560
# '--oformat binary' deletes all symbols as a collateral, so we don't need
# to 'strip' them manually on this case
kernel.bin: boot/kernel_entry.o ${OBJ}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment