Andy Barajas
Andy Barajas
1. We didnt handle invalid PC and PR addresses. We do now by excluding them from the list. 2. Use improved address check to make sure addresses are in the...
I was playing around with @darcagn's [httpd-ack-next repo](https://github.com/darcagn/httpd-ack-next/tree/testing) and I noticed that when using the INIT_NET flag in KOS_INIT_FLAGS(INIT_DEFAULT | INIT_NET); it would show a black screen for 45-60 seconds...
### Adding GPROF support to KOS I’ve been working on getting GPROF support integrated into KOS and wanted to share what I’ve done so far. Here’s a rundown of the...
1. Fixed fs_vmu stat() for root directories. 2. Added stat() to fs_romdisk. 3. Code style changes for fs_normalize_path and realpath. 4. Fixed browser example to use fs_normalize_path() instead of realpath()...
Users often ask about how to create .CDIs. This PR addresses that by adding mkdcdisc installer to utils and exporting a PATH, KOS_MKDCDISC, to make it easy to use in...
People on discord made a good point that KOS doesn't have install instructions in the repo. Its kinda weird that we dont. With all the other documentation updates that we...
Our coding style is not current and contains history that I feel detracts from its purpose. I redid it in markdown since it looks like all the other docs are...
### PVR and TA DMA Clarifications and New PVR DMA Functionality It turns out that what we've been using for submitting textures and vertex data is TA DMA, not PVR...