i am still having problems getting my boot image to work… it starts to boot the floppy but when its done printing all the “…”'s it locks up… anyone know why? im really stuck on this one. I’ve created my build file right from the examples in the manual…
the build file im using…
shell.bld
[virtual=x86,bios] .bootstrap = {
startup-bios
PATH=/proc/boot procnto
}
[+script] .script = {
devc-con -n9 &
reopen /dev/con1
seedres
[+session] fesh
}
libc.so.1
[data=copy]
devc-con
seedres
fesh
[type=link] /usr/lib/ldqnx.so.1=/proc/boot/libc.so.1
\
im doing a: mkifs shell.bld shell.o
then im mounting a qnx boot floppy and:
cp ./shell.o /floppy/.boot
can anyone help ??
vince