-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document history #1
Comments
I saw the name John Peters in one of the files, and I found this. It could be related, or not.
https://groups.google.com/g/comp.lang.forth/c/KY3WkNLgbeU/m/LKoTEgPxJDIJ |
I see B0b Lee is mentioned above. He's on GitHub as @b0blee |
I was writing music in ForthMacs on an Atari ST around that point in time. That music was reissued by Fixture Records in 2015. See their Bandcamp page. The source for that album is on my Github page. I've never found an Atari emulator that implemented the MIDI ports, so the code is essentially dead. b0badel was written in C - a hack of Citadel - and Baby BBS was in Forth. Unfortunately, I've lost the source for Baby BBS. |
Hello @JohnAlanPeters and @tombelpasso, FYI this is a project on GitHub to revive the FBBS2 software. |
Wow, it has been a long time since I worked on the FBBS Forth code. My Forth skill have gotten rusty. I many program in Python these days. But if you need any help, I am available. Regards, |
Thanks so much for reaching out to us @tombelpasso I am still working my way through the source code, apologies if I ask a question that is answered in one of the screen files:
Thanks again for contacting us! |
Hi Rick, The OS on Z80's was CPM. I may have an old CPM laptop which I think was called Starlet that may, by some miracle may still work and still have the floppy for it. I will look for while getting my Xmas decorations out of the garage. I may have ported the code to the FPC. I will keep an eye out for it too.
|
Thank you so much Tom, that would be amazing! I didn't expect anything like that, but it goes to show it never hurts to ask. |
I found my f-pc port of the FORTH bbs. Here are my instructions for running F-PC and FBBS on Windows 10: To run F-PC on Windows 10, install a DOS emulator. There are several, I chose vDOS because it seemed the simplest: https://www.vdos.info/download.html Download vDOS to allow runing f-pc on windows 10. Instructions for running FBBS using vDOS and F-PC. Start vDOS It will run an initial test, running Data Perfect, exit it by entering 0. To access your real windows files, you mount a windows directory with the 'use' command. For my test I specified the directory where I had F-PC. Note I include the prompt in the commands below:
Change directory to D:
Then you can run FORTH:
In F-PC you can change directory to where the FBBS files are:
Load the FBBS source file:
To start the BBS in FORTH.
At this point both FBBS and FORTH words will work |
@tombelpasso That's great to hear thank you so much. I sent you an email from my personal email address. Please let me know if you don't get it or if it ends up in your spam filter. You could send me the files via email and then I can upload them here. Thanks and speak soon. |
I've found an online version of F-PC that was restored at some point by Ulrich H. This will be perfect for running FBBS2 in Docker. I will update the README later today or tomorrow. |
I will put random notes here until a coherent history can be documented.
The text was updated successfully, but these errors were encountered: