Jump to content
IGNORED

Who can make LUNIX work on real Atari 8-bit?


TXG/MNX

Recommended Posts

But only kernel + init was implemented and nothing more :(
And there is no way to load anything more as I/O was not ported according to notes in Kernel README file.

 

So it was nice try but unfortunately abandoned long time ago.

I was also trying to compile version 0.21 under Debian but looks like there is some issue with "atari/keyboard.s" kernel file:

luna -qOo keyboard.o keyboard.s
In file atari/keyboard.s
Included from keyboard.s
atari/keyboard.s:11: invalid expression
atari/keyboard.s:11: byte out of range
2 Errors, stopped after pass 2
Makefile:38: recipe for target 'keyboard.o' failed
so no luck :(
Link to comment
Share on other sites

  • 4 years later...

Hi @monsoft

 

it's five years later :-D

 

But i found your post and find solution.

 

you have to fix line 11 in atari/keyboard with following code

then compile with make, make packages,make dist, i am now working on apps to get it running on atari800 xl emulator

 

locktab: .byte keyb_ctrl, %10000000, keyb_caps, keyb_ex3
  • Like 1
Link to comment
Share on other sites

31 minutes ago, Juraj said:

Hi @monsoft

 

it's five years later :-D

 

But i found your post and find solution.

 

you have to fix line 11 in atari/keyboard with following code

then compile with make, make packages,make dist, i am now working on apps to get it running on atari800 xl emulator

 

locktab: .byte keyb_ctrl, %10000000, keyb_caps, keyb_ex3

can you post up the final working version for running directly on real Atari 8 bit?

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...