|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『楼 主』:
[下载]我用GRUB做的MS-DOS、ROM-DOS多系统启动盘
使用 LLM 解释/回答一下
我刚才用GRUB引导管理器做了一个ROM-DOS、MS-DOS、硬盘、光盘等多重引导的DOS启动盘,可以在启动时方便地进行选择呢。
本启动盘中虽然同时包括两套DOS(ROM-DOS 7.10和MS-DOS 7.10)和GRUB引导管理器,但实际总共空间占用却并不算大。我采用了ROM-DOS 7.10最新版的COMMAND.COM(45KB)作为ROM-DOS和MS-DOS的公用命令处理器,这回兼容性就非常好了,而且节省了大量的空间占用。ROM-DOS和MS-DOS系统合在一起才IO.SYS(125KB)+IBMBIO.COM(75KB)+COMMAND.COM(45KB)=245KB,再加上GRUB引导管理器(72KB)一共才317KB。。而相比之下,那个Win98自带的DOS启动盘呢,就有IO.SYS(224KB)+COMMAND.COM(94KB)=318KB。。由此可见,GRUB+MS-DOS 7.1+ROM-DOS 7.1合在一起的体积还更小些呢~~
其它特点:全面支持FAT32分区、大硬盘、大内存、鼠标、光驱,等等...
下面提供下载,大家试试吧:
打开附件 链接已失效(管理员注)
I just used the GRUB boot manager to create a multi-boot DOS startup disk for ROM-DOS, MS-DOS, hard disk, CD-ROM, etc., which can be easily selected during startup.
Although this startup disk includes two sets of DOS (ROM-DOS 7.10 and MS-DOS 7.10) and the GRUB boot manager at the same time, the actual total space occupied is not too large. I used the latest version of COMMAND.COM (45KB) of ROM-DOS 7.10 as the common command processor for ROM-DOS and MS-DOS. This time, the compatibility is very good, and a lot of space occupation is saved. The combined ROM-DOS and MS-DOS systems are only IO.SYS (125KB) + IBMBIO.COM (75KB) + COMMAND.COM (45KB) = 245KB. Plus the GRUB boot manager (72KB), it's only 317KB in total.. In contrast, the DOS startup disk that comes with Win98 has IO.SYS (224KB) + COMMAND.COM (94KB) = 318KB.. It can be seen that the combined size of GRUB + MS-DOS 7.1 + ROM-DOS 7.1 is even smaller~~
Other features: fully supports FAT32 partitions, large hard disks, large memory, mouse, CD-ROM, etc...
The download is provided below, everyone can give it a try:
Open the attachment Link is invalid (Administrator note)
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-6-20 00:00 |
|
|
Dark-Destroy
元老会员
        
积分 8312
发帖 3551
注册 2003-3-22
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
帥呀!!雙DOS系統啟動盤~~
Cool!! Dual DOS System Boot Disk~~
|

MSN:tiqit2@hotmail.com
 |
|
2003-6-20 00:00 |
|
|
Dark-Destroy
元老会员
        
积分 8312
发帖 3551
注册 2003-3-22
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
我用了後,發現常規內存只剩下四百多KB呀~~
After I used it, I found that the conventional memory is only more than 400 KB~~
|

MSN:tiqit2@hotmail.com
 |
|
2003-6-20 00:00 |
|
|
kevinet
中级用户
   路由狗
积分 354
发帖 47
注册 2003-5-6
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
可以请教几个问题吗?
/boot目录中的.bs文件是怎么来的?
Can I ask a few questions? How do the.bs files in the /boot directory come about?
|

┌───────────────┒
│□□■□ □■□□ CISCO┃
│■□■■ □■■■ PRESS┃
┕┳┳━━━━━━━━━━━┳┳┛ |
|
2003-6-20 00:00 |
|
|
Roy
管理员
          專業島民
积分 4869
发帖 1633
注册 2002-12-10
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
以下是引用kevinet在2003-6-20 17:37:17的发言:
可以请教几个问题吗?
/boot目录中的.bs文件是怎么来的?
是啟動磁區
The following is a quote from kevinet at 2003-6-20 17:37:17:
Can I ask a few questions?
How do the.bs files in the /boot directory come about?
It's the boot sector
|

我的網站:http://mw16.2ya.com/ 我的網誌: http://scrappedblog.blogspot.com/
~
我的Winamp正在播放的歌曲:
 |
|
2003-6-20 00:00 |
|
|
Dark-Destroy
元老会员
        
积分 8312
发帖 3551
注册 2003-3-22
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
Roy,可不可以詳細介紹一下GRUB的用法??謝謝~
Roy, can you introduce the usage of GRUB in detail?? Thanks~
|

MSN:tiqit2@hotmail.com
 |
|
2003-6-20 00:00 |
|
|
nre
银牌会员
     nre
