Re: [hatari-devel] Handling of _drvbits |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/hatari-devel Archives
]
- To: hatari-devel@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [hatari-devel] Handling of _drvbits
- From: Thomas Huth <th.huth@xxxxxxxxx>
- Date: Sat, 12 Jul 2025 13:29:57 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=posteo.de; s=2017; t=1752326997; bh=rKQCNav2eP1RMFlK4tGzsi7wb2nqCyEFnOE3a+q0tfM=; h=Date:From:To:Subject:Message-ID:MIME-Version:Content-Type: Content-Transfer-Encoding:From; b=rgdjGbAq94RTzY1bPsziynd9nrYkp4mG9vmCWxjs5Xb37FZskHXz7wY0sxh89JmN/ lP1PR0EuZ0uDGseCsnmMhgiFYMOClWggPU5G795xd/o2j9rialdIEb5sqLvAd2XdkR hWBhdLfAliWAEehYyYNPKUadHE7k6aRF6BRWxmYdaT5GRJhnGAsxwuj5MTNH2wcfhV +wKlMiF4XHp1DjM1juOhdetOCGwrwTlV/W0+1DT4T34pQlfKIFWbv/HTsNI4unALMT SX+2M/i0TdAB3jhPdgUBDA8/SbtRZiNT5eloB6dvl1ucS/wfhmxvbCo9VtNCjUtFDQ 7a96mgxAxYpIA==
Am Wed, 9 Jul 2025 12:14:13 +0200
schrieb Uwe Seimet <Uwe.Seimet@xxxxxxxxx>:
> Hi,
>
> > I think your TOS overwrites those value (see above).
>
> Yes, looks like it.
>
> > Which TOS version you're using? I would expect EmuTOS to respect Hatari
> > settings (if not, you can mail emutos-devel)...
>
> No, I am using either a standard TOS or MagiC.
FWIW, that's what I recall from former times: TOS clears the variable at
one point during startup, that's why we have to set it again via
OpCode_SysInit().
If you want to use GEMDOS harddisk partitions together with a hard disk
driver, you're better off using letters from the end of the alphabet for
your GEMDOS partitions.
Thomas