Jump to content
IGNORED

How to load BASIC


Recommended Posts

for the purpose of learning how to use fujinet with BASIC, I found "Programming with #FujiNet" at https://www.youtube.com/watch?v=OGcoXPkPjs8

 

at 1:08 in the video, a ready prompt is presented.  however, when i try to follow the steps and boot n-handler.atr, the OSS DOS XL 2.3 is displayed.

 

can someone point me in the right direction to get a ready prompt?

Link to comment
Share on other sites

  • 1 month later...

Yup, the n-handler is being rewritten, and the rewritten version does not have relocation yet. Because of this, I haven't built a new n-handler.atr disk yet.

 

In the mean-time, you can get it from the /Games/lightcycles.atr or /Games/reversi.atr disks. This is a version that runs under the DOS that's on that disk, and loads into a specific spot ($2200), and thus can't be used on other DOSes yet.

 

You can also build a version of the handler by checking out the nhandler repository, setting an ORG (e.g. $1CFC for DOS 2.0 with 2 drives):

https://github.com/FujiNetWIFI/fujinet-nhandler

 

To build, you need:

* some sort of posix environment like Linux, MacOS, WSL, MSYS2, or Cygwin.

* MADS assembler

* atarisio-tools (for dir2atr, to build the ATR disk)

* make

 

Again, apologies for this, the N: handler stuff is still changing rapidly.

 

-Thom

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