Jump to content
IGNORED

xBoot DOS


xxl

Recommended Posts

BOOT sector DOS

MEMLO = $ 927

this mini dos doesn't save files, only load (get) - it may be useful to someone.

works with any FS from the AtariDOS2 family (MyDOS etc.) with floppy disks SD, ED, DD, DSDD etc. up to 16MB in ATR.

also has Binary Load functions (you can load binary files from basic ;-)

boot with basic turned OFF will try to run the AUTORUN file
boot with basic turned ON starts BASIC,

in the attachment a test with program in basic and binaries:
TEST.BAS
AUTORUN

BASIC command:
LOAD "D:TEST.BAS"
XIO 40, #1,0,0, "D:AUTORUN"
 

xBOOT_Initializer(DOS).xex test.atr

  • Like 5
Link to comment
Share on other sites

- configures itself to the appropriate sector size. - no need to recompile it.
- supports e.g. MyDOS (and other DOS2 file system mutations) and not only DOS 2
- allows you to save files of different lengths, not just single-sector ones
- has the BINARY LOAD function, e.g. from Basic: XIO 40, # 1,0,0, "D:filename"
- sets MEMLO and takes up less memory
- allows you to work e.g. with Basic, Action etc.

 

news not available in other DOS: you can place to a floppy "temporary" file with the maximum expected size and save to it, for example, a program in BASIC (loading from such a file takes into account the length of recently saved data, not the length of the entire temporary file) - which eliminates the need to create files and allows you to keep the compact DOS size which takes $130 bytes (304 bytes) = MEMLO $930

  • Like 3
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...