added bad malloc

This commit is contained in:
Lauchmelder 2022-01-20 22:03:42 +01:00
parent c6527da081
commit e5c428e6cf
5 changed files with 93 additions and 4 deletions

View file

@ -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