added bad malloc
This commit is contained in:
parent
c6527da081
commit
e5c428e6cf
5 changed files with 93 additions and 4 deletions
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ GCCPATH = /opt/gcc-arm/bin
|
|||
CC = $(GCCPATH)/aarch64-none-elf-gcc
|
||||
LD = $(GCCPATH)/aarch64-none-elf-ld
|
||||
OBJCOPY = $(GCCPATH)/aarch64-none-elf-objcopy
|
||||
GCCFLAGS = -Wall -O2 -ffreestanding -nostdinc -nostdlib -nostartfiles
|
||||
GCCFLAGS = -Wall -O2 -ffreestanding -fno-builtin -nostdinc -nostdlib -nostartfiles
|
||||
|
||||
OUTDIR = ./out/bin
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue