> Hi again Sreeji.
Hi Erik,

> ..
> setup  setup-bootdir  setup-dosemu  setup-hdimage
> bash-2.05# commands
> bash: commands: command not found
> bash-2.05# setup
..
<snip>
..

Well, following are the steps required to get DOSEMU to boot-off your
dos-partition.
1) Find out your dos partition
2) Edit /etc/dosemu.conf & put the partition name appropriately.

Step 1: Find your dos partition
-------------------------------
* Give the command 'fdisk -l'
* Note down the line with something like 'FAT16' or 'FAT32' or 'DOS'.
* From this line note down the partition name (Eg. /dev/hda1.)

Step 2: Edit dosemu.conf (normally in /etc/)
--------------------------------------------
* Search for the line $_hdimage
* Change the line such that it looks like:
$_hdimage = "/dev/hda1:ro"
   Where put your DOS partition name instead of /dev/hda1.
* Now run dos, you should boot from the partition.
* (Note: Ensure that there are no other $_hdimage lines. Comment out all
of them).

'ro' indicates read-only. Once you have got everything working, you can
remove 'ro' so that the partition is read-write.

Sreeji


-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to