Well, mostly it means that the hardware is not misbehaving. There's no "real" operating system at this point, just the BIOS ROM firmware and the M/L monitor. Up-time counts are generated in the interrupt service routine, with jiffy IRQs being triggered by the watchdog timer at 10 msec intervals. I do have a job that starts at eight hour intervals and does some SCSI I/O, that job being triggered by a interrupt-driven alarm. All I/O is also interrupt-driven, so at least I know the IRQ handler is working okay.
Practically speaking, POC V1 has fulfilled its purpose, which was to develop and debug the BIOS and M/L monitor, as well as develop a SCSI I/O subsystem. POC V2, when built, will be the focus of operating system development, as this unit will have sufficient hardware resources to support preemptive multitasking, especially since I made a recent acquisition.