RickCarlino / fbbs2

Forth BBS 2, 1985 Bulletin Board software written in Forth (historic reconstruction)
65 stars 2 forks source link

Running under DOSBox #13

Open larsbrinkhoff opened 2 years ago

larsbrinkhoff commented 2 years ago

I have tested the from_author files under DOSBox, and they seem to work fine.

Steps to repeat:

  1. Checked out and built DOSBox Subversion repository from SourceForth.
  2. cd to from_author
  3. Run DOSBox without any special configuration.
  4. Type in DOS: MOUNT C ., then C:
  5. Run the FBBS_PRECOMPILED.EXE file (FBBS_P~1.EXE in DOS).
  6. Type to F-PC: fbbs use fbbs45.dat
  7. Now the BBS vocabulary is available. Type e.g. read help
larsbrinkhoff commented 2 years ago

Questions remaining:

  1. How to make the BBS available on the net. Can it do I/O on a COM port?
  2. Can multiple users access the BBS in parallel, or just one at a time?
larsbrinkhoff commented 2 years ago

Screenshot from 2022-01-13 20-00-11