|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『楼 主』:
GRUB for DOS 0.08出来了
使用 LLM 解释/回答一下
说明:GRUB是基于GNU的强大的多启动管理器,非常实用。我们以前就曾在这个版块中做过不少GRUB的DOS启动盘呢。。不过这回是真正的DOS版的GRUB了,所以更加实用了。。
以下是转载:
新:grub_for_dos 0.0.8 发布,在驱动器映射之下也能够再次(可以任意嵌套多次)安全地运行 GRUB.EXE(在老地方下载)。采用的方法是,在每次运行 GRUB.EXE 的时候,都自动卸载先前的驱动器映射,恢复旧的 BIOS int13 中断向量。开发版系列 0.1.x 包含稳定系列 0.0.x 的全部功能。
另外,FreeDOS build 2030 也发布了,但是这个版本引来了 BUG,使得 GRUB.EXE 无法支持它(期待这一 BUG 早日修复)。请继续使用 FreeDOS build 2029。
下载地址:
ftp://ftp.cosoft.org.cn/incoming/grub_for_dos-0.0.8.tar.gz
下载并解压后,把 grub.exe 文件拷贝到 DOS 的硬盘分区或者 DOS 软盘即可。用法:
grub --config-file=(hd0,0)/boot/grub/menu.lst
或者不带参数:
grub
默认的配置文件是 (hd0,0)/boot/grub/menu.lst
Instructions:GRUB is a powerful multi-boot manager based on GNU, very practical. We have done a lot of GRUB DOS boot disks in this section before. But this time it is the real DOS version of GRUB, so it is more practical.
The following is a reprint:
New: grub_for_dos 0.0.8 is released, and GRUB.EXE can be safely run again (can be nested any number of times) under the drive mapping. The method used is that each time GRUB.EXE is run, the previous drive mapping is automatically unloaded and the old BIOS int13 interrupt vector is restored. The development version series 0.1.x includes all the functions of the stable series 0.0.x.
In addition, FreeDOS build 2030 has also been released, but this version has caused a bug, making GRUB.EXE unable to support it (looking forward to this bug being fixed as soon as possible). Please continue to use FreeDOS build 2029.
Download address:
ftp://ftp.cosoft.org.cn/incoming/grub_for_dos-0.0.8.tar.gz
After downloading and decompressing, copy the grub.exe file to the DOS hard disk partition or DOS floppy disk. Usage:
grub --config-file=(hd0,0)/boot/grub/menu.lst
Or without parameters:
grub
The default configuration file is (hd0,0)/boot/grub/menu.lst
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-7-16 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
补充一下,它的最新版0.11的下载地址是:
ftp://ftp.cosoft.org.cn/incoming/grub_for_dos-0.1.1.tar.gz
由于它是可以在CONFIG.SYS或DOS命令行下直接运行的,所以可以用它来实现从DOS下启动其它的操作系统的功能呢!比如从MS-DOS中启动ROM-DOS!而且,利用它说不定可以实现用ISO光盘映象文件启动呢。。不过我还没有试过。
To supplement, the download address of its latest version 0.11 is:
ftp://ftp.cosoft.org.cn/incoming/grub_for_dos-0.1.1.tar.gz
Since it can be directly run in CONFIG.SYS or at the DOS command line, so it can be used to achieve the function of booting other operating systems from DOS! For example, booting ROM-DOS from MS-DOS! And, it might be possible to achieve booting with an ISO CD image file by using it. However, I haven't tried it yet.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-7-16 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
若配置好的话,它可以从DOS命令行下(例如C:\>)直接启动光盘、硬盘、软盘,或其它的操作系统呢。。GRUB.EXE是可以用UPX等进行压缩的,压缩后才50多KB。现上传一个ZIP格式的GRUB 0.1.0到论坛中来吧:
打开附件
If configured properly, it can directly boot from CD-ROM, hard disk, floppy disk, or other operating systems from the DOS command line (such as C:\>). GRUB.EXE can be compressed with UPX and other tools, and it is only more than 50KB after compression. Now upload a GRUB 0.1.0 in ZIP format to the forum:
Open attachment
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-7-17 00:00 |
|
|
xiaojimin
初级用户
 
积分 145
发帖 29
注册 2003-7-16
状态 离线
|
|
2003-7-18 00:00 |
|
|
xiaojimin
初级用户
 
积分 145
发帖 29
注册 2003-7-16
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
How can it be configured well? Can you be more detailed.
|
|
2003-7-18 00:00 |
|
|
xiaojimin
初级用户
 
积分 145
发帖 29
注册 2003-7-16
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
:“新DOS时代”站长同志我十分希望能对GRUB讲细一点。好吗!!谢谢!!
"Comrade the webmaster of 'New DOS Era', I very much hope to have a more detailed explanation of GRUB. Okay! Thank you!!"
|
|
2003-7-21 00:00 |
|
|
xiaojimin
初级用户
 
积分 145
发帖 29
注册 2003-7-16
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
:“新DOS时代”站长出差了吗!!
"Is the director of the 'New DOS Era' on a business trip!!"
|
|
2003-7-23 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 8 楼』:
使用 LLM 解释/回答一下
没有出差呢。。不过这个GRUB讲细确实不容易呢。。至少需要写10000字呀。。
Not on a business trip.. But it's really not easy to explain GRUB in detail.. At least 10,000 words are needed..
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-7-23 00:00 |
|
|
cfgs
初级用户
 
积分 152
发帖 17
注册 2003-2-12
状态 离线
|
|
2003-7-24 00:00 |
|
|
beiyuly
初级用户
 
积分 95
发帖 40
注册 2006-10-8
状态 离线
|
『第 10 楼』:
使用 LLM 解释/回答一下
楼主啊,这个连接下不来啊.
楼主啊,这个链接下不来啊.
楼主啊,这个连接下不来啊.
Wait, no, the original Chinese is "楼主啊,这个连接下不来啊." The correct translation is "Lz, this link can't be downloaded." But need to follow the requirements:
楼主啊,这个连接下不来啊.
Translated as: Lz, this link can't be downloaded.
|

http://beiyu.bokee.com |
|
2006-10-12 18:34 |
|
|
fastslz
铂金会员
       DOS一根葱
积分 5493
发帖 2315
注册 2006-5-1 来自 上海
状态 离线
|
|
2006-10-12 21:20 |
|