- 精华
- 1
- 帖子
- 1047
- 威望
- 1 点
- 积分
- 1179 点
- 种子
- 0 点
- 注册时间
- 2005-3-1
- 最后登录
- 2016-3-20
|
楼主 |
发表于 2005-5-7 00:33 · 上海
|
显示全部楼层
看看发布说明吧!
hdl_dump 0.8.1 release notes
============================
build options
-------------
hdl_dump.exe is compiled with the following options:
- ASPI support;
- unlimited HDD size (not limited to 128GB);
- alternative partition naming scheme;
- data compression enabled during networked installs.
hdld_svr.elf is compiled with the following options:
- against PS2SDK CVS dated 2005-04-22;
- (AFAIK) 48-bit ATAD support included.
CHANGELOG 0.8 => 0.8.1
----------------------
+ quick-and-dirty prepare HDD for HD Loader (AKA format or initialize)
works fine with HD Loader; not tested with homebrew
+ alternative partition naming scheme selectable via Makefile
+ startup file is optional when injecting a game
+ new optional argument to set compatibility flags from the commandline
(+1/+2/+1+2/... or in hexidecimal - 0x01/0x02/0x03), up to 6 bits
+ dual-layer patch by CrazyC@ps2-scene
~ delete and extract now works by game name, too
new commands
------------
Initialize command; syntax: initialize device.
Example: hdl_dump initialize hdd2:
changes
-------
`delete' and `extract' commands now work by partition name and game name.
Startup file is optional when using `inject_cd' and `inject_dvd'.
`inject_cd' and `inject_dvd' accepts optional compatibility flags argument,
using one of the following syntaxes:
+a[+b[+c[...]]]
or
0xNN
Examples:
hdl_dump inject_dvd hdd2: "Formula 1 2004" cd0: +3
hdl_dump inject_dvd hdd2: "Formula 1 2004" cd0: 0x04
(both commands does the same)
notes
-----
In order to install dual-layer game from an optical drive you need
to use ASPI-source (cd1:0:0 as opposed to cd0:). Installs from a
disk image works fine.
Do not use `query' command when burning a CD/DVD, because that could
possibly cause a coaster. Included ASPI support doesn't work well
with some drives. If you need ASPI drivers for your Windows box
ask Google: http://www.google.com/search?q=ASPI+drivers+for+windows
If you decide to use Adaptec's ASPI drivers you might need to reboot
Windows after installation.
I use HD Loader patched with ToxicOS core 0.2. This release has NOT
been tested against any other HD Loader version. If/when you find any
problems, please, tell me: w1zard0f07 yahoo.com.
-----------------------------
http://hdldump.ps2-scene.org/ |
|