darcagn
darcagn
board_name: `ROG CROSSHAIR VI HERO (WI-FI AC)` mutex name: `\AMW0.ASMX` (same as others) This board is being used in an Ubuntu LTS server with an older 5.4 kernel -- it...
2ndmix now: https://www.youtube.com/watch?v=llaQJi2N68s Properly working 2ndmix for comparison: https://www.youtube.com/watch?v=pdkXfyGqVgA
Tested using GCC 9.3.0 and 13.2.0 Used an SD card formatted to ext2 with KOS's other SD example All images transfer successfully to SD, but upon completion the example crashes...
This is a draft PR to track fixing and restoring the remaining non-working KOS GL examples for GLdc.
Dropping this here to document until we can properly fix. GDB doesn't install on FreeBSD out of the box. One needs to use `sudo CPPFLAGS="-I/usr/local/include" C_INCLUDE_PATH=/usr/local/include LIBRARY_PATH=/usr/local/lib gmake gdb` to...
Opening up this issue to track the current performance/reliability problems with the KOS network stack. Examples include: - I updated the httpd-ack server (https://gotwalls.com/) from KOS 1.x+lwIP to KOS 2.x...
I have a number of opinions and considerations for the overall project organization, many (but not all) of which involve necessary changes for restoring multi-arch to KOS. I'm not married...
We need to put in the work to clear up the organizational lines between `kos`, `arch`, and `dc` headers. As a reminder: - `#include ` headers are for arch-agnostic, general...
Another in the discussion to revamp and de-public the "arch" headers. Users who `#include ` will still have it work (for now), but it will warn that the header has...
``` /opt/toolchains/dc/kos/include/kos/cdefs.h:34: warning: missing title after \defgroup system_attributes /opt/toolchains/dc/kos/include/kos/cdefs.h:176: warning: missing title after \defgroup system_compat /opt/toolchains/dc/kos/include/kos/cdefs.h:209: warning: missing title after \defgroup system_helpers /opt/toolchains/dc/kos/include/pthread.h:251: warning: More #endif's than #if's found. /opt/toolchains/dc/kos/kernel/arch/dreamcast/include/arch/irq.h:60:...