Messages in this thread |  | | Date | Thu, 19 Dec 1996 17:48:42 -0600 (CST) | From | Alexandre Khalil <> | Subject | Re: Bad interaction dosemu - kerneld? |
| |
On Thu, 19 Dec 1996, Bernhard Rosenkraenzer wrote: >On Thu, 19 Dec 1996, Romano Giannetti wrote:
>> DOSEMU says: >> >> SYSCALL ERROR: 19, *No such device* in file disks.c, line 581: expr= >> open(dp->dev_name, dp->wantrdonly ? O_RDONLY : O_RDWR, 0) >> DISK: closed disk >> ERROR: Sector not found 1! > >Seems you've specified a wrong device in /etc/dosemu.conf. >Make sure your floppy configuration in /etc/dosemu.conf says
>floppy { device /dev/fd0 threeinch }
I get a similar message after a dos -A, but the floppy specification seems ok.
alex
SYSCALL ERROR: 6, *No such device or address* in file disks.c, line 581: expr= open(dp->dev_name, dp->wantrdonly ? O_RDONLY : O_RDWR, 0) ERROR: Sector not found in read_sector, error = Bad file number! ERROR: can't boot from /dev/fd0, using harddisk SYSCALL ERROR: 6, *No such device or address* in file disks.c, line 581: expr= open(dp->dev_name, dp->wantrdonly ? O_RDONLY : O_RDWR, 0) DISK: closed disk ERROR: Sector not found 1!
From /etc/dosemu.conf
debug { config off disk off warning off hardware off port off read off general off IPC off video off write off xms off ems off serial off keyb off dpmi off printer off mouse off sound off } dosbanner off timint off keyboard { layout us keybint on rawkeyboard off } HogThreshold 10 terminal { charset latin updatefreq 4 color off } video { vga } mathco on cpu 80486 bootA sillyint off disk { image "/var/lib/dosemu/hdimage" } floppy { device /dev/fd0 threeinch }
|  |