1
0
mirror of https://github.com/wfjm/w11.git synced 2026-03-03 10:23:40 +00:00
Files
wfjm.w11/tools/mcode/sys/noboot.md

811 B

Dummy boot block

The noboot code simply prints the message

++======================================++
|| This is not a hardware bootable disk ||
++======================================++

CPU WILL HALT

and halts the CPU. The entry point is 0 and can therefore be started with a clr pc as is done on boot PROMs. Code like this is used as a dummy boot block in non-bootable disk volumes. The lda file is also useful in PC11 loader tests.

Start on w11

See general notes on

To run the noboot code use

    ti_w11 <opt> -w -e noboot.mac

with the options <opt> as described in Rlink and Backend Server setup.