The console device does not depend on any other system component (except graphics.library, which writes the text to the screen). I can't think of any way that Write requests can be executed in the wrong order.
Or is the problem that a single Write request string is being displayed with the ...
Search found 1108 matches
- Mon Jun 17, 2024 1:58 pm
- Forum: General Developer Support
- Topic: Identity of sequence not respected : two consecutive DoIO(); DoIO(); on ACTION_WRITE don’t give same result [SOLVED]
- Replies: 2
- Views: 14936
- Mon Jun 17, 2024 1:54 pm
- Forum: General Developer Support
- Topic: How to change LF to CRLF in the input? Prefs? [solved]
- Replies: 2
- Views: 18776
Re: How to change LF to CRLF in the input? Prefs?
Is this the problem you showed in the thread "Console.device A1222..." ?
If so, please email me privately so that we can sort out the problem.
If so, please email me privately so that we can sort out the problem.
- Mon Jun 17, 2024 1:49 pm
- Forum: General Developer Support
- Topic: Bug (or protocol change) since FE update 2 [solved]
- Replies: 2
- Views: 15061
Re: Bug (or protocol change) since FE update 2
I hope I am reading this correctly:
In a system with a newer version of console.device, a DoIO() with a few characters outputs the chars to screen in the wrong order, for later Writes. Correct?
Are you sending Write requests directly to the console.device? Because a Write string will always be ...
In a system with a newer version of console.device, a DoIO() with a few characters outputs the chars to screen in the wrong order, for later Writes. Correct?
Are you sending Write requests directly to the console.device? Because a Write string will always be ...
- Mon Jun 17, 2024 1:41 pm
- Forum: General Developer Support
- Topic: Console.device A1222 [since FE update 2 - probably Exec or graphics - not console.. SOLVED]
- Replies: 2
- Views: 15498
Re: Console.device A1222 [since FE update 2 - probably Exec or graphics - not console..]
The console does not have a "Flush" action. The console receives Write requests (usually from the con-handler unless you are issuing DoIO() requests to the console.device).
If the Write buffer contains N chars, they are processed as an N-char string. If it contains only a single char, then it is ...
If the Write buffer contains N chars, they are processed as an N-char string. If it contains only a single char, then it is ...
- Sat Jul 15, 2023 2:08 pm
- Forum: Platform: AmigaOne X5000
- Topic: X5000/40 Support for sii3512ide.device?
- Replies: 4
- Views: 41569
Re: X5000/40 Support for sii3512ide.device?
Do check your Kickstart/ drawer to make sure that the file "sii3512ide.device.kmod" is there. It also has to be included in the Kicklayout file - you should have a line saying:
"MODULE sii3512ide.device.kmod"
"MODULE sii3512ide.device.kmod"
- Sat Jul 15, 2023 2:00 pm
- Forum: AmigaOS Feature Requests
- Topic: A RightToLeft option into Multiview support
- Replies: 6
- Views: 40132
Re: A RightToLeft option into Multiview support
I think it is wrong to modify Multiview to do what graphics.library should do. I have spent some time in the past trying to see how hard it would be to make graphics support RTL* text. A big problem is that there are no spare style bits that you can switch to indicate RTL text. Perhaps the ...
- Tue Feb 21, 2023 9:23 am
- Forum: General AmigaOS
- Topic: nonvolatile and petunia
- Replies: 10
- Views: 63298
Re: nonvolatile and petunia
Aren't some of the third-party archive tools 68k?
- Mon Feb 13, 2023 10:40 pm
- Forum: General AmigaOS
- Topic: nonvolatile and petunia
- Replies: 10
- Views: 63298
Re: nonvolatile and petunia
@polluks
Actually, this is no longer true, although technically the rewritten C version is still in beta. I've no doubt it will be released one day.
Actually, this is no longer true, although technically the rewritten C version is still in beta. I've no doubt it will be released one day.
- Sun Jan 22, 2023 1:10 am
- Forum: General AmigaOS
- Topic: Out of plain curiosity
- Replies: 2
- Views: 32018
Re: Out of plain curiosity
The ".kmod" files are usually drivers and libraries, as Niels said. They are all loaded by the Loader, when it finds their name in the Kicklayout configuration. They don't *have* to be in the Kickstart/ drawer (since they are listed in the Kicklayout file with their path), but it is convenient to ...
- Mon Jan 02, 2023 10:27 pm
- Forum: Platform: AmigaOne X5000
- Topic: X5000/40 - NGFS and AmigaOS 4.1 FE Update 2
- Replies: 26
- Views: 99901
Re: X5000/40 - NGFS and AmigaOS 4.1 FE Update 2
Hi Samo,
NGFS is intended to replace the aging FFS with a new, modern file system. It is intended to be released with OS 4.2 for all NG platforms.
The "Interim version" was released with the X5000 installation as an alternative to SFS. The interim version will run only on the X5000 and A1222 ...
NGFS is intended to replace the aging FFS with a new, modern file system. It is intended to be released with OS 4.2 for all NG platforms.
The "Interim version" was released with the X5000 installation as an alternative to SFS. The interim version will run only on the X5000 and A1222 ...