积分 1210
发帖 361
注册 2002-12-28
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
.bs syslinux里面的工具有一个就是把软盘的启动扇区存成.bs
WINIMAGE,BOOTPART,随便一个16进制编辑也可以把软盘的启动扇区提取成文件。
.bs There is a tool in syslinux that saves the boot sector of a floppy disk as.bs.
WINIMAGE, BOOTPART, or any hex editor can be used to extract the boot sector of a floppy disk into a file.
|

Teamwork ! |
|
2003-6-20 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
以下是引用Dark-Destroy在2003-6-20 7:01:19的发言:
我用了後,發現常規內存只剩下四百多KB呀~~
这个只是以后的中国DOS联盟应急启动盘的启动管理的架子呀,后面的部分则是合起来用的呢!
The following is a quote from Dark-Destroy on 2003-6-20 7:01:19:
After I used it, I found that the conventional memory is only more than 400KB~~
This is just the framework of the startup management of the subsequent Emergency Boot Disk of China DOS Union. The subsequent parts are used together!
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-6-20 00:00 |
|
|
Roy
管理员
          專業島民
积分 4869
发帖 1633
注册 2002-12-10
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
以下是引用Dark-Destroy在2003-6-20 2:48:53的发言:
帥呀!!雙DOS系統啟動盤~~
那麼這個就更厲害了...... 打开附件
FreeDOS beta 8+ROM-DOS 7.1+MS-DOS 7.1的啟動盤.....
Wengier:建議把stage1和stage2的屬性設成RASH吧.....可以防止誤操作如defrag等使GRUB不能運作
The following is a quote from Dark-Destroy on 2003-6-20 2:48:53:
Cool!! Double DOS system boot disk~~
Then this is even more amazing...... Open the attachment
FreeDOS beta 8 + ROM-DOS 7.1 + MS-DOS 7.1 boot disk.....
Wengier: It is recommended to set the attributes of stage1 and stage2 to RASH..... To prevent improper operations such as defrag from making GRUB inoperable
|

我的網站:http://mw16.2ya.com/ 我的網誌: http://scrappedblog.blogspot.com/
~
我的Winamp正在播放的歌曲:
 |
|
2003-6-21 00:00 |
|
|
Dark-Destroy
元老会员
        
积分 8312
发帖 3551
注册 2003-3-22
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
現在MS-DOS 7.1都可以躲過邏輯鎖了,那實用性有多大??
Now MS-DOS 7.1 can avoid the logic lock, then how great is its practicality?
|

MSN:tiqit2@hotmail.com
 |
|
2003-6-21 00:00 |
|
|
Roy
管理员
          專業島民
积分 4869
发帖 1633
注册 2002-12-10
状态 离线
|
『第 11 楼』:
使用 LLM 解释/回答一下
以下是引用Dark-Destroy在2003-6-21 11:24:34的发言:
現在MS-DOS 7.1都可以躲過邏輯鎖了,那實用性有多大??
在MenuetOS中有用呢
The following is a quote from Dark-Destroy on 2003-6-21 11:24:34:
How practical is it now that MS-DOS 7.1 can bypass the logic lock??
It's useful in MenuetOS
|

我的網站:http://mw16.2ya.com/ 我的網誌: http://scrappedblog.blogspot.com/
~
我的Winamp正在播放的歌曲:
 |
|
2003-6-21 00:00 |
|
|
Dark-Destroy
元老会员
        
积分 8312
发帖 3551
注册 2003-3-22
状态 离线
|
『第 12 楼』:
使用 LLM 解释/回答一下
怎麼說??
有什麼用??
How to say??
What's the use??
|

MSN:tiqit2@hotmail.com
 |
|
2003-6-21 00:00 |
|
|
Roy
管理员
          專業島民
积分 4869
发帖 1633
注册 2002-12-10
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
以下是引用Dark-Destroy在2003-6-21 11:32:05的发言:
怎麼說??
有什麼用??
MenuetOS的FAT32的支援不好........對FAT16更是沒支援......
用FreeDOS跟它雙啟動就補拙了...
The following is a quote from Dark-Destroy on 2003-6-21 11:32:05:
How to say??
What is it for??
MenuetOS has poor support for FAT32... It has no support for FAT16 at all...
Dual-booting with FreeDOS can make up for the deficiencies...
|

我的網站:http://mw16.2ya.com/ 我的網誌: http://scrappedblog.blogspot.com/
~
我的Winamp正在播放的歌曲:
 |
|
2003-6-21 00:00 |
|
|
Dark-Destroy
元老会员
        
积分 8312
发帖 3551
注册 2003-3-22
状态 离线
|
『第 14 楼』:
使用 LLM 解释/回答一下
可是用MenuetOS的有多少呢??
那到不如用MS-DOS 7.1吧~~
But how many people use MenuetOS??
Then might as well use MS-DOS 7.1~~
|

MSN:tiqit2@hotmail.com
 |
|
2003-6-21 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 15 楼』:
使用 LLM 解释/回答一下
用什么MenuitOS还不如用MS-DOS 7.10+Qube吧。。
It's better to use MS - DOS 7.10 + Qube than MenuitOS.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-6-21 00:00 |
|