20 lines
516 B
PHP
20 lines
516 B
PHP
|
# $NetBSD: Makefile.inc,v 1.1 1997/05/17 13:55:35 matthias Exp $
|
||
|
|
||
|
BINDIR= /usr/mdec
|
||
|
|
||
|
# Load at 0x260000 + 78 * 1024 * 18
|
||
|
# That way the boot code will be at the correct address if the floppy
|
||
|
# image is started from memory.
|
||
|
RELOC= 3BF000
|
||
|
|
||
|
CLEANFILES+= ${PROG}.sym ${PROG}
|
||
|
|
||
|
CPPFLAGS+= -DSCNCONSOLE -DSTANDALONE
|
||
|
|
||
|
# Limit the alloc() heap to below 4mb
|
||
|
CPPFLAGS+= -DHEAP_LIMIT=0x400000
|
||
|
|
||
|
COMMONSOURCE= srt0.S conf.c cons.c devopen.c filesystem.c \
|
||
|
machdep.c prf.c
|
||
|
DRIVERSOURCE= md.c scn.c scsi_hi.c scsi_low.c sd.c
|