home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug184.arc / -MBUG.184 next >
Text File  |  1979-12-31  |  2KB  |  45 lines

  1. -MBUG.184       ROS - Remote Operating System
  2.  
  3. 184.01    ROS34   .LBR  125K   28 2A
  4. 184.02    ROS34BEE.LBR   11K   C8 CF
  5. 184.03    ROS34MAC.LBR   90K   4A CD
  6. 184.04    ROS34TB .LBR   10K   BA 84
  7.  
  8.  
  9.                           Microbee code for ROS 3.4
  10.  
  11. The Remote Operating System (ROS) is a RCPM & Bulletin board system written in 
  12. Turbo Pascal. It is available in the public domain. All that is required is 
  13. that modem drivers and clock routines for the Microbee be inserted and then
  14. compiled with Turbo Pacal version 2 or 3. Some modem drivers for other 
  15. machine are also supplied.
  16.  
  17. The ROS34BEE.LBR contains three files that contain the modem drivers and the 
  18. ability to enable baud rate change for a manual BeeModem. The first file 
  19. ROSBEE.INC contains all the code to replace ROSMCH.INC, ROSMDM.INC & 
  20. ROSCLK.INC. ROSBUF.INC contains a buffer full of zeros. The third file 
  21. ROSBEECH.INC contains the code to enable baud rate changes. This file also 
  22. sets out the detail of what changes are to be made to the pascal code.
  23.  
  24. The inline code is essentially G. Hansper's code for the Microbee taken from 
  25. Mex. This has been designed to be Microbee machine independent, i.e. to work 
  26. out where the interrupt vector for the PIO is located, for it is different for 
  27. the CIAB, the 128k and the 256TC. I have used a 2k buffer to receive incoming 
  28. data so you can use it with the 1k XModem protocol.
  29.  
  30. It has been extensively tested out on a CIAB and a little on a 128k machine. 
  31. If there are difficulties with those computers that do memory bank switching 
  32. please let me know as I have hypothesied what can be done to solve the 
  33. possible problem of characters being dropped.
  34.  
  35. ROS is a nice program to test because the code has been written such that a 
  36. lot of it can be tested through your own keyboard. It is thus not essential to 
  37. have a remote computer to test it, except for the sending and receiving of 
  38. files.
  39.  
  40. If you have difficulties with the modem drivers supplied I would be happy to 
  41. try and solve the problem with you. I can be contacted via the Microbee 
  42. Bulletin Board, Fido/Net 633/362, (03) 531-9375.
  43.  
  44. Happy boarding.  Robert Munro.
  45.