mirror of
https://github.com/vivier/EMILE.git
synced 2025-03-30 06:29:46 +00:00
Add -I elf32-big to objcopy
This commit is contained in:
parent
ecfa5bf4a9
commit
378527884e
2
Makefile
2
Makefile
@ -56,7 +56,7 @@ endif
|
||||
mv floppy.img.X floppy.img
|
||||
|
||||
vmlinux.bin: $(KERNEL)
|
||||
$(OBJCOPY) -O binary -R .note -R .comment -S $(KERNEL) vmlinux.bin
|
||||
$(OBJCOPY) -I elf32-big -O binary -R .note -R .comment -S $(KERNEL) vmlinux.bin
|
||||
|
||||
vmlinuz: vmlinux.bin
|
||||
cp vmlinux.bin vmlinuz.out
|
||||
|
Loading…
x
Reference in New Issue
Block a user