Advertisement
Guest User

Untitled

a guest
Apr 16th, 2021
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. # PC-system configuration file, hosts can be AT or PC
  2. BOGOMIPS = 9999999
  3. host = AT
  4. # box can be B004, B008, MK026, CESIUS
  5. box = b004
  6. # Standard configuration options
  7. message_limit = 64000
  8. helios_directory = c:\trans\helios13
  9. system_image = ~\lib\nucleus
  10. bootfile = ~\lib\nboot.i
  11.  
  12. # To run X on the transputer side, if installed, disable Server_windows
  13. Server_windows
  14. server_windows_nopop
  15.  
  16. # Processor names, NB must match the resource maps
  17. root_processor = /root
  18. io_processor = /pc
  19.  
  20. # Options for the error logger
  21. logfile = logbook
  22. logging_destination = screen
  23.  
  24. # Unwanted servers
  25. no_pc
  26. no_t
  27.  
  28. # File system option
  29. #Unix_fileio
  30.  
  31. # Hardware specific options
  32. # 1) which drives can be used as raw disks for the filing system
  33. #rawdisk_drive = b
  34.  
  35. # 2) which floppies can be used from Helios, NB only specify one if there is
  36. # a real physical disk drive
  37. floppies = ab
  38.  
  39. # 3) X-windows support devices, the mouse and raw keyboard
  40. #Xsupport
  41. mouse_resolution = 2
  42. mouse_divisor = 2
  43. # 4) Options for the various ports, /printers, /centronics, and /rs232
  44. #default_printer = lpt2
  45. #default_centronics = lpt2
  46. rs232_ports = 2
  47. default_rs232 = com2
  48. rs232_interrupt = 2
  49. #com3_base = ???
  50. #com4_base = ???
  51. #com5_base = ???
  52. #com6_base = ???
  53. #com7_base = ???
  54.  
  55. # Options for the link adapter
  56. link_base = 0x150
  57. #dma_channel = 1
  58. #reset_timeout = 9999
  59. #analyse_timeout = 4999
  60. bootlink = 0
  61.  
  62. # These options control the bootstrap mechanism, transputer is default
  63. # 1) processor can be T800, T414, T425, T400, Arm, i860, 68000
  64. Target_processor = T800
  65. # 2) bits of the bootstrap to use
  66. #no_reset_target
  67. #no_bootstrap
  68. #no_image
  69. #no_imageboot
  70. # no_config
  71. #no_sync
  72. #no_check_processor
  73. #
  74. # 3) The transputer's memory
  75. processor_memory = 0x200000
  76.  
  77. # If PC runs out of memory, uncomment the next line
  78. #coroutine_stack = 1500
  79.  
  80. #ethernet
  81.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement