Add to MMU init: bypass cache in MMIO page
[pdp11-memory-test] / memtest.c
#include "pdp11.h"
void
memtest(void)
{
wait(01000);
putch('H');
putch('e');
putch('l');
putch('l');
putch('o');
putch(',');
putch(' ');
putch('W');
putch('o');
putch('r');
putch('l');
putch('d');
putch('!');
putch('\n');
}