cache the fpu context before the cpu registers incase copymemquick us… | Kalamatee | 2022-04-08T19:15:47Z

cache the fpu context before the cpu registers incase copymemquick uses sse/avx. the cpu registers are already cached, however we have to store the live sse/avx registers.

add a small sanity check around sse/avx reg caching. fix copymemquick… | Kalamatee | 2022-04-08T18:47:54Z

add a small sanity check around sse/avx reg caching. fix copymemquick to not trash the fpu context storage pointer.

Don't use the GUI scaling code on m68k (only scale to 640x400, and ce… | Kalamatee | 2022-04-08T10:34:38Z

Don't use the GUI scaling code on m68k (only scale to 640x400, and center)

Use consistent debug. Revert change that removed genmodule LIBBASE us… | Kalamatee | 2022-04-07T19:55:56Z

Use consistent debug. Revert change that removed genmodule LIBBASE usage. Add experimental code to scale the boot page GUI to the display and centre. Handle display of up to exabyte capacities.

add amiga audio/dma hardware definitions | Kalamatee | 2022-04-07T14:09:06Z

add amiga audio/dma hardware definitions

only return true if we where successful in enabling MSI. | Kalamatee | 2022-04-06T11:31:43Z

only return true if we where successful in enabling MSI.

correct the MSI capability register offsets | Kalamatee | 2022-04-06T11:23:41Z

correct the MSI capability register offsets

show debug output when __cxa_pure_virtual is called, and halt execution. | Kalamatee | 2022-04-05T01:13:07Z

show debug output when __cxa_pure_virtual is called, and halt execution.

generate glue linklibs in the gen directory - dont pollute Developer/… | Kalamatee | 2022-04-04T21:48:10Z

generate glue linklibs in the gen directory - dont pollute Developer/lib with them unless explicitly requested.

add an experimental gcc 11.2.0 patch - doesn't yet link c++ binaries. | Kalamatee | 2022-04-03T19:12:42Z

add an experimental gcc 11.2.0 patch - doesn't yet link c++ binaries.

correction static-stdc++ -> static-libstdc++ | Kalamatee | 2022-04-03T19:09:03Z

correction static-stdc++ -> static-libstdc++

add comments about more of the used build variables. only build the n… | Kalamatee | 2022-04-03T16:00:55Z

add comments about more of the used build variables. only build the native darwin toolchain if arosbuild.nativetoolchain is set.

attempt to install tools needed for the arm hosted builds. | Kalamatee | 2022-04-03T14:07:20Z

attempt to install tools needed for the arm hosted builds.

add placeholder for gcc 11 | Kalamatee | 2022-04-03T13:57:08Z

add placeholder for gcc 11

check if brew/xquartz are installed before trying to install them. | Kalamatee | 2022-04-03T13:53:07Z

check if brew/xquartz are installed before trying to install them.

GetVLayerAttr needs to return IPTR, to hold VOA_BaseAddress. Cast &v… | Kalamatee | 2022-04-01T01:25:04Z

GetVLayerAttr needs to return IPTR, to hold VOA_BaseAddress.  Cast &vh->drv to (IPTR *) to silence the compiler.

add windows dll version information to kernel.dll and emul_handler.dll | Kalamatee | 2022-03-30T15:00:59Z

add windows dll version information to kernel.dll and emul_handler.dll

Initial commit of a WASAPI based audio driver for Windows hosted. Doe… | Kalamatee | 2022-03-30T13:22:54Z

Initial commit of a WASAPI based audio driver for Windows hosted. Does not currently support recording, or handle other formats than 16bit stereo @ 44100. Playback may be choppy.

NB:

Does not currently support audio device removal - will likely cause AROS to crash.

s/AROS/OSS | Kalamatee | 2022-03-30T13:16:12Z

s/AROS/OSS

adjust casts to silence compiler. | Kalamatee | 2022-03-30T13:14:55Z

adjust casts to silence compiler.