|
sanxue
初级用户
 
积分 28
发帖 9
注册 2008-9-30
状态 离线
|
『楼 主』:
[分享]使用虚拟机安装MS-DOS方法~
使用 LLM 解释/回答一下
关于在WINDOW NT环境下虚拟机中安装MS-DOS7.10的方法
很多人不会安装 其实很简单 关键是 将你划分的虚拟磁盘格式化为FAT16/32格式 否则磁盘检查不能通过
可以使用很多分区工具 最简单的一种是用本论坛提供的光盘中自带的GDISK工具
MSDOS7.10安装盘的目录下面有个 GDISK 工具 是系统分区用的
具体命令
进去安装环境 按取消安装 会出现命令提示符
DIR一下 发现GDISK 键入GDISK 下面开始了
GDISK 显示物理磁盘信息
GDISK 1 /CRE /PRI /SZ:30% /FOR /Q 在1号磁盘建立主分区 大小为磁盘容量的30% /CRE 表示建立 /PRI 表示主分区 /SZ:30%表示磁盘分区大小 /FOR /Q 快速格式化 这里就建立好 C: 盘了
GDISK 1 /CRE /EXT 将剩余磁盘设置为扩展分区 /EXT 表示扩展分区
GDISK 1 /CRE /LOG /SZ:30% /FOR /Q 这里是逻辑分区 D: 盘
GDISK 1 /CRE /LOG /SZ:40% /FOR /Q 这里是逻辑分区 E:盘
如果想删除分区 使用命令
GDISK 1 /DEL /ALL 将1号磁盘分区全部删除
更多命令请到网上查找
我就是这里装好的
### Method for Installing MS-DOS 7.10 in a Virtual Machine under WINDOW NT Environment
Many people don't know how to install it. Actually, it's very simple. The key is to format the virtual disk you partitioned to FAT16/32 format; otherwise, the disk check won't pass. You can use many partitioning tools. The simplest one is the GDISK tool自带 in the CD provided by this forum.
There is a GDISK tool in the directory of the MSDOS 7.10 installation disk, which is for system partitioning.
Specific commands:
Enter the installation environment, press Cancel installation, and a command prompt will appear.
Do a DIR and find GDISK. Type in GDISK. Then the following starts:
GDISK displays physical disk information.
GDISK 1 /CRE /PRI /SZ:30% /FOR /Q: Create a primary partition on disk 1, with a size of 30% of the disk capacity. /CRE means create, /PRI means primary partition, /SZ:30% means the size of the disk partition, /FOR /Q means quick format. Here, the C: drive is established.
GDISK 1 /CRE /EXT: Set the remaining disk as an extended partition. /EXT means extended partition.
GDISK 1 /CRE /LOG /SZ:30% /FOR /Q: This is a logical partition, drive D:.
GDISK 1 /CRE /LOG /SZ:40% /FOR /Q: This is a logical partition, drive E:.
If you want to delete partitions, use the command:
GDISK 1 /DEL /ALL: Delete all partitions on disk 1.
For more commands, please search online.
I installed it here.
|
|
2008-10-1 00:09 |
|
|
door10000
新手上路

积分 14
发帖 7
注册 2008-11-19
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
我的就是vpc装的dos7.1但是cpu占用100%不知道楼主有没有我这情况,后来我了解到加载vmadditions中的idle.com可以解决问题,于是我想把vmadditions加载上去可是老提示找不到文件idle.com等,我就想把idle.com从虚拟光驱复制到虚拟硬盘中,dos进虚拟光驱可以看到文件,可运行不了,也无法复制,复制其中的整个dos子模块都不行,如果楼主对此有了解,希望你能帮帮我,先谢过。
Mine is the DOS 7.1 installed by VPC, but the CPU usage is 100%. I don't know if the original poster has this situation. Later, I learned that loading idle.com in vmadditions can solve the problem. So I want to load vmadditions, but it always prompts that the file idle.com cannot be found, etc. I want to copy idle.com from the virtual CD-ROM to the virtual hard disk. In DOS, I can see the file in the virtual CD-ROM, but I can't run it, and I can't copy it. Copying the entire DOS sub-module is also not working. If the original poster has any understanding of this, I hope you can help me. Thanks in advance.
|
|
2008-11-21 00:31 |
|
|
yadngah1984
新手上路

积分 18
发帖 12
注册 2010-9-1 来自 湖南益阳
状态 离线
|
|
2010-9-4 13:06 |
|
|
windwenguan
初级用户
 
积分 24
发帖 13
注册 2010-10-23
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
看了还是不明ing中
Still don't understand after seeing it
|
|
2010-10-26 17:56 |
|
|
tanyi
新手上路

积分 7
发帖 4
注册 2010-10-21 来自 湖南
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
硬盘格式没有要求吗?
Is there no requirement for the hard disk format?
|
|
2010-11-7 23:42 |
|
|
sfcctv
中级用户
  
积分 208
发帖 135
注册 2009-9-12 来自 离恨天
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
我觉得GUI分区工具好些。我总是记不住哪些多得数不清的参数。
I think GUI partition tools are better. I always can't remember those countless parameters.
|
|
2010-11-8 09:10 |
|