151
TI Z80 / Re: Heapsort, VATSort, and ListSort
« on: July 03, 2018, 11:35:42 pm »
I was thinking more like patching the OS so there would be no extra applications/programs/hooks installed.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to. 151
TI Z80 / Re: Heapsort, VATSort, and ListSort« on: July 03, 2018, 11:35:42 pm »
I was thinking more like patching the OS so there would be no extra applications/programs/hooks installed.
152
TI Z80 / Re: Heapsort, VATSort, and ListSort« on: July 03, 2018, 11:09:27 pm »
It would be interesting if someone patched a bunch of TI-OS's commands with faster versions like this. That's pretty awesome @Xeda112358. You really need to compile a bunch of your routines into an easy to use library ;P
153
Introduce Yourself! / Re: It's been a loooong time...« on: July 02, 2018, 12:32:20 pm »
Hey @TheLastMillennial welcome to Omnimaga. We aren't dead yet, there is still some activity.
I've been poking around with C development on the CE recently so maybe I'll have to post about it. If I actually end up making anything. 154
Introduce Yourself! / Re: Hey everyone!« on: July 02, 2018, 12:28:27 pm »yeah same as me.I'm a 17 year old..computer geek..or should I say calculator geek..the problem is that l don't know how to hack my fx82ms (the circuit board says it's a fl82ms(350ms)) and l think that means it could be upgraded...but how???Hey @Reverse Flash Thawne welcome to Omnimaga. We tend to frown on necro post (post in an old thread that has no recent activity) in threads that are't our own here. I'd recomment a quick read through the rules. Other than that welcome to the forum. I'm excited to help you learn where I can and to see anything you create. 155
TI Z80 / Re: LZD Image Compression/Decompression« on: June 29, 2018, 11:32:34 am »
It still seems performant enough that you could use it to compress data in your program and decompress them into a buffer at runtime. Assuming you need the space that is.
156
TI Z80 / Re: LZD Image Compression/Decompression« on: June 27, 2018, 09:17:42 pm »
Have you done any performance testing around the length of time it takes to decompress?
How much memory is used to decompress? 157
Other Calc-Related Projects and Ideas / Re: ticalc.org "Package Manager"« on: June 24, 2018, 03:31:56 pm »
Super necro here, but @TC01 I may have opened a PR to update calcpkg to support python 3
159
TI-Boy SE - Game Boy Emulator For TI-83+SE/84 / Re: TI-Boy CE Progress Thread« on: June 22, 2018, 10:59:05 pm »
Awesome! Thanks for all the hard work @calc84maniac
160
General Discussion / Re: Jazz tips« on: June 06, 2018, 09:24:33 am »Can you do double tounging or triple tounging?Hello @Richardson and welcome to Omnimaga! The last reply to this thread was around 4 years ago, so it is unlikely that you will get a reply. I'd recommend reading the forum rules. 161
TI Calculators / Re: ICE compiler?« on: April 30, 2018, 03:51:56 pm »
I believe the topic you are looking for is here: https://www.omnimaga.org/ti-z80-calculator-projects/ice-an-interpretercompiler-of-ce-basic/
162
TI-Nspire / Re: Running GNU Emacs on the TI Nspire« on: April 24, 2018, 01:25:53 pm »Okay, your advice seems to have worked. I was able to make an ext2 image with the following command:Awesome! glad to have helped move you forward. Now all I need to know is how to make this image bootable. I.e., I need a /linuxrc file or something to boot from, right?I believe so. Unfortunately I wont be much help from here as I don't have an nspire and thus haven't actually done any of this. @tehahb98 @tangrs or @Ivoah may be able to help you. 163
TI-Nspire / Re: Running GNU Emacs on the TI Nspire« on: April 24, 2018, 10:46:56 am »
You may need a different block size. I'm not really up on my filesystem theory so I don't really remember how it all works. Looking into the code though I found the error: genext2fs.c#L906.
From what I can read in the code, the block size must be greater than 0, greater than 8 and greater than EXT2_FIRST_INO - 1 + (nbresrvd ? 1 : 0). Where EXT2_FIRST_INO is 11. nbresrvd is set here: genext2fs.c#L3346-L3349. We aren't hitting any of those errors though. but I'm not entirely sure what we need to specify. What you should probably do is figure out the sum of the size of the files you are generating a filesystem out of and set -b and --block-size (-B) appropriately (This can be 1024, 2048 or 4096 bytes). 164
TI-Nspire / Re: Running GNU Emacs on the TI Nspire« on: April 23, 2018, 01:09:34 pm »
After a little digging into genext2fs I've found the code that is throwing your error: genext2fs.c#L2544
After digging a little bit, this error seems tied to the --size-in-blocks (-b) option: README.md#options Have you attempted to run it with -b 8? 165
TI-Nspire / Re: TI NSpire CX Linux Adventures (Arch Linux with X11, internet, audio)« on: March 29, 2018, 03:14:40 pm »That's really nice! But you definitely need to resize those icon in dillo! It would be much easier to use.With linux you can also have an on calc c compiler. |
|