unable to have a keyboard

hi
i m trying to make a bootable floppy
but i’ve no keyboard

when i press a key i have this message:

" unable to start devc-con"

don’t understand

→ my buildfile: # A simple “ls”, “cat”, and shell.

This file is “shell.bld”

[virtual=bios +autolink] .bootstrap
= {
startup-bios
PATH=/proc/boot procnto
}
[+script] .script = {
[+session] PATH=:/proc/boot esh
devc-con &
reopen /dev/con1
}

[type=link] /dev/console = /dev/con1

[type=link]
/usr/lib/ldqnx.so.2=/proc/boot/libc.so.2

libc.so.2

[data=copy]

esh
ls
cat

thanks for your help

“c.ribstein” <c.ribstein@free.fr> wrote in message
news:3BD58B43.5D08C6AA@free.fr

" unable to start devc-con"

What’s the number following this error ?

→ my buildfile: # A simple “ls”, “cat”, and shell.
SNIP



[type=link]
/usr/lib/ldqnx.so.2=/proc/boot/libc.so.2
change to /usr/lib/ldqnx.so.2=/proc/boot/libc.so



libc.so.2

Change to libc.so

-Adam