Post Reply 
Hoppi 1.3.2 Release
12-21-2016, 06:01 AM
Post: #31
RE: Hoppi 1.3.2 Release
(12-15-2016 12:29 AM)JDW Wrote:  
(12-14-2016 09:23 AM)Han Wrote:  Merge your memory...

I've never done that before because I've never had any cards for my 48GX before, but I can lookup how to do that.

(12-14-2016 09:23 AM)Han Wrote:  ...install it into port 0, then detach it.

When I use Paul's software Hoppi, it allows me to move the file (in this case, the 128k Meta Kernel file) from my Mac into VAR on my 48GX. So what you are saying is that after it is saved in VAR, I need to use File Manager to move it to port 0?? And when you say "detach it" you mean PURGE/DELETE it from VAR?

(12-14-2016 09:23 AM)Han Wrote:  That said, as fast as MetaKernel can be, it is quite unstable. I would not recommend using it. If you just want a faster interface, consider using SpeedUI.

But when I use my 50g and do a warm start, I see that it has Meta Kernel. Even the startup screen is exactly the same as the old 48GX Meta Kernel. As such, if Meta Kernel is so buggy, wouldn't the 50g be buggy too?

Thanks!

In general:

Assuming a blank slate and RAM card in slot 1, you simply type MERGE1. This merges RAM and card slot 1 so that you have approx. 256KB memory. Programs that are near the 128KB limit and (after accounting for the fact that the OS takes approx. 4KB) would result in insufficient memory conditions without merging. With merged memory (256KB) this should not be an issue.

Anyway, after downloading the library:

Recall the library onto the stack, and delete the variable containing that library. Then type 0 STO to store the library into port 0. Note the library number. Then, you can "unmerge" your RAM and RAM card using: { :0:lib_num } FREE1 where the :0: refers to port 0 (where the library is initially stored) and lib_num is the library number. If you have multiple libraries, then you will simply need more library numbers in your list, tagged with appropriate port numbers.

Meta Kernel, however, has its own special installer. You will still need to merge memory, but the installer will take care of the rest (such as moving the library and unmerging the RAM card).

Meta Kernel for the HP50G is a much later revision. I believe the MK version in the HP49G was 3.0 or something close (you can find old posts by Jean-Yves Avenard on comp.sys.hp48 about this). I am not sure what version is on the HP50G. However, the highest version on the HP48GX was 2.29 or so. The buggy behavior had to do with the object compiler/decompiler (i.e. the routines responsible for turning human readable code into binary code and vice versa). It has been too long for me to remember all the issues, but the one I do recall was arrays of numbers (integers in particular) often got corrupted and would result in complete memory wipes. Since practically everything involved the command line and hence the compiler/decompiler, MK was not an option for me.

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Hoppi 1.3.2 Release - pdo - 07-16-2016, 06:37 PM
RE: Hoppi 1.3.2 Release - JDW - 07-16-2016, 09:43 PM
RE: Hoppi 1.3.2 Release - pdo - 07-17-2016, 09:44 AM
RE: Hoppi 1.3.2 Release - JDW - 07-17-2016, 01:52 PM
RE: Hoppi 1.3.2 Release - JDW - 08-15-2016, 06:25 AM
RE: Hoppi 1.3.2 Release - pdo - 08-15-2016, 12:59 PM
RE: Hoppi 1.3.2 Release - JDW - 08-15-2016, 01:21 PM
RE: Hoppi 1.3.2 Release - pdo - 08-15-2016, 06:58 PM
Hoppi 1.3.3 Release - pdo - 08-16-2016, 08:09 PM
RE: Hoppi 1.3.2 Release - JDW - 08-17-2016, 02:49 AM
RE: Hoppi 1.3.2 Release - rprosperi - 08-17-2016, 02:06 PM
RE: Hoppi 1.3.2 Release - pdo - 08-17-2016, 06:02 PM
RE: Hoppi 1.3.2 Release - pdo - 08-17-2016, 06:11 PM
RE: Hoppi 1.3.2 Release - JDW - 08-17-2016, 08:14 PM
RE: Hoppi 1.3.2 Release - JDW - 12-07-2016, 12:35 AM
RE: Hoppi 1.3.2 Release - pdo - 12-07-2016, 02:08 PM
RE: Hoppi 1.3.2 Release - JDW - 12-08-2016, 12:27 AM
RE: Hoppi 1.3.2 Release - pdo - 12-11-2016, 10:27 PM
RE: Hoppi 1.3.2 Release - JDW - 12-12-2016, 12:05 AM
RE: Hoppi 1.3.2 Release - pdo - 12-12-2016, 01:23 PM
RE: Hoppi 1.3.2 Release - JDW - 12-13-2016, 02:52 AM
RE: Hoppi 1.3.2 Release - pdo - 12-13-2016, 02:16 PM
RE: Hoppi 1.3.2 Release - JDW - 12-14-2016, 12:07 AM
RE: Hoppi 1.3.2 Release - Han - 12-14-2016, 09:23 AM
RE: Hoppi 1.3.2 Release - JDW - 12-15-2016, 12:29 AM
RE: Hoppi 1.3.2 Release - rprosperi - 12-15-2016, 12:58 AM
RE: Hoppi 1.3.2 Release - JDW - 12-20-2016, 05:15 AM
RE: Hoppi 1.3.2 Release - rprosperi - 12-20-2016, 02:02 PM
RE: Hoppi 1.3.2 Release - JDW - 12-21-2016, 12:13 AM
RE: Hoppi 1.3.2 Release - rprosperi - 12-21-2016, 03:41 AM
RE: Hoppi 1.3.2 Release - Han - 12-21-2016 06:01 AM
RE: Hoppi 1.3.2 Release - JDW - 01-07-2017, 04:17 AM
RE: Hoppi 1.3.2 Release - JDW - 01-11-2017, 07:55 AM
RE: Hoppi 1.3.2 Release - pdo - 01-11-2017, 09:00 PM
RE: Hoppi 1.3.2 Release - JDW - 01-12-2017, 12:32 AM
RE: Hoppi 1.3.2 Release - Han - 01-12-2017, 01:21 AM
RE: Hoppi 1.3.2 Release - JDW - 01-12-2017, 01:30 AM
RE: Hoppi 1.3.2 Release - rprosperi - 01-12-2017, 03:06 AM
RE: Hoppi 1.3.2 Release - Han - 01-12-2017, 01:38 PM
RE: Hoppi 1.3.2 Release - JDW - 01-12-2017, 04:10 AM
RE: Hoppi 1.3.2 Release - JDW - 01-13-2017, 04:47 AM
RE: Hoppi 1.3.2 Release - pdo - 01-13-2017, 01:29 PM
RE: Hoppi 1.3.2 Release - JDW - 01-14-2017, 03:09 AM
RE: Hoppi 1.3.2 Release - JDW - 11-13-2020, 01:48 AM
RE: Hoppi 1.3.2 Release - pdo - 11-13-2020, 02:22 PM
RE: Hoppi 1.3.2 Release - JDW - 11-15-2020, 01:33 AM
RE: Hoppi 1.3.2 Release - pdo - 11-16-2020, 04:17 PM
RE: Hoppi 1.3.2 Release - cdmackay - 11-16-2020, 07:00 PM
RE: Hoppi 1.3.2 Release - pdo - 11-16-2020, 09:28 PM
RE: Hoppi 1.3.2 Release - cdmackay - 11-17-2020, 09:58 PM



User(s) browsing this thread: 2 Guest(s)