Jump to content
IGNORED

#FujiNET NOS Version 0.3.0!


tschak909

Recommended Posts

The #FujiNet NOS for #Atari8bit is progressing nicely, thanks to the hard work of Michael Sternberg @16kRAM

 

 

Version 0.3.0 adds: 

 

* an on-line help system (which pulls its pages from GitHub!)
* simple batch processing (using the SOURCE command)
* TYPE command to view files

 

Still to be done, is a COPY command. 

 

But even at this stage, I am sure you will agree, that this DOS Replacement shows significant flexibility and usefulness.

 

Do you want to hack on it? 
The code is here: https://github.com/FujiNetWIFI/fujinet-nhandler in the nos/ folder.

and the bootable ATR is on atari-apps.irata.online in the DOS/ folder.

Edited by tschak909
mention.
  • Like 8
Link to comment
Share on other sites

Hi Thom,

 

would it be helpful if MADS could build the complete ATR file directly from the source and Michael would only need to rename the file from nos.xex to nos.atr?

 

Since I do not have a Github account, here in plain text the needed changes:

 

;;; Initialization ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

        ORG     $0700
        OPT     h-

becomes

; ATR Header
        OPT     h-
        ORG     $0700
	DTA	$96,$02,$80,$16,$80
	:11 DTA	$00

;;; Initialization ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

        ORG     $0700

 

and

 

EDIT: Removed because the offsets do not calculate correctly.

Edited by DjayBee
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...