X-Git-Url: https://robinkrens.nl/gitweb/?p=cortex-from-scratch;a=blobdiff_plain;f=Makefile;h=2563e880dcbcb0a811eb78892eadda9be0114573;hp=cc01e471e4ba6a50d7823c7e60fe0092ba0b0c86;hb=2dcce7050a791e5b3ff81e9c785d05aa79f57ba0;hpb=fe0e1e676b1d1a3f151dbe8cdf7a54ec78e1723f diff --git a/Makefile b/Makefile index cc01e47..2563e88 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ as: all: $(AS) $(CFLAGS) -o start.o start.asm $(LD) -T link.ld -o start.out start.o - $(MKIMG) -Obinary start.out kernel.bin + $(MKIMG) -Obinary -R .data start.out kernel.bin run: qemu-system-arm -monitor stdio -M lm3s6965evb -kernel kernel.bin