|
kevinet
中级用户
   路由狗
积分 354
发帖 47
注册 2003-5-6
状态 离线
|
『楼 主』:
5.0 (Elevation) 开发终止!
使用 LLM 解释/回答一下
5.0 (Elevation) 启动盘已编好,但总感觉和 4.0 版的差别不太大。虽然引入了新技术,提高了可移植性,但毕竟只是优化代码是不够的。而且就算要发布也要经历一个很长时间的测试期,所以就决定对其的压盘工作终止,代码交由我的几个朋友分享研究,请大家谅解。
6.0 (Coalfish) 开发代码为黑雪鱼的启动盘正在设计中,初步考虑包含以下功能:分类启动 MS-DOS 方式,为 Windows 9x 系列安装/反安装启动菜单(不再包含 CIH 安全日期功能),Windows Me 可直接进入命令提示符而无需再做繁琐修改,专家模式包含网络支持(支持近 30 种网卡,自动检测加载驱动并可选择网络协议。包含 http/ftp/telnet 服务器和客户端程序,其它主机可以通过局域网直接访问该主机资源或登陆该主机,其中 http 服务器功能主目录需要用户自行指定),和图形文件管理器。由于中文支持会带来开发的种种不便,该版本将仅开发英、俄、德语版。
5.0 (Elevation) The bootable disk has been prepared, but I always feel that the difference from version 4.0 is not too big. Although new technologies have been introduced and portability has been improved, after all, just optimizing the code is not enough. And even if it is to be released, it will go through a long testing period, so the decision is made to terminate the disk pressing work, and the code is handed over to a few of my friends for sharing and research. Please understand.
6.0 (Coalfish) The development code for the bootable disk named Black Snowfish is being designed. The initial considerations include the following functions: categorically boot MS-DOS mode, install/uninstall boot menu for Windows 9x series (CIH safe date function is no longer included), Windows Me can directly enter the command prompt without tedious modifications, the expert mode includes network support (supports nearly 30 types of network cards, automatically detects and loads drivers and can select network protocols. Includes http/ftp/telnet server and client programs, other hosts can directly access the resources of this host or log in to this host through the local area network, and the main directory of the http server function needs to be specified by the user), and a graphical file manager. Due to the various inconveniences brought by Chinese support, this version will only be developed in English, Russian, and German versions.
|

┌───────────────┒
│□□■□ □■□□ CISCO┃
│■□■■ □■■■ PRESS┃
┕┳┳━━━━━━━━━━━┳┳┛ |
|
2003-6-24 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 2 楼』:
使用 LLM 解释/回答一下
试了一下(我是在DOS下用DSKWRITE做的启动盘),发现有些概念确实是很新颖的。。尤其是USB启动功能,不过我也没法测试(我没有USB设置,大家倒可以来试试呢),以及结合GRUB和MEMDISK的功能,做的好!不过问一下,为什么要做成Ext2分区格式的呢?WIN下确实不能看,DOS下虽然可以用LTOOLS看,但也不太方便呀。
另外问一下,您精通俄语和德文是吗?
I tried it (I made the boot disk using DSKWRITE under DOS), and I found that some concepts are indeed very novel. Especially the USB boot function, but I can't test it (I don't have USB settings, everyone can give it a try), and it's well done by combining the functions of GRUB and MEMDISK! But may I ask, why is it formatted as an Ext2 partition? In Windows, it really can't be viewed, and in DOS, although it can be viewed with LTOOLS, it's not very convenient.
Also, may I ask, are you proficient in Russian and German?
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-6-24 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 3 楼』:
使用 LLM 解释/回答一下
关于USB启动我仔细看了一下,其实这个“Bootable USB Loader”是从“Bootable CD Loader”那儿改了几个字节而来的。不过为什么这个BCDL.BIN是用DUSE 4.3(!)来驱动USB设备而不是最新的DUSE 4.4版呢?我发现这个DUSE.EXE在启动时并未被BCDL.BIN加载,所以用它目前还不可能实现USB启动的。而且DUSE和许多系统都不太兼容的,所以成功率嘛...
Regarding USB booting, I've taken a close look. Actually, this "Bootable USB Loader" was modified by changing a few bytes from the "Bootable CD Loader". But why is this BCDL.BIN using DUSE 4.3 (!) to drive USB devices instead of the latest DUSE 4.4 version? I've noticed that this DUSE.EXE isn't loaded by BCDL.BIN during startup, so it's currently not possible to achieve USB booting with it. Also, DUSE is not very compatible with many systems, so the success rate...
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-6-24 00:00 |
|
|
Roy
管理员
          專業島民
积分 4869
发帖 1633
注册 2002-12-10
状态 离线
|
『第 4 楼』:
使用 LLM 解释/回答一下
以下是引用Wengier在2003-6-24 4:23:08的发言:
为什么要做成Ext2分区格式的呢?WIN下确实不能看,DOS下虽然可以用LTOOLS看,但也不太方便呀。
其實可以用Explore2fs來看的
The following is a quote from Wengier on 2003-6-24 4:23:08:
Why is it made into the Ext2 partition format? It is indeed not viewable under WIN, and although it can be viewed with LTOOLS under DOS, it is not very convenient either.
Actually, you can use Explore2fs to view it.
|

