darcagn

Results 48 comments of darcagn

Not a bad idea. I can help capture with a DCHDMI and HDMI capture card.

I started creating video clips. A repo for what I've done so far is here: https://github.com/darcagn/kos-examples-demos

Recently, a PR I wrote was merged to implement increasing the send/receive buffers using `setsockopt()`: #371 One can do so like this: ``` uint32_t new_buf_sz = 65535; setsockopt(hs->socket, SOL_SOCKET, SO_SNDBUF,...

We've seen this one before pre-GCC15; @gyrovorbis is aware of it and may be able to explain more.

So it seems there are multiple issues at play here: 1. `INIT_NET` should not block the entirety of KOS loading while waiting on a DHCP response. This needs to be...

> I might be wrong, but I think if dcload passed an IP address, then [we make a dhcp request asking to reserve that IP](https://github.com/KallistiOS/KallistiOS/blob/395d99a9421aed367d7d277065080301c1a1d54d/kernel/net/net_core.c#L184) - and this will then...

> Even if all the settings were stored in the flashrom, the appropriate thing to do would still be to request from DHCP. The _only_ time that wouldn't be the...

We don't even have a 14.2.0 anymore, so we might as well close this. A new PR can be opened when we do decide to bless a newer version.

This looks like DreamSDK? We added support for `m4-single` in all toolchains in #526 in April, but unfortunately @sizious hadn't updated his prebuilt toolchains in DreamSDK yet before we merged...

DreamShell isn't using `m4-single` yet anyway, so you simply need to alter DreamSDK's `environ.sh` to change to `m4-single-only`. It's just a simple text change, no need to rebuild any toolchains....