home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_3of3.iso / netbsd / incoming / a3000 < prev    next >
Text File  |  1993-06-25  |  2KB  |  105 lines

  1. #
  2. # GENERIC AMIGA
  3. #
  4. # This configuration file contains all possible options
  5. #
  6. machine        "amiga"
  7. cpu        "M68030"    # A3000
  8.  
  9. #
  10. # Name this kernel A3000
  11. #
  12. ident        "A3000"
  13.  
  14. #
  15. # Add support for about 16 users. This variable is used to size
  16. # various kernel structures.
  17. #
  18. maxusers    16
  19.  
  20. #
  21. # Set the timezone that the kernel will use.
  22. #
  23. timezone    -5 dst
  24.  
  25. #
  26. # Set the maximum number of file descriptors
  27. #
  28. maxfdescs    256
  29.  
  30.  
  31. options        FPCOPROC    # Support for MC68881/MC68882
  32.  
  33. #
  34. # Networking options
  35. #
  36. options        INET        # Basic networking support
  37.  
  38. options        MFS        # Memory based filesystem
  39. options        PROCFS        # Process filesystem
  40. options        KERNFS        # Kernel parameter filesystem
  41. options        LOFS        # Loopback filesystem
  42.  
  43. options        FIFO        # FIFO operations on vnodes
  44.  
  45. options        SWAPPAGER    # Pager for swap device
  46. options        VNODEPAGER    # Pager for vnodes
  47. options        DEVPAGER    # Pager
  48.  
  49. #
  50. # Compatability options for various existing systems
  51. #
  52. options        COMPAT_SUNOS    # Support to run Sun-3 executables
  53. options        "COMPAT_43"    # 4.3 BSD compatible system calls
  54. options        "TCP_COMPAT_42"    # Use 4.2 BSD style TCP
  55. options        "COMPAT_NOMID"    # ???
  56.  
  57. #
  58. # Graphics options
  59. options        GRF_ECS            # Enhanced Chip Set
  60. options        GRF_NTSC        # NTSC
  61.  
  62. #
  63. # Support for System V IPC facilities.
  64. #
  65. options        SYSVSHM        # System V shared memory
  66. options        SYSVMSG        # System V messages
  67. options        SYSVSEM        # System V semaphores
  68.  
  69. #
  70. # Support for various kernel options
  71. #
  72. options        KTRACE        # Add kernel tracing system call
  73. options        DIAGNOSTIC    # Add additional error checking code
  74. options        "NKMEMCLUSTERS=256"    # Size of kernel malloc area
  75. options        GENERIC        # Mini-root boot support
  76.  
  77. #
  78. # Build one kernel that can boot from any disk.
  79. #
  80. config        vmunix swap generic
  81.  
  82. pseudo-device    ite    2    # Bit-mapped display terminal emulator
  83. pseudo-device    view    10    # View (graphics mapping)
  84. pseudo-device    kbd    1    # Keyboard support
  85. pseudo-device    mouse    2    # Mouse support
  86. pseudo-device    pty        # Pseudo-tty support
  87. pseudo-device    loop        # Loopback network
  88.  
  89. #
  90. #The following sections describe various hardware options.
  91. #
  92.  
  93. #
  94. # Devices on an Amiga 3000
  95. #
  96. master        a3000scsi0    at manufacturer    1    product    1
  97. disk        sd6    at a3000scsi0 slave 6
  98. tape        st0    at a3000scsi0 slave ?
  99.  
  100. device        ser0    at manufacturer    1    product    3
  101. device        par0    at manufacturer    1    product    6
  102. device        grf0    at manufacturer    1    product    7
  103. device        rtclocka0 at manufacturer 1    product 4 # A3000
  104.