Search found 221 matches
- Wed Jun 24, 2020 3:27 pm
- Forum: General Developer Support
- Topic: Testers wanted - USB3 XHCI USBHCD
- Replies: 13
- Views: 4050
Re: Testers wanted - USB3 XHCI USBHCD
Literally as the topic states... I have a *partial* USBHCD written for XHCI operations, and mainly need to find a group of volunteers who are willing to test using it with PCI or PCI-Express hardware on machines other than a sam440-flex. I'm currently building against a Vendor{0x1912=Renasas} Devic...
- Wed Jun 03, 2020 8:05 pm
- Forum: General AmigaOS
- Topic: AmigaOS DOS commands
- Replies: 10
- Views: 3258
Re: AmigaOS DOS commands
Just to summarize: - You removed the extra comma and added LT and LE in the template. Correct. But I read Thomas' reply, so the comma has a reason to be there. - You added the sections about GT, GE, LT, LE, MATCHES, CONTAINS, CASE, and VAL to the list of additional keywords (they are already explai...
- Wed Jun 03, 2020 7:58 pm
- Forum: General AmigaOS
- Topic: AmigaOS DOS commands
- Replies: 10
- Views: 3258
Re: AmigaOS DOS commands
Yeah, that looks odd. It might look odd, but it's perfectly legal. It's just a positional parameter without a name. It only means the user is not able to move this parameter into another position by specifying the keyword because there is no keyword for it. As an example in IF "a" EQ &quo...
- Wed Jun 03, 2020 2:36 pm
- Forum: General AmigaOS
- Topic: AmigaOS DOS commands
- Replies: 10
- Views: 3258
Re: AmigaOS DOS commands
Furthermore, CONTAINS (and MATCHES) came as new in the Shell in v. 50.42 (8.1.2004), i.e. they only exist in OS4. Best regards, Niels Hi, I noticed the additional options as well, thanks for pointing that out. :) There is a small cosmetic bug when invoking "IF ?" in the shell: 3.RAM Disk:...
- Wed Jun 03, 2020 2:30 pm
- Forum: General AmigaOS
- Topic: AmigaOS DOS commands
- Replies: 10
- Views: 3258
Re: AmigaOS DOS commands
You should keep in mind that the argument substitution in scripts is a textual one. So if you run the script without any arguments the line IF NOT {loop} becomes IF NOT. This does not make any sense. To be honest, even if you supply arguments, for example, "4", it still makes no sense for...
- Tue Jun 02, 2020 3:13 pm
- Forum: General AmigaOS
- Topic: AmigaOS DOS commands
- Replies: 10
- Views: 3258
AmigaOS DOS commands
Hi all, I am trying to infect my niece with the Amiga fever :D and testing a script from the AmigaOS 3.1 DOS Guide. it's only an excerpt from the script: .KEY loop .BRA { .KET } IF NOT {loop} ECHO "Enter a number" ECHO "and press enter " NOLINE SETENV >NIL: loop{$$} ? ELSE ECHO >...
- Wed May 13, 2020 9:44 am
- Forum: General AmigaOS
- Topic: Screen promotion?
- Replies: 14
- Views: 7754
Re: Screen promotion?
@pvanni
In this case, I can't imagine a scenario where suggestions are not good.
So thanks again.
take care
In this case, I can't imagine a scenario where suggestions are not good.
So thanks again.
take care
- Tue May 12, 2020 11:51 am
- Forum: General AmigaOS
- Topic: Screen promotion?
- Replies: 14
- Views: 7754
Re: Screen promotion?
No freeze here with Lightwave. Maybe the screen resolution you define for TC is just too big, or with wrong fonts. I use Topaz/8 just to be sure the screen promotion works. I tried using a 256 colours (8-bit) screen, but TurboCalc just ignores the palette changes (even after re-starting TurboCalc a...
- Tue May 12, 2020 11:36 am
- Forum: General AmigaOS
- Topic: Screen promotion?
- Replies: 14
- Views: 7754
Re: Screen promotion?
@pvanni Thanks for the suggestion, this is not related to the thread title, but I will answer your post. The issue with TC 5.02 (and the same occurs with versions prior to that) lead to find what I described in ScreenPrefs. So what really lays underneath, regarding TurboCal is: - When opening a 256-...
- Mon May 04, 2020 8:18 am
- Forum: General AmigaOS
- Topic: Issue with shell command "List"
- Replies: 1
- Views: 1689
Issue with shell command "List"
List does not like Dir names with special characters: 3.RAM Disk:> list ram:Remus/Projects/Default_Builds/ RAM:Remus/Projects/Default_Builds/40.66 RAM:Remus/Projects/Default_Builds/40.68 RAM:Remus/Projects/Default_Builds/40.70(Escom) RAM:Remus/Projects/Default_Builds/40.70 RAM:Remus/Projects/Default...