Brian Johnson

Results 8 comments of Brian Johnson

So I don't _think_ my change to the way update messages are generated should have caused this, by the time that code gets called we have already had the set...

So you need to compile the 2.0-dev branch of libexword project for this to compile correctly. That branch should define the missing exword_init function.

> You can add both ROMs using the bios system and make rev B the default. This will help people who dump their keyboard to easily identify their version. I...

I can fairly easily turn the keyboard into a slot device using an RS232 port. I think that would be better then just cloning the entire system in order to...

Yeah Microsoft did take an awfully long time to actually publish the official spec for ExFAT, so completely understandable that you didn't use the spec before it had been published....

Yeah I'll take a look at this over the weekend and try and get a BlueSCSI build against the SDFat-beta repro to see if it works.

I got a build of BlueSCSI working with https://github.com/rabbitholecomputing/SdFat#2.2.3-gpt-exfat that includes exfat patches and i created two preallocated zero filled files on my sdcard. One that was written contiguously and...

Ben, Thanks for the patch, it does indeed apear i had the + 1 inside the call to strlen which is definitely wrong. Its a wonder i necer ended up...