Paladin of the Pegasos
Posts: 1289 from 2003/2/25
From: binaryriot
if you do it properly then your mos partitions will stay intact. If you do it wrong you kill everything.
morphos:> hdwrite ?
Device/A,Unit/A/N,File/A,Sector/A/N,SectorSize/N:
e.g.
hdwrite ide.device unit 1 mossys:c/reboot sector 0
this will write the reboot tool (as it's a file below 1024 bytes) to sector 0 of your hd (the place where the MBR lives).
Make sure you write a file which is smaller than 1024 bytes, else you kill more than you want.
regards,
tokai