Jump to content
IGNORED

Experiments in 2 Simultaneous Mini Kernels


Gemintronic

Recommended Posts

So, I've at least made a running mock up screen using two mini kernels (6lives statusbar and bitmap)

 

I modified std_kernel.asm from

 

     ifconst minikernel
         jsr minikernel
     endif

to

     ifconst minikernel
         jsr minikernel
         jsr minikernelb
     endif

 

and then modified the second mini kernel label (in this case bitmap_mk.asm)

 

minikernel

to

minikernelb

 

Probably have to be REAL careful to not go over cycle but this seems to work.  If it shouldn't or there's a better way please post it here :)

 

xump004_bas.thumb.png.53c26d99b88cc8d9e75f31f4c639fa98.png

  • Like 6
Link to comment
Share on other sites

  • 1 year later...
On 11/11/2021 at 12:13 PM, Gemintronic said:

So, I've at least made a running mock up screen using two mini kernels (6lives statusbar and bitmap)

 

I modified std_kernel.asm from

 

     ifconst minikernel
         jsr minikernel
     endif

to

     ifconst minikernel
         jsr minikernel
         jsr minikernelb
     endif

 

and then modified the second mini kernel label (in this case bitmap_mk.asm)

 

minikernel

to

minikernelb

 

Probably have to be REAL careful to not go over cycle but this seems to work.  If it shouldn't or there's a better way please post it here :)

 

xump004_bas.thumb.png.53c26d99b88cc8d9e75f31f4c639fa98.png

I have no reccomendations since this goes over my head, but wow!

 

I feel like of any console the 2690 got pushed the most. Like, it’s insane.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...