Nick Andrews
Nick Andrews
**Describe the bug** Recent versions of binutils/gcc started generating code with R_68K_PC32 on m68k. Elf2Hunk tries to use RELRELOC32 to store these - however RELRELOC32 can only handle 16bit offsets...
**Describe the bug** As soon as you click the Timer button in the Scout main GUI, it crashes in the class dispatcher. **To Reproduce** Steps to reproduce the behavior: 1....
ata.device reports errors accessing an ata drive connected as slave, with an atapi drive as master
- [x] **Describe the bug** If a system has an atapi drive connected as master on a channel, with an ata device as slave - the ata device will have...
- [x] **Describe the bug** Installing to AHCI fails because it tries to write outside of the drive. - [x] **To Reproduce** Steps to reproduce the behavior: Use InstallAROS to...
**Describe the bug** Changing autoinit code does not result in binaries that have used it being relinked. **To Reproduce** Modify code that is used in the autoinit stubs for a...
**Describe the bug** AROS fails to start the secondary AP's under HyperV. INIT and De-Assert IPI's appear to send correctly, but the startup/rip IPI causes a triple fault on the...
**Describe the bug** As soon as the timer interrupt is enabled in timer.device, AROS hangs. Debug shows a storm of IOAPIC IRQ's **To Reproduce** Boot AROS in HyperV **Expected behaviour**...
Observed Behaviour: # Task A starts a new Task B, and awaits a signal from Task B to indicate it has started, moving to the WAIT queue. # Task B...
AROS does support 64-bit IO at the device level, but there are no usable functions to access large files.
On hosted, AROS uses signals to alter the host processes hardware context, so that the currently running AROS tasks stack/PC, etc, is used. The problem is drivers, or any other...