Nick Andrews
Nick Andrews
Your printModeList function is incorrect, and tries to display the list head dummy node as an actual entry, in an empty list. I am not sure if ModeText is a...
commit e001309 should fix the termination check of the pixfmt array.
Fault located - AVX hasn't been enabled on the secondary cores, causing AROS to crash when it creates the CPU context for the cores bootstrap task (which caches the current...
At least on the posixc side, programs end up crashing accessing large files (especially those who call fopen to replace fopen64
IMHO, the drivers should always expose both windowed and fullscreen display modes, and use an ENV variable to disable either, or alter the behaviour (chose FULLSCREEN over Windowed for instance)
This is likely due to the changes that where being done in SetMem, and should be resolved in current builds.
Depending on your machine, you may need to specify "noioapic" to disable support for the io-apic (routes hardware interrupts) - it is known to have problems with some systems which...
On Sun, 20 Dec 2020 at 09:10, Eugene wrote: > unfortunately everything that was captured in 20201217 with add > "debug=serial sysdebug=all": > AROS64 - The AROS Research OS 64-bit...
If you have any queries though the slack channel is the best place to ask - AROS Exec doesn't really have anyone involved visiting it any more, and is just...
I would propose the following change(s) to address this -: # during startup on hosted, when the boot process is created, the host stack should be switched out (if it...