Search found 56 matches

by polluks
Fri Jun 20, 2025 10:16 pm
Forum: AmigaOS Feature Requests
Topic: S.M.A.R.T. support
Replies: 0
Views: 19872

S.M.A.R.T. support

Hello!
How about support reading parameter of an SSD.
See devices/smart.h in https://aminet.net/package/util/misc/SMARTDoctor-source.
by polluks
Thu Feb 01, 2024 1:07 pm
Forum: General AmigaOS
Topic: Grim Reaper Exception codes
Replies: 2
Views: 142357

Re: Grim Reaper Exception codes

DSI This means that there was an addressing exception on a data fetch.
ISI This means that there was an addressing exception on an instruction fetch.
Practically it makes no difference. If your filesystem is damaged, then you should get a requester.
by polluks
Wed Nov 08, 2023 12:47 pm
Forum: General AmigaOS
Topic: Forgotten data types
Replies: 1
Views: 23717

Re: Forgotten data types

Alas there's no data type so far, you have to convert them.
For example http://os4depot.net/?function=showfile& ... /deark.lha
however DRM is not supported...
by polluks
Sun May 28, 2023 1:20 am
Forum: AmigaOS Feature Requests
Topic: A RightToLeft option into Multiview support
Replies: 6
Views: 35935

Re: A RightToLeft option into Multiview support

A statement of Ali Gholami Rudi:
"The main issue is that I think a terminal should change neither the position
nor the shape of characters on the screen and rendering bidirectional text
should be handled by programs that use the terminal and not the terminal
itself. A terminal is like a simple shelf ...
by polluks
Sat Apr 08, 2023 3:42 pm
Forum: AmigaOS Feature Requests
Topic: A RightToLeft option into Multiview support
Replies: 6
Views: 35935

Re: A RightToLeft option into Multiview support

Just a question: Maybe the datatype should do the layout like TDTA_WordWrap?
by polluks
Mon Feb 06, 2023 8:32 am
Forum: General AmigaOS
Topic: nonvolatile and petunia
Replies: 10
Views: 57094

Re: nonvolatile and petunia

Raziel wrote: Sun Jan 15, 2023 11:00 am Source code of AREXX is lost or something, right, can't be recompiled for PPC?
"ARexx is written in 68000 Assembly, and cannot therefore function at full speed with new PPC CPUs"
https://en.wikipedia.org/wiki/ARexx#History
by polluks
Thu Dec 15, 2022 9:14 am
Forum: Platform: AmigaOne X5000 - Linux Only
Topic: Sharing with Morphos
Replies: 4
Views: 3719

Re: Sharing with Morphos

Take a look https://web.archive.org/web/20120425153 ... s/asfs.txt
or simply use FAT for exchange.
by polluks
Sun Dec 04, 2022 1:44 am
Forum: SDK Support
Topic: More compiler issues
Replies: 4
Views: 86316

Re: More compiler issues

#include_next has some advantages,
see https://stackoverflow.com/questions/102 ... -a-project
Try SnoopDos to fix your issue.
by polluks
Sun Sep 18, 2022 7:41 pm
Forum: General AmigaOS
Topic: Any Bluetooth support?
Replies: 3
Views: 20567

Re: Any Bluetooth support?

Indeed, I would suggest to port an embedded implementation like Lightweight Bluetooth
https://github.com/lwalkera/lwBT
by polluks
Fri Apr 29, 2022 4:41 pm
Forum: AmigaOS 3.2
Topic: SmartFileSystem partitions and mounter
Replies: 2
Views: 29249

Re: SmartFileSystem partitions and mounter

Hi!
Can you access the drive on block level, for example with giggledisk?