Donald Haase
Donald Haase
As title. We technically support it, but I don't know if it's ever been used, or how it would be used. There is a reference to its use in [kernel/fs/fs.c...
Following conversation [here](https://github.com/KallistiOS/KallistiOS/pull/424#discussion_r1432291186) I wanted to raise as an issue the prospect of replacing the website used in the httpd example. Currently we're using a historical version of the lwIP...
This is a simple example that I had been discussing with others in the discord. It was an attempt to write a simple transmission speed test for testing bba changes....
While building and running examples to test changes to core video functionality ( #150 ) I realized that despite being able to see the code of any number of examples...
As title. Needs further work, but wanted to ensure to get it out and visible.
Had done these some weeks ago and forgot to clean up. Need to resolve some conflicts and have further minor fixes to make once conflicts are sorted. - `fs_map_hnd` already...
Testing the httpd example with dcload serial I found a number of possible problems: 1) All folders appear to show -1 as size. Is this normal? I can't recall if...
It was found during testing of #551 that when sending various values for the 32-bit rumble parameter the example may freeze. In my testing I found the following: - The...
Following #599 , a hole was still left in that the malloc debugging still failed while using dcload-serial. The first hurdle to this was that malloc is used to provide...
The current implementation of `/dev` does not support having multiple open readdirs. This stems from the use of a simple static single file handle for the /dev folder. The way...