home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume27 / distributed-c-2.1 / part01 / examples / config / system.LINUX < prev    next >
Encoding:
Text File  |  1993-12-22  |  792 b   |  43 lines

  1. # system.LINUX
  2. #
  3. # system configuration file for use with dcinstall Version 2.0
  4.  
  5. hostnames = { ateickel1 }
  6.  
  7. computer types = { AT486 }
  8.  
  9. operating system variants = { LINUX }
  10.  
  11. fixed disks = {
  12.     ATBUS = {
  13.     location : ateickel1
  14.     size     : 1000 MB
  15.     speed    : 10 ms
  16.     }
  17. }
  18.  
  19. host ateickel1 = {
  20.     operating system : LINUX
  21.     computer specification {
  22.     type                    : AT486
  23.     physical memory         : 16 MB
  24.     virtual memory          : 16 MB
  25.     performance index       : 3.0
  26.     storage for executables : ATBUS
  27.     }
  28.     peripheral devices = {
  29.     NEC_LC890
  30.     }
  31.     compilation {
  32.         target: AT486 (LINUX) {
  33.         CC      = "cc"
  34.         CFLAGS  = "-DLINUX -DSYSTEM_V -DSOCKET -DHOMOGENEOUS"
  35.         LDFLAGS = ""
  36.         LIBS    = ""
  37.     }
  38.     }
  39.     accessible filesystems = {
  40.     ATBUS (10 ms)
  41.     }
  42. }
  43.