Added code from textbook (Pearson R. Bryant – D. O’Hallaron. Computer Systems: A Programmer’s Perspective.3rd Edition, Pearson, 2003.)

This commit is contained in:
TuDatTr
2021-01-14 15:30:36 +01:00
parent 1fc371fab9
commit ed2e0e57be
4 changed files with 431 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
# Students' Makefile for the Malloc Lab
#
CC = gcc
CFLAGS = -Wall -O2 -m32
CFLAGS = -Wall -O2 -m32 -g03
OBJS = mdriver.o mm.o memlib.o fsecs.o fcyc.o clock.o ftimer.o