Donald Haase

Results 55 issues of Donald Haase

Currently dcload can cause issues in resource sharing on the g2 bus due to not having any mechanism to share between it and kos: ``` I just looked at the...

enhancement

The current iso caching system sets up two 16-block caches in memory, one for data and one for metadata (inode). Both of these have good uses but are being used...

filesystem
optimization

Moop's updates to dctool-ip expanded the packet size from the legacy size of 1024 supported by mainline dctool-ip. It provides a flag `-l` that can be used to force this...

As noted in #1059 and #1082 when running net examples via dcload-ip with the `-n` parameter, they are unable to connect to the network. We should likely have detection of...

bug
utilities
networking

This is with `-fstack-protector-all` set in KOS_CFLAGS. ``` quzar@Centurion-IV:~/dcdev/KallistiOS/examples/dreamcast/library$ make rm -f library-test.elf library-test.bin liblibrary-test.a romdisk.* /opt/toolchains/dc/kos-toolchains/15.1.0/bin/sh-elf-gcc-ar rcs liblibrary-test.a exports_stubs.o mkdir -p romdisk cd loadable-dependence && make && cp library-dependence.klf...

build issues