Fix bug in boot.c by which GC_Reserve was set after MemTop was
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 30 Nov 1989 03:04:15 +0000 (03:04 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Thu, 30 Nov 1989 03:04:15 +0000 (03:04 +0000)
commit25b1d71e68a3be933820df9574cb7e6f754c1fdb
treea5358efeed0f31e5064f6fcd5123e31bf952aa1c
parentd55f7a06b03bbb7c28039dffa070aef0ecb64913
Fix bug in boot.c by which GC_Reserve was set after MemTop was
computed in Clear_Memory.  GC_Reserve is now set by Clear_Memory.

Rename Heap_In_Low_Memory to HEAP_IN_LOW_MEMORY.

Clean up Spectrum stuff and remove previous version of the quad bit
kludge which forced 8 bit type codes to be used.
15 files changed:
v7/src/microcode/bchmmg.c
v7/src/microcode/boot.c
v7/src/microcode/config.h
v7/src/microcode/dump.c
v7/src/microcode/memmag.c
v7/src/microcode/object.h
v7/src/microcode/ppband.c
v7/src/microcode/psbmap.h
v7/src/microcode/storage.c
v7/src/microcode/version.h
v7/src/microcode/wsize.c
v8/src/microcode/object.h
v8/src/microcode/ppband.c
v8/src/microcode/psbmap.h
v8/src/microcode/version.h