Jump to content

9640News

+AtariAge Subscriber
  • Posts

    3,435
  • Joined

  • Last visited

Everything posted by 9640News

  1. Source code for MDOS has been updated on BeeryMiller/MDOS: MDOS Operating System for Geneve 9640 (github.com)
  2. The attached zip includes the latest version of MDOS, Version 7.45 and a host of various utility updates for MDOS. Enjoy! MDOS745DIS.zip
  3. Grasping at straws here..... Any chance the configuration of the guest/main portals are configured for IPV4 or IPV6, and not both? Or some devices at 2.4 GHz and others at 5GHz, and not both limiting device connections?
  4. No, it is not. The latest was posted up a few messages and I am posting it again here. I checked github, and the SCSI code was missing the boot tracking line. Use this file. LOAD-SCS
  5. I will update Github as soon as we release the next version, 7.45.
  6. Is MDOS hardcoded to >1200 for the SCSI controller?
  7. @Shift838 Did you resolve the issue of executing AUTOEXEC on bootup with the Geneve? This may be answered in another area already as I am checking out all of the posts after not being on for ab out 3 days.
  8. I posted an updated load-scs or load-ide about a month ago after I discovered boot tracking was off.it was one of the two, not both. You should use cya and remap Scs1 and set AUTOEXEC to boot from scs1 as another option
  9. Have you connected to your router and are you then able to see the attached PI? That will give you the ip-address:port where it is located. If it is not displaying on the router, and if you are using WIFI, then you likely are not using proper credentials on your PI configuration.
  10. I'll be looking for one, maybe more, as well.
  11. Thanks. It wasn't that hard to do with the original extended basic program having data statements and values instead of unprintable characters. This is probably the first time I have used the MATH XOP's in a program in 30 years. I did see something if there is room in the XOP, an additional opcode I would like to add. I was pointing to a wrong buffer converting the last math command back to an integer and the sounds were playing at the wrong speed. I had to add some debug code to see why the notes were playing too long.
  12. In an earlier post in another topic, I took the Extended basic example code for the AXELF theme song and converted it to MDOS. Source code is provided for anyone wanting to see the MDOS code. To be noted, extended basic uses duration in milliseconds while the MDOS XOP's use 1/60th's of a seconds for duration. Thus, I used the MDOS Math XOP's to convert the duration to floating point, divided by 1000 to get the decimal portion of time, then multipled by 60 to get the number of 60th second intervals all in floating point. Then, converted that back to an integer to call the sound routine. Another sound routine checked to see when the current sound was completed before playing the next array. Enjoy, and feel free to use the code base to convert any other music/sound files to MDOS. Beery AXELF-MDOS.zip
  13. I still have my X10 serial unit around here somewhere. I actually switched pins 2 and 3 on it and connected it up to the PC at one time.
  14. Can you check to see if the email portion of the website is actually sending and receiving email? I had issues in the past with the Geneve MDOS conversion of Stuart's browser.
  15. Yeah, I think a couple of those pages are within a handful of bytes. Do you have the LINK script with the extra EVAL statements at the end that shows where the page? You can use this link to get the updated LINKer command file at ABasic/!ABLINK.txt at main · BeeryMiller/ABasic (github.com) or the info you need is shown below. EVAL P7ENDB From file 166\CALL2-SRC EVAL P7ENDA From file 167\SYMBOL-SRC EVAL P6END From file 165\CALL1-SRC EVAL P8END From file 168\NUD2-SRC EVAL P2END From file 162\NUD1-SRC EVAL P4END From file 164\CMD-SRC
  16. @InsaneMultitasker Hmm. I am wondering if it may have something to do with having two or more files open simultaneously and either getting an error, out of diskspace, or closing one file but not the other????
  17. @InsaneMultitasker Let me know with file updates when you are confident you have everything worked out. I wonder if you format a disk as DS/SD then format SS/DD, then update sector 0 so the disk thinks it is DS/DD whether that will be sufficient to create a "bad" disk when it tries to write a file beyond sector 720. Beery
  18. I thought that was what Dan was referencing as far as the "disk" that was sold. JumpBoot was just a specially formatted disk with interlace/skew that could be created with HyperCopy.
  19. All Jerry did was have a disk with a modified skew and an interlace of one where system/SYS was written. I wrote about that in 9640 News at the time. You could create your own disk with HyperCopy.
  20. Mayhem was quoted in the comments as saying it did nothing.
  21. Reading the comments from the posted video on youtube, that extra bit does nothing.
  22. Yeah, CYA can mask the AUTOEXEC loading as you can specify the device name and redefining the SCSMAP configuration can impact device number as well.
  23. I believe back 2+ years ago, I posted the wrong source files and the wrong LOAD-xxx files for SCSI and IDE. Check these updates out: LOAD-IDE LOAD-SCS
×
×
  • Create New...