Search found 20 matches
- Sat Sep 26, 2020 3:21 pm
- Forum: AmigaOS Feature Requests
- Topic: Font with both negative value for kerning (-9) and spacing(-9) should be displayed with Multiview
- Replies: 0
- Views: 516
Font with both negative value for kerning (-9) and spacing(-9) should be displayed with Multiview
Hello, I’m the author of Arabic Console available on os4depot. I want Arabic text work with the graphics Text() function so I set negative value for kerning and spacing (i.e : -9 I used TypeFace program available on aminet) and it displays a sentence of Arabic word great with this Text() graphics (r...
- Sat Nov 02, 2019 10:01 pm
- Forum: AmigaOS Feature Requests
- Topic: ExecTG
- Replies: 0
- Views: 2754
ExecTG
Hello, Features I would like for ExecThirdGeneration : A Send() method which copies/duplicates the body of the message structure (64KB max actually) to support MultiCPU/multicore by using true message passing. I heard of KeyOS doing that too. A utility to launch two Workbenches, one on each core and...
- Mon Jun 24, 2019 10:26 pm
- Forum: AmigaOS Feature Requests
- Topic: Multicore or hypervisor first ?
- Replies: 2
- Views: 3000
Re: Multicore or hypervisor first ?
Hello, Raspberry got ARMv8 from a long time : Processor with hypervisor modes ? Here is a link to an article about MPU=MemoryProtectionUnit of -R Processor ARM profile, not sure it talks about hypervisor operatings, but I hope so : https://community.arm.com/developer/ip-products/processors/b/process...
- Wed May 22, 2019 8:52 pm
- Forum: AmigaOS Feature Requests
- Topic: Hardware or softwave first !
- Replies: 2
- Views: 2699
Hardware or softwave first !
Hello!
This is a development platform even for final product release for the price from Terasic :
http://mail.terasic.com.tw/epaper/2019/ ... m/han.html
Hyperion could « fly for free » and contract with Amiga developer « feature by feature »
I ‘m not affiliated with Terasic,
DG — Amigan
This is a development platform even for final product release for the price from Terasic :
http://mail.terasic.com.tw/epaper/2019/ ... m/han.html
Hyperion could « fly for free » and contract with Amiga developer « feature by feature »
I ‘m not affiliated with Terasic,
DG — Amigan
- Sat Mar 30, 2019 8:52 pm
- Forum: AmigaOS Feature Requests
- Topic: Multicore or hypervisor first ?
- Replies: 2
- Views: 3000
Multicore or hypervisor first ?
Hello, I think talking about multicore without making allusion to hypervision is a miss. Because people have had to use the word multicore and thinking about the old days of multiprocessing and acronyms like : SymetricMultiProcessing=SMP or Asymetric=AMP, even Frieden made the fault in spite of bein...
- Sun May 21, 2017 8:57 pm
- Forum: General AmigaOS
- Topic: DOS Assign command and dismount switch with AOSFE
- Replies: 6
- Views: 6049
Re: DOS Assign command and dismount switch with AOSFE
Thank you xenic, I found this dismount command on C: and it works well (under AOSFE also) ;
Thank broadblues for testing ; it really helps me, on the way ;
Thank you Colin (or the Asgard from the serie? ) for your insight reflexion, thank you.
DGILLES
Thank broadblues for testing ; it really helps me, on the way ;
Thank you Colin (or the Asgard from the serie? ) for your insight reflexion, thank you.
DGILLES
- Fri May 19, 2017 5:42 pm
- Forum: General AmigaOS
- Topic: DOS Assign command and dismount switch with AOSFE
- Replies: 6
- Views: 6049
DOS Assign command and dismount switch with AOSFE
Hello, I remark that with AmigaOS Final Edition the dismount switch of the AmigaDOS Assign command give the message : " ARABCON: not found " after I, mount arabcon: from mountlist My "DOS" device is on the list at the bottom given by assign alone, but, There's no more way to dism...
- Sat Oct 15, 2016 6:12 pm
- Forum: General AmigaOS
- Topic: Console Handler code review (if you've already write one or)
- Replies: 6
- Views: 3599
Re: Console Handler code review (if you've already write one
Thank you salass
I just forgot to treat a char by char in the ACTION_READ too.
Super ! Isn't it ?
DGILLES
I just forgot to treat a char by char in the ACTION_READ too.
Code: Select all
If ( NLo ) {
While( left-- ) copy some b[j++] in *ptr++
...
*** Shift left by the ( left0-left ) the b[] array ***
} else
...
DGILLES
- Fri Oct 14, 2016 9:15 pm
- Forum: General AmigaOS
- Topic: Console Handler code review (if you've already write one or)
- Replies: 6
- Views: 3599
Re: Console Handler code review (if you've already write one
@salass My SDK is from 2009? I should have to make an update ... because the DOS packets was not in the SDK. Tony my code lacks a blocking READ label_READ: if ( Nlo ) { ... } else { *ptr = 0; j = 1; // no more needed polling because we wait // ***** blocked : better is to Wait a signal for instance ...
- Fri Oct 07, 2016 6:10 pm
- Forum: General AmigaOS
- Topic: Console Handler code review (if you've already write one or)
- Replies: 6
- Views: 3599
Console Handler code review (if you've already write one or)
Hello Amigans, Here are our private virtual DevCon2016 ! I want to write an console handler after writing the ar.console.device , although it is hard because no official RKM example, and wondering what (ACTION_) is misimplememted. Because, it works with the command copy on itself, i.e : "copy a...