Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.

Development General

Development General
1704 posts | Last Activity on 22-03-2024 10:31 by OlafSch
O
OlafSch 22-03-2024 10:31, 1 month ago
Re: Prototype of AROS ABIv0 emulator for 64-bit AROS
[quote name=miker1264 post=4685]@miker1264 - deadwood Do you think 32bit Magellan will run on 64bit? Or do you still need to test that? That would be nice.[/quote] Regarding Magellan if that becomes real we should ask the owner before. It is still in development and commercial product on windows, we got the permission and sources for the old version on amiga and related platforms but nobody thought that it could run on a still commercial platform like linux. To be 100% on safe side we should ask before. The amiga version is from 1998 so I assume not a problem.
Amiwell79
Amiwell79 22-03-2024 10:28, 1 month ago
Re: Irritating bug of the month - March 2024
ok
D
deadwood 22-03-2024 09:54, 1 month ago
Re: Irritating bug of the month - March 2024
@Amiwell79 Your PCITool output shows that SATA chipset is now in RAID mode, not AHCI mode. ahci.device will not detect your disk in RAID mode.
Amiwell79
Amiwell79 22-03-2024 09:40, 1 month ago
Re: Irritating bug of the month - March 2024
I started up the system in full achi I'll send you the relevant information
AMIGASYSTEM
AMIGASYSTEM 22-03-2024 08:53, 1 month ago
Re: Irritating bug of the month - March 2024
Ok I do some test with 20220318-1 + 0.9b ahci.device, sorry, anyway my SSD Disk is only 230 GB (I misspelled above)
Amiwell79
Amiwell79 22-03-2024 08:50, 1 month ago
Re: Prototype of AROS ABIv0 emulator for 64-bit AROS
it is still modern and almost indispensable software for an operating system if it can be ported to 64-bit it would be a good thing
Amiwell79
Amiwell79 22-03-2024 08:48, 1 month ago
Re: Prototype of AROS ABIv0 emulator for 64-bit AROS
it is a great loss not to be able to use Dopus5
D
deadwood 22-03-2024 08:42, 1 month ago
Re: Irritating bug of the month - March 2024
@AMIGASYSTEM Please try using base 20220318-1 system with 0.9b ahci.device. @Studenteer reported earlier in this thread that something in AROS One prevents ahci.device from working. Also it is possible that there is a 2TB total disk size limit. I seem to recall reading somewhere about it, so if possible try with disk smaller than 2TB.
AMIGASYSTEM
AMIGASYSTEM 22-03-2024 07:19, 1 month ago
Re: Irritating bug of the month - March 2024
@deadwood I started a Pendrive with AROS One + the new ahci.device on a PC where Win10 is installed on a 230 GB SSD HD. HDtoolbox correctly detects the size of the 230 GB Hardisk, but "Wipe Disk" on InstallAROS does not allow to initialize the partition dedicated to AROS, in some cases when you run InstallAROS it crashes the system. I also tried with the old ahci.device, "Wipe Disk" does not recognize HD SSDs, am I wrong or are HD SSDs not supported yet?
AMIGASYSTEM
AMIGASYSTEM 22-03-2024 04:48, 1 month ago
Re: Prototype of AROS ABIv0 emulator for 64-bit AROS
Actually Magellan manages the whole system, I think we need to fix many functions, we would need a new 64Bit compilation !
D
deadwood 22-03-2024 01:57, 1 month ago
Re: Prototype of AROS ABIv0 emulator for 64-bit AROS
In general the more complex the software the more problematic it will be for the emulator. In case of Magellan I'd give 50/50 chances. Most likely the basic functionalities will work, but more advanced elements might not.
M
miker1264 21-03-2024 18:28, 1 month ago
Re: Prototype of AROS ABIv0 emulator for 64-bit AROS
deadwood Do you think 32bit Magellan will run on 64bit? Or do you still need to test that? That would be nice.
D
deadwood 21-03-2024 14:47, 1 month ago
Re: Prototype of AROS ABIv0 emulator for 64-bit AROS
The objective is that it will run both software compiled with GCC as well as software for other languages, like Holywood or Pascal. My expectation is that around 80% of software found on AROS Archives users will be able to use under 64-bit AROS. The remaining 20% will either have to be re-compiled to 64-bit or won't be available in worst case.
AMIGASYSTEM
AMIGASYSTEM 21-03-2024 13:36, 1 month ago
Re: Prototype of AROS ABIv0 emulator for 64-bit AROS
deadwood, the x86 emulator built into the 64 system, will it be able to run all standard "x86" software, or only those compiled with C library ?
D
deadwood 21-03-2024 12:35, 1 month ago
Re: Irritating bug of the month - March 2024
@Amiwell79 All I can say is that according to PCITool your chip is in IDE mode. Class = 0x01 means STORAGE, Subclass = 0x01 means IDE. Also ProductID 0x3a20 resolves to non-AHCI mode in Intel ICH10 documentation.
Amiwell79
Amiwell79 21-03-2024 10:18, 1 month ago
Re: Irritating bug of the month - March 2024
[quote name=deadwood post=4675]@deadwood - @Amiwell79 From PCIToolInfo.txt it looks like your SATA devices are working in IDE mode not in AHCI mode. ahci.device will only recognize drives if SATA is working in AHCI mode.[/quote] i set the sata achi option in the bios and boot the system from the usb key but it does not detect the hd if i want to do an installation
D
deadwood 21-03-2024 08:50, 1 month ago
Re: Irritating bug of the month - March 2024
@All The codes are now pushed to the repository which closes this month's IBOTM! See you in a few days for voting for April's IBOTM. This time, there will be a nice surprise...
D
deadwood 21-03-2024 08:31, 1 month ago
Re: Irritating bug of the month - March 2024
@Amiwell79 From PCIToolInfo.txt it looks like your SATA devices are working in IDE mode not in AHCI mode. ahci.device will only recognize drives if SATA is working in AHCI mode.
M
miker1264 20-03-2024 17:51, 1 month ago
Re: Prototype of AROS ABIv0 emulator for 64-bit AROS
It's a lot of work doing what you are doing. But it is much appreciated. Thank you for improving AROS. It's getting better every day! :)
AMIGASYSTEM
AMIGASYSTEM 20-03-2024 16:51, 1 month ago
Re: Prototype of AROS ABIv0 emulator for 64-bit AROS
Good work !
You can view all discussion threads in this forum.
You cannot start a new discussion thread in this forum.
You cannot start on a poll in this forum.
You cannot upload attachments in this forum.
You cannot download attachments in this forum.

Filter by Tags

Popular Threads This Week

AROS One x86 Work In Progressby AMIGASYSTEM 140 posts
Tiny Aros DistrĂ²by Amiwell79 100 posts
ADoom3 benchmarkby retrofaza 39 posts
Development Planby deadwood 32 posts
The Fulcrum Scene Demoby Farox 16 posts
Odyssey Resourceby Amiwell79 15 posts
Sign In
Not a member yet? Click here to register.
Forgot Password?
Users Online Now
Guests Online 6
Members Online 0

Total Members: 224
Newest Member: Zhule
Member Polls
Should AROSWorld continue with AROS-Exec files (SMF based)?
Yes44 %
44% [12 Votes]
No26 %
26% [7 Votes]
Not sure30 %
30% [8 Votes]