我的網站:http://mw16.2ya.com/ 我的網誌: http://scrappedblog.blogspot.com/
~
我的Winamp正在播放的歌曲:
 |
|
2003-6-24 00:00 |
|
|
kevinet
中级用户
   路由狗
积分 354
发帖 47
注册 2003-5-6
状态 离线
|
『第 5 楼』:
使用 LLM 解释/回答一下
其实我考虑并不想使用 BCDL020 的方法引导 CD-ROM 和 USB 启动,最好的办法是找到 BIOS 控制启动的方法,我尝试提取了 BIOS 的 BIN 文件,正在提取她控制启动过程的部分,困难重重,希望大家可以帮助我。
In fact, I don't really want to use the BCDL020 method to boot the CD-ROM and USB. The best way is to find the method of BIOS controlling the boot. I tried to extract the BIOS BIN file and am currently extracting the part that controls the boot process. It's very difficult. I hope everyone can help me.
|

┌───────────────┒
│□□■□ □■□□ CISCO┃
│■□■■ □■■■ PRESS┃
┕┳┳━━━━━━━━━━━┳┳┛ |
|
2003-6-24 00:00 |
|
|
Wengier
系统支持
             “新DOS时代”站长
积分 27736
发帖 10521
注册 2002-10-9
状态 离线
|
『第 6 楼』:
使用 LLM 解释/回答一下
尝试从BIOS中提取引导程序真是高人呀。不过,BIOS中的那引导部分往往只是对应于那台电脑的,不见得通用呢。。
Trying to extract the bootloader from the BIOS is really a master. But the boot part in the BIOS is often only corresponding to that computer, and it's not necessarily universal.
|

Wengier - 新DOS时代
欢迎大家来到我的“新DOS时代”网站,里面有各类DOS软件和资料,地址:
http://wendos.mycool.net/
E-Mail & MSN: wengierwu AT hotmail.com (最近比较忙,有事请联系DOSroot和雨露,谢谢!)
 |
|
2003-6-24 00:00 |
|
|
kevinet
中级用户
   路由狗
积分 354
发帖 47
注册 2003-5-6
状态 离线
|
『第 7 楼』:
使用 LLM 解释/回答一下
所以我现在在阅读 El Torito 和 BIOS启动的工业规范的范本:
http://www.phoenix.com/resources/specs-cdrom.pdf
http://www.phoenix.com/resources/specs-bbs101.pdf
So I'm currently reading the model of the industrial specifications for El Torito and BIOS boot:
http://www.phoenix.com/resources/specs-cdrom.pdf
http://www.phoenix.com/resources/specs-bbs101.pdf
|

┌───────────────┒
│□□■□ □■□□ CISCO┃
│■□■■ □■■■ PRESS┃
┕┳┳━━━━━━━━━━━┳┳┛ |
|
2003-6-24 00:00 |
|
|
雨浪飘零
中级用户
  
积分 364
发帖 95
注册 2003-6-15
状态 离线
|
|
2003-7-12 00:00 |
|
|
Rock2000
初级用户
 
积分 192
发帖 31
注册 2003-2-9
状态 离线
|
『第 9 楼』:
使用 LLM 解释/回答一下
以下是引用kevinet在2003-6-24 22:08:16的发言:
所以我现在在阅读 El Torito 和 BIOS启动的工业规范的范本:
http://www.phoenix.com/resources/specs-cdrom.pdf
http://www.phoenix.com/resources/specs-bbs101.pdf
高,希望早日有大作。
The following is a quote from kevinet on 2003-6-24 22:08:16:
So I am now reading the model of the El Torito and BIOS boot industry specifications:
http://www.phoenix.com/resources/specs-cdrom.pdf
http://www.phoenix.com/resources/specs-bbs101.pdf
High, hope to have a great work soon.
|
|
2003-7-12 00:00 |
|
|
bigbadbird
初级用户
 
积分 132
发帖 13
注册 2003-7-7
状态 离线
|
|
2003-7-13 00:00 |
|
|
boyachang
初级用户
 
积分 195
发帖 35
注册 2003-4-17
状态 离线
|
|
2003-7-15 00:00 |
|
|
夜星
初级用户
 
积分 118
发帖 8
注册 2003-9-23
状态 离线
|
|
2003-9-23 00:00 |
|
|
lostghost
初级用户
 
积分 139
发帖 14
注册 2003-9-19
状态 离线
|
『第 13 楼』:
使用 LLM 解释/回答一下
oooooooooooh,old bird~
oooooooooooh,old bird~
|
|
2003-9-24 00:00 |
|
|
lijianchun
初级用户
 
积分 102
发帖 1
注册 2003-10-26
状态 离线
|
|
2003-10-26 00:00 |
|
|
B仔豪
初级用户
 
积分 104
发帖 2
注册 2004-8-19
状态 离线
|
『第 15 楼』:
使用 LLM 解释/回答一下
高人啊,我五体投地
Oh, you're a real expert! I'm completely in awe.
|
|
2004-8-19 00:00 |
|