[hatari-devel] Documentation update |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: [hatari-devel] Documentation update
- From: Uwe Seimet <Uwe.Seimet@xxxxxxxxx>
- Date: Mon, 14 Oct 2019 12:06:14 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1571047575; s=strato-dkim-0002; d=seimet.de; h=Message-ID:Subject:To:From:Date:X-RZG-CLASS-ID:X-RZG-AUTH:From: Subject:Sender; bh=ycZYg9skLebj9Z38NhSGh3jipkDZrXuofhKunt8JFAE=; b=Ii3HNrSnKZ/cQEwJ5iNiQgk1yROe2TI3TL8dMtA01G8oK5KqkCIK5MYkQOB14TaQ2o 4nlDgiw883A8rG2B8Ay/fvgSkZsX1DX7kF5BZUF/ZM7aSvO1OPXHfL+AqO5yw2bkjFMT p4I2jX9ClABNZjS7uAsOq3u8p3LgwyMBJa+uK8xEEt3NwmGHc4ndE7kszdlDujR1Ynko oqKwqep+elekGjjscRmvYK6JjLwnfi7PSVUxdMPOiDwmoMOUCY0GqyfTn7D7Z1oT6id2 4ntGiSgHIXQ0TEWaVoHdRy+jHAk1ar5j02/z0J1DLibpn/fNR3IFxe3kerf9/U/P5STs f6dA==
Hi,
Just noticed that there some outdated links (related to HDDRIVER) in
some Hatari documents. I added an update in the attached diffs.
Best regards
Uwe
diff --git a/doc/manual.html b/doc/manual.html
index 742cb8b7..d661b162 100644
--- a/doc/manual.html
+++ b/doc/manual.html
@@ -2365,7 +2365,7 @@ partition table/type support is very limited.</p>
<h3 id="Using_HD_Driver_with_GEMDOS_partitions">Using HD Driver with GEMDOS partitions</h3>
-<p>Uwe Seimet's <a href="http://www.seimet.de/atari/en/hddriver.html">HD
+<p>Uwe Seimet's <a href="https://wwww.hddriver.net">HD
Driver</a> works fine with both the Hatari GEMDOS HD partitions and normal
hard disk images.
</p>
@@ -2373,7 +2373,7 @@ hard disk images.
<p>First copy the HDDRIVER.PRG binary into your GEMDOS HD emulation
directory AUTO folder. Then start the HDDRUTIL.APP configuration utility,
locate HDDRIVER.PRG, open the
-<a href="http://www.seimet.de/atari/en/hddriverscreenshots.html">"Devices
+<a href="https://www.hddriver.net/en/screenshots.html">"Devices
and Partitions" dialog</a> and select the "Preserve Existing Partitions"
option. Then you can just start Hatari with your hard disk image and
this GEMDOS HD directory, for example like this:
@@ -2381,7 +2381,7 @@ this GEMDOS HD directory, for example like this:
ide-hd.image</span>".</p>
<p>If you're using
-the <a href="http://hddriver.seimet.de/en/downloads.html">demo version
+the <a href="https://www.hddriver.net/en/demo.html">demo version
of HD Driver</a>, you can write files only to the C: partition, i.e. in
above case only copy files from the hard disk image partition to the
GEMDOS HD partition (with some write slowdowns included into the demo
diff --git a/doc/release-notes.txt b/doc/release-notes.txt
index 896444e3..fbb18816 100644
--- a/doc/release-notes.txt
+++ b/doc/release-notes.txt
@@ -542,7 +542,7 @@ Fixed demos:
Notes:
TOS NF_SCSI driver is available from:
- http://hddriver.seimet.de/en/downloads.html
+ https://www.hddriver.net/en/downloads.html
Version 1.9.0 (2015-09-10):
diff --git a/doc/scsi-driver.txt b/doc/scsi-driver.txt
index 6a923e3a..f23acac5 100644
--- a/doc/scsi-driver.txt
+++ b/doc/scsi-driver.txt
@@ -19,10 +19,10 @@ It consists of two software components:
Hatari. It maps SCSI Driver calls to Linux SG driver calls. In order to run
the SCSI Driver stub for TOS on other platforms than Linux, this is the
code that has to be ported.
-2. SCSI Driver stub for TOS, HAT_SCSI.PRG. This component runs on TOS and
+2. SCSI Driver stub for TOS, NF_SCSI.PRG. This component runs on TOS and
uses Hatari's NatFeats interface to call the host driver. The stub is
- independent of the host platform Hatari is running on. HAT_SCSI can be
- downloaded from http://hddriver.seimet.de/en/downloads.html.
+ independent of the host platform Hatari is running on. NF_SCSI can be
+ downloaded from https://www.hddriver.net/en/downloads.html.
The NatFeats-based interface between the TOS stub and the host driver
implementation consists of these calls (NatFeats sub-ids):