0 Members and 3 Guests are viewing this topic.
Is there a verison I can use google translate on?Google translate doesn't work on the pdf file. Maybe they could post an HTML version somewhere
If you get to the point that the calculator freezes on a mostly black screen, you're probably using the correct versions.Freezing is by far the most frequent behaviour of my S-0507 Nspire Clickpad when OSLaunching a 1.7.2741 CAS from a 1.7.2741 non-CAS...
Would it be possible to...allocate memory for zipped file -> copy zipped file into RAM -> disable interrupts -> unzip to 0x10000000 -> launch OS?
(I managed to integrate the required parts of zlib into OSLauncher and tried the unmodified source with DummyOS)
My goal is to be able to launch any arbitrary 3.xxxxx OS on a non-CAS TI nSpire CX 3.1.0.392 handheld (loaded with NDLESS 3.1).
To that end, I built a "phoenix.raw.zip" file on my computer and sent it along with OSlauncher onto the calc. But after the launch of OSlauncher on the calc, the calc failed to load the OS that I had inserted into "phoenix.raw.zip". In fact, each time, the calc just reboots once without any problems (i.e.: there is no crash, everything is normal), but the OS is still the original non-CAS CX 3.1.0.392 one.
Do you know please how the code of OSlauncher could be changed to add support for the CX hardware and NDLESS 3.1?
Please note that I am a novice programmer (I have sometimes difficulty understanding the meaning of the comments in the ".c" files).