I'm in the process of gathering together some resources detailing this little-known utility (Thanks Lord X) to help those who want to learn more than most.
N COLDBOOT.COM
A 100
MOV AX,0040
MOV DS,AX
MOV WORD PTR [0072],FFFF
CLI
JMP F000:FFF0
R CX
11
W
Q
N WARMBOOT.COM
A 100
MOV AX,0040
MOV DS,AX
MOV WORD PTR [0072],1234
CLI
JMP F000:FFF0
R CX
11
W
Q
There's something to mull over. Now, of course you need not name the .com files the same name as the .asm. If you should so choose, you could break out your ASCII character tables and enter in some invisible character as the name... Haven't tried this yet, but it should work.
Any other contributions would be greatly appreciated.