-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description of appl_control maybe incomplete #120
Comments
Check with a GEM app with menubar:
Returns 0 (failure) but APC_APP_CONFIG is missing from doc [EDIT] In the MyAES programmer guide, APC_APP_CONFIG is 50, not 17 |
Ah, thanks. Do you maybe have a similar setup as geneva for N.Aes? |
Unfortunately no, not yet. Also on my ToDdo list. I have to change my mint.cnf each time to switch from XaAES to N.AES |
Available on my website through a link on the wiki. It's surely possible to do better, maybe a single setup with all the aes... |
It's possible, I'm updating several pages at the moment. I did not look into the management of the cache of Grav
I don't know. My N.AES install comes from multiple sources (the .SYS file was found on a ftp, the skins somewhere else and the configuration file from yet another place). Its also why the tools (nclosure...) are missing. By the way, fVDI have a lot of problem.
I'm not sure I'll be done by tonight (I'm busy this afternoon), just missing MagiC and MultiGem for now, MagiC can't access hostfs and MultiGEM has to boot from a floppy. |
Not like it solves all the issues but I have learned to use different config files and include them. That way you can prepare N.AES-specific settings, XaAES-specific settings etc and just change one line ( Another trick I'm using is starting AESes manually, also via separate scripts. That works even for different xaaes versions (one can supply path to xaaes to |
@xdelatour hmm, I'm pretty sure that I did see vlogin working at some point. Surely around the time of 1.16 release, maybe you can try that version? |
Taskbar has called appl_control/APC_INFO with a pointer to an int since the beginning, as this is how it's documented in the N.AES docs. For all the modes where ap_cout isn't documented to be used for anything I pass a pointer to a long, I can't remember why I did this 25+ years ago, but possibly because it didn't work if I passed a NULL-pointer. |
I'm currently investigating a problem with taskbar, and from the disassembly i can see that the ap_cout parameter that is passed to appl_control always points to an array of 2 shorts. So maybe the description at
tos.hyp/gem/aes/appl_/appl_control.ui
Line 76 in 040c7ba
is incomplete. Can someone check whether N.AES actually writes something to ap_cout[1]? If so, that should atleast be mentioned there, even if it is always zero.
The text was updated successfully, but these errors were encountered: