extern void
getenvvars()
{
- extern u_long locore_dodebugmarks;
extern u_long bootdev, videobitdepth, videosize;
extern u_long end, esym;
extern u_long macos_boottime, MacOSROMBase;
}
mac68k_machine.mach_memsize = getenv("MEMSIZE");
mac68k_machine.do_graybars = getenv("GRAYBARS");
- locore_dodebugmarks = mac68k_machine.do_graybars;
mac68k_machine.serial_boot_echo = getenv("SERIALECHO");
mac68k_machine.serial_console = getenv("SERIALCONSOLE");
/* Should probably check this and fail if old */