mirror of
https://github.com/vivier/EMILE.git
synced 2025-08-15 07:27:41 +00:00
Add -I elf32-big to objcopy
This commit is contained in:
2
Makefile
2
Makefile
@@ -56,7 +56,7 @@ endif
|
|||||||
mv floppy.img.X floppy.img
|
mv floppy.img.X floppy.img
|
||||||
|
|
||||||
vmlinux.bin: $(KERNEL)
|
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
|
vmlinuz: vmlinux.bin
|
||||||
cp vmlinux.bin vmlinuz.out
|
cp vmlinux.bin vmlinuz.out
|
||||||
|
Reference in New Issue
Block a user