rhester72

Results 69 comments of rhester72

@randyrossi Agreed - this is not a few lines of code change, and I have no means of effectively testing it. @CemTezcan I think I conceptually understand the ask, but...

About 0%. GPIO is too high latency and doesn't have enough bandwidth to achieve it.

Well, for one thing, the 1541 sits on the IEC bus, and the bit-banging timing required is INCREDIBLY precise - the same reason why you couldn't do the same thing...

> Wow dude. Just trying to put some ideas out there. Didn't think it would start a fight. Apologies, just trying to ward off the all-too-frequent "but I WANT it...WHY...

If it isn’t supported by the Circle library, it won’t be supported in BMC, as that is what provides bare metal controller support. It indeed supports fewer devices than a...

Looks like you don't have the toolchain installed: https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-rm/downloads/7-2018-q2-update

This error: Error: Invalid toolchain prefix, exiting suggests that the toolchain isn't in your search path. Make certain that you have followed these steps: `1. Set the ARM_HOME environment variable...

Had a first play with this, but it didn't go very well. Somehow my integration into the menu system causes the entire kernel to lock up on start, and (apparently...

If it helps at all, USB floppy drives show up as raw block devices on Linux and require a manually-added NEC USB floppy driver on Windows.

The crash on start can be worked around (using the same methodology as the Trinity hack) by the following: set_byte (H_SCREEN_COLUMNS, 40); // 40 is slightly too large for the...