home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / answers / 386bsd-faq / part4 < prev    next >
Internet Message Format  |  1993-12-26  |  31KB

  1. Path: senator-bedfellow.mit.edu!bloom-beacon.mit.edu!usc.edu!cs.utexas.edu!natinst.com!hrd769.brooks.af.mil!hrd769.brooks.af.mil!not-for-mail
  2. From: burgess@hrd769.brooks.af.mil (Dave Burgess)
  3. Newsgroups: comp.os.386bsd.announce,comp.answers,news.answers
  4. Subject: [comp.os.386bsd] BNR/2 derived BSD for PCs FAQ (Part 4 of 10)
  5. Followup-To: comp.os.386bsd.misc
  6. Date: 27 Dec 1993 06:00:30 -0000
  7. Organization: Armstrong Laboratory, Brooks AFB, TX
  8. Lines: 747
  9. Approved: news-answers-request@MIT.Edu
  10. Distribution: world
  11. Expires: 01/14/94
  12. Message-ID: <386bsd-faq-4-756972021@hrd769.brooks.af.mil>
  13. References: <386bsd-faq-1-756972021@hrd769.brooks.af.mil>
  14. Reply-To: 386bsd-faq@hrd769.brooks.af.mil (386bsd FAQ Maintainer)
  15. NNTP-Posting-Host: hrd769.brooks.af.mil
  16. Xref: senator-bedfellow.mit.edu comp.os.386bsd.announce:211 comp.answers:3169 news.answers:16208
  17.  
  18. Posted-By: auto-faq 2.4
  19. Archive-name: 386bsd-faq/part4
  20.  
  21. Section 3.    (Kernel Building and Maintenance)
  22.  
  23. 3.0    System Internals
  24.     
  25.     One of the interesting aspects of *BSD is the fact that it comes 
  26.     with the complete source.  This allows you to make changes to the 
  27.     system, recompile, and test out your new ideas.  This section of 
  28.     the FAQ describes many of the different aspects of this endeavor 
  29.     and common problems and pitfalls that are encountered.  Kevin Lahey 
  30.     provided the substantial portion of this section.  You can contact 
  31.     him via E-Mail at (kml@rokkaku.atl.ga.us) or contact Dave Burgess 
  32.     (burgess@hrd769.brooks.af.mil).
  33.  
  34.  
  35.  
  36. 3.1    Kernel
  37.  
  38. 3.1.1    How do I build a kernel?
  39.  
  40.     The kernel can be compiled in a variety of ways to support different 
  41.     devices and configurations.  Compilation is controlled by a config 
  42.     file that specifies the characteristics of the kernel.  A set of 
  43.     different config files is located in /sys/i386/conf or 
  44.     /sys/arch/i386/conf.  The configuration file names are in upper case.
  45.  
  46.     To build a particular kernel (in this example, we use the GENERICISA
  47.     configuration file in NetBSD or FreeBSD):
  48.  
  49.     % cd /sys/i386/conf
  50.     % config GENERICISA
  51.     % cd /sys/compile/GENERICISA
  52.     % make depend
  53.     % make
  54.  
  55.     You'll need patch 1 from the patchkit to get the compilation to work,
  56.     'cause the version file isn't correctly included in the Makefile.
  57.  
  58.  
  59. 3.1.2    I want to do one of the following things:
  60.     * add a device not in the distributed kernel (third com
  61.       port, additional disk or tape, line printer driver, etc).
  62.     * use a patch from the net or the patchkit to fix a kernel bug.
  63.     * add another swap device.
  64.     * recompile the kernel to remove extraneous devices so that
  65.       it takes up less space.
  66.     * configure more pseudo-terminals to allow for more xterms
  67.       or network logins.
  68.     
  69.     You're going to have to recompile the kernel after you modify the 
  70.     config file.  See section 3.2 below for more information about the 
  71.     config file in general.
  72.     
  73.  
  74. 3.1.3    I don't have the source distribution -- how can I rebuild the
  75.     kernel?
  76.  
  77.     There are reference sites available, as well as the 'good 
  78.     net-neighbor' policy, whereby you could make arrangements with a 
  79.     net neighbor to use a large local machine as a Network File System, 
  80.     or allow you to compile a new kernel on their machine and transfer it 
  81.     to yours.  If you *still* can't fit it in, you'll have to ftp a 
  82.     compiled kernel from agate in the unofficial/patchkit-old directory 
  83.     or one of the archive sites.  You can also ask for help from 
  84.     comp.os.386bsd.questions if you get stuck and cannot make any headway.
  85.  
  86.  
  87. 3.1.4    Now that I have a kernel, how do I install it?
  88.  
  89.     Your kernel is called /386bsd or /netbsd.  Copy the new kernel from 
  90.     /sys/compile/GENERICISA/386bsd to /, assuming that it is in that 
  91.     directory.  This is relatively straightforward; there are a couple 
  92.     of things to remember, though.  First, if you really screw up the new 
  93.     kernel, you want to have something to fall back on, so be sure to 
  94.     save /386bsd to /386bsd.old before copying in a new kernel.  Second, 
  95.     if you just copy the new kernel over the currently running kernel, 
  96.     funny things can happen.  Be sure to move aside the currently running 
  97.     kernel before copying over the new one.  
  98.  
  99.     There are folks that have reported that overwriting their current 
  100.     kernel has never caused them any real problems.  On the other hand, 
  101.     if the old kernel was working and the new one doesn't, and you have 
  102.     made changes that require that old kernel, it should be available to 
  103.     the system, and saving it to /386bsd.alt or /386bsd.old are reasonable 
  104.     things to do.
  105.  
  106.     If you are really paranoid, you can mount a new fixit floppy and 
  107.     replace its kernel with the one you just built, and then boot from 
  108.     the fixit floppy to make sure everything will work.  This is a 
  109.     pretty good idea if you are making radical changes or if you are 
  110.     unsure about your changes.
  111.   
  112.  
  113. 3.1.5    After installing the patchkit and recompiling the kernel with the
  114.     option "WD8013", I am no longer able to reboot the machine.  A cold
  115.     boot (power on) runs fine, but after a reboot no boot drive is found
  116.     by the BIOS.  Besides having a 16-bit WD/SMC Ethernet card installed
  117.     the machines try to boot using either a Adaptec 1742 or 1542 SCSI
  118.     board to boot from.
  119.  
  120.     This answer was provided by Hellmuth Michaelis (hm@hcshh.hcs.de) and 
  121.     written by Rodney Grimes (rgrimes@acacia).
  122.  
  123.     Remove "option WD8013" from the config files and recompile and
  124.     reinstall the kernel. 
  125.  
  126.     The reason that option WD8013 often causes this reboot problem is 
  127.     this:
  128.     
  129.     There is a requirement that all memory within a 128k bank in the
  130.     0xA0000 to 0xFFFFF region be either 16-bit or 8-bit.  On a cold 
  131.     boot, the WD8013 boards are reset to 8-bit mode, the POST
  132.     (Power On Self Test) passes without error.  386bsd comes up, the 
  133.     if_we.c driver places the WD8013 in 16-bit mode.  Now on a soft boot
  134.     when the BIOS runs some quick POST tests it finds a problem in the 
  135.     0xA000 to 0xF000 region.  You probably get a "beep-beep" when this
  136.     happens.  It means you have a memory size conflict.
  137.     The machine has been mis-configured.
  138.     
  139.       This is a little known fact about 16-bit vs 8-bit option cards.  It
  140.     has caused more than one person to go crazy tracking down what they
  141.     swear is a bug in the program.  It is not, it is a flaw in the design
  142.     of the ISA bus.  The signal MEMCS16- must be returned the same for
  143.     every 128k block of memory:
  144.     
  145.         B0000-CFFFF    Must all be either 8-bit or 16-bit.
  146.         D0000-FFFFF    Must all be either 8-bit or 16-bit.
  147.     
  148.       In your particular configuration (WD8013 @ cc000) I suspect that
  149.     you have another board in the B0000-CFFFFF region that is 8-bit, i.e.
  150.     your Adaptec has an 8-bit BIOS on it!
  151.     
  152.       Try moving the board to the 0xD0000 region and see if it works there,
  153.     you may still have a problem as many modern system BIOSes are now
  154.     8-bit.
  155.     If your system BIOS is 8-bit, try shadowing the system BIOS region
  156.     at 0xF0000 to 0xFFFFF, this effectively turns it into a 16-bit BIOS.
  157.     
  158.       Do not attempt to shadow the WD8013, it well cause you many
  159.       headaches.
  160.     
  161.       As always, works for me, you mileage may vary..
  162.     
  163.  
  164. 3.1.6    I found a bug in the kernel.  How do I report it?
  165.  
  166.     Both NetBSD and FreeBSD include a facility called 'bugfiler'.  
  167.     While the instructions are included in both system, there is 
  168.     still some apparent confusion about when to use (and when to
  169.     NOT use) bugfiler.
  170.  
  171.     Jordan K. Hubbard (jkh@whisker.lotus.ie)  provides us with this
  172.     short article.
  173.  
  174.     To send bug reports, you want to use the sendbug(1) command.
  175.     The entire package for sending and filing these bugs is known 
  176.     as "the bugfiler", which is where the confusion stepped in, 
  177.     but sendbug is definately the command you want to use.
  178.  
  179.     Second, it doesn't take a "net connection" to use sendbug, 
  180.     since all it does is package up your "bug report form" and mail 
  181.     it to us; no direct internet connectivity is required, just mail.
  182.  
  183.     So if you can send internet mail you can use sendbug, or you can 
  184.     also send mail to the `FreeBSD-bugs@freefall.cdrom.com' address 
  185.     (do NOT send it to FreeBSD.cdrom.com since it will BOUNCE, this 
  186.     is not the place to send bugs to, just to ftp stuff from!).
  187.  
  188.     NetBSD has a similar facility, but has a different host for bug 
  189.     reports.
  190.  
  191.  
  192. 3.1.7    Can someone please give a reasonably clear set of instructions 
  193.     as to how to get a "current" version of NetBSD running?
  194.  
  195.     Marc Wandschneider <marcwan@microsoft.com> provided this description
  196.     of what he did to upgrade to the current version of NetBSD:
  197.  
  198.     1. Delete the old source tree, saving what I wanted to (a bunch
  199.     of files moved around, and just unpacking the new one over the old
  200.     will cause some problems)
  201.  
  202.     2. Unpacked the new source tree.
  203.  
  204.     3. ran the following sequence of commands:
  205.  
  206.  
  207.         cd /usr/src/share/mk; make install
  208.         cd /usr/src/include; make && make install
  209.            setenv LDSTATIC -static
  210.            setenv NOPIC
  211.         cd /usr/src/lib/libc; make && make install
  212.         cd /usr/src/gnu/lib/libmalloc; make && make install
  213.            cd /usr/src/gnu/usr.bin/gas; make && make install
  214.            cd /usr/src/gnu/usr.bin/ld; make && make install
  215.         # You'll probably get some barfage from the above because 
  216.         # ld.so won't build yet.  Ignore it and install ld anyway.
  217.            cd /usr/src/gnu/usr.bin/gcc; make && make install
  218.            unsetenv NOPIC LDSTATIC
  219.            cd /usr/src/lib ; make && make install
  220.            cd /usr/src/gnu/lib ; make && make install
  221.         cd /usr/src/gnu/usr.bin/ld; make && make install
  222.            cd /usr/src; make && make install
  223.  
  224.  
  225.     NOTE: At some point, you might very well come across an unresolved
  226.     external __DYNAMIC in crt0.o.  If this happens, edit the makefile
  227.     for crt0.o (lib/csu/i386) and remove the -DDYNAMIC flag)
  228.     make && make install.  Then put the flag back in the makefile
  229.     (but don't rebuild it until the natural order of things dicates
  230.     that it happen)
  231.  
  232.     And Theo Deraadt provides this guidance when you get an error like 
  233.     "init_main.o: Undefined symbol _pdevinit referenced from text segment."
  234.  
  235.     You need to
  236.         (1) install new config
  237.         (2) make clean
  238.         (3) re-config your kernel
  239.     then this goes away
  240.  
  241.  
  242. 3.2    What exactly is this config file, anyway?  What are all of these 
  243.     cryptic notations?
  244.  
  245.     I've annotated the distributed GENERICISA file;  my comments are 
  246.     delineated by the '--' symbols.
  247.  
  248.     #
  249.     # GENERICISA -- Generic ISA machine -- distribution floppy
  250.     #
  251. --  BSD can be compiled for different hardware platforms, so it is important to
  252. --  define the hardware types.  386bsd can only be built for 386 or
  253. --  compatible machines, so this is sort of superfluous, but maintains
  254. --  compatibility with standard BSD config files.
  255.     machine        "i386"
  256.     cpu        "i386"
  257. --  The ident describes the machine for which this kernel is to be built.
  258. --  It is usually the system name -- "ROKKAKU", "REF", or whatever.
  259. --  This can be used for conditional compilation, so that kernel changes
  260. --  can be compiled in only for one machine.
  261.     ident        GENERICISA
  262. --  This should indicate the timezone of the system relative the
  263. --  Greenwich.   8 is PST;  4 is EST.  Somebody else might want to discuss
  264. --  this more fully.
  265.     timezone    8 dst
  266. --  maxusers isn't strictly checked;  it is just used to size several
  267. --  system data parameters.
  268.     maxusers    10
  269. --  The options control the conditional compilation of features into the
  270. --  kernel.  The options can be listed all on a line separated by commas.
  271. --  They are #define'ed when the kernel is compiled, so that #ifdef's
  272. --  will work.  An option can be given a value by appending an equals sign
  273. --  and a value (enclosed in double quotes) to the option name.
  274.     
  275. --  Hopefully the names are at least somewhat self-explanatory.  To
  276. --  discover what everything does, you'd have to go through the kernel
  277. --  looking for all of the appropriate #ifdef's.
  278.     
  279. --  [Perhaps somebody else could list the *exact* meanings of these
  280. --  options and some of the other possible options?]
  281.     options        INET,ISOFS,NFS
  282.     options        "COMPAT_43"
  283.     options        "TCP_COMPAT_42"
  284.     
  285. --  The config line controls the location of the root, swap, and dump
  286. --  devices.  Anything not specified is defaulted.  This is where you add
  287. --  support for multiple swap devices.  Just list 'em, separated by 'and'.
  288. --  The config line below identifies the root drive as wd0 and the
  289. --  swap drives as wd0 and as0.  See the section on swap devices in FAQ_02
  290. --  for additional information.
  291.     config        "386bsd"    root on wd0 swap on wd0 and as0
  292. --  A 'controller' is a device or bus controller.  'isa' is obviously for
  293. --  the ISA bus.  'wd0' is for regular disk controllers,  'fd0' is for the
  294. --  floppies, and 'as0' is for SCSI disk controllers.
  295.     controller    isa0
  296. --  The fields work as follows:
  297.     
  298. --  a.  What do you call this device?  
  299. --  b.  What controller is this on?  As you can see, the disk controller
  300. --  talks to the ISA bus, and the disks talk to the disk controller.
  301. --  c.  Where are the registers for the controller mapped into memory?
  302. --  This is #defined in /sys/i386/isa/isa.h.
  303. --  d.  What IRQ is this device set up for?
  304. --  e.  What routine should be called on an interrupt from the device?
  305.     
  306. --             a          b           c             d           e
  307. --            vvv        vvv       vvvvvvv          vv        vvvvvv
  308.     controller    wd0    at isa? port "IO_WD1" bio irq 14 vector wdintr
  309. --  You need a 'disk' entry for every disk on the controller.  In the
  310. --  config file originally shipped with 386bsd, both hard disks were 
  311. --  incorrectly identified as wd0.  Be sure to change the second occurrence 
  312. --  to wd1, as I have done in below.
  313.     disk        wd0    at wd0 drive 0
  314.     disk        wd1    at wd0 drive 1
  315.     
  316.     controller    fd0    at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
  317.     disk        fd0    at fd0 drive 0
  318.     disk        fd1    at fd0 drive 1
  319.  
  320. --  The 'drq' specifies the channel used for bus-mastering DMA.
  321.     controller    as0    at isa? port 0x330 bio irq 11 drq 5 vector asintr
  322.     disk        as0    at as0 drive 0
  323.     disk        as1    at as0 drive 1
  324.  
  325. --  Define other physical devices.  pc0 is the keyboard, npx0 drives the
  326. --  math coprocessor, and com* controls the com ports.
  327.     device        pc0    at isa? port "IO_KBD" tty irq 1 vector pcrint
  328.     device        npx0    at isa? port "IO_NPX" irq 13 vector npxintr
  329.     device        com1    at isa? port "IO_COM1" tty irq 4 vector comintr
  330.     device        com2    at isa? port "IO_COM2" tty irq 3 vector comintr
  331.     
  332. --  Ethernet drivers of various sorts and the particular configuration
  333. --  information they require.  For most installations, only one of these 
  334. --  devices would normally be defined.
  335.     device we0 at isa? port 0x280 net irq 2 iomem 0xd0000 iosiz 8192 vector weintr
  336.     device ne0 at isa? port 0x300 net irq 2 vector neintr
  337.     device ec0 at isa? port 0x250 net irq 2 iomem 0xd8000 iosiz 8192 vector ecintr
  338.     device is0 at isa? port 0x280 net irq 10 drq 7 vector isintr
  339.  
  340. --  Tape driver
  341.     device        wt0    at isa? port 0x300 bio irq 5 drq 1 vector wtintr
  342.     
  343. --  The TCP/IP loop-back device, ethernet interface, slip interface, log
  344. --  device, and pseudo-terminals.
  345.     pseudo-device    loop
  346.     pseudo-device    ether
  347.     pseudo-device    sl    2
  348.     pseudo-device    log
  349.     pseudo-device    pty    4
  350.     
  351. --  Devices required by VM. 
  352.     pseudo-device    swappager
  353.     pseudo-device    vnodepager
  354.     pseudo-device    devpager
  355.  
  356.     Normally, there is an annotated configuration file called ALL which
  357.     gives a list of all of the options for the configuration file.
  358.     
  359.  
  360. 3.2.1    Okay, fine.  Why shouldn't I just add every device I can find to
  361.     the kernel, so I'll never have to recompile this again?
  362.  
  363.     Because it takes up space.  The kernel is wired into memory, so every 
  364.     byte it uses comes out of the pool of memory for everything else.  It 
  365.     can't page out sections that aren't in use.  If your kernel is larger 
  366.     than 640K, then it can't be loaded.  You'll need to use Julian Elischer's
  367.     bootblocks to put it in high memory, which seem to be fairly complex.
  368.     Installing them (once they are compiled) is as easy as using disklabel.
  369.  
  370.  
  371. 3.2.2    What should I remove from the kernel?
  372.  
  373.     What do you need?  If you only have an SCSI controller, you don't 
  374.     need the wd0 device;  if you have another kind of disk controller, 
  375.     you don't need as0.  Unless you actually HAVE more than one Ethernet 
  376.     controller, you should comment out all but one of them.  If you don't 
  377.     have an ethernet controller, you don't need any of the controllers or 
  378.     NFS compiled in.   Without a CD-ROM, ISOFS is kind of pointless.  Just 
  379.     look at what you have and think about what you really need.
  380.  
  381.  
  382. 3.2.3    I can't get enough remote login sessions or xterm sessions.  What
  383.     can I do?
  384.  
  385.     Increase the count of pseudo-terminals --
  386.  
  387.     pseudo-device    pty    12  # or whatever
  388.  
  389.     Every pseudo terminal should have a /dev/pty* entry.  If you have 12
  390.     pseudo terminals, you should also have at least 12 pty devices in the
  391.     /dev directory.  The MAKEDEV script in /dev will create as many pseudo-
  392.     terminals as you tell it to.
  393.  
  394.  
  395. 3.2.4    How do I get ddb, the kernel debugger, compiled into the kernel
  396.     and running?
  397.  
  398.     Add the following line to the configuration file:
  399.  
  400.     pseudo-device    ddb
  401.  
  402.     Build the kernel, then run dbsym on it:
  403.  
  404.     % dbsym ./386bsd
  405.  
  406.     Install it and go for it.  Ctl-Alt-Esc drops you into the debugger.
  407.  
  408.     Note: DDB as shipped originally is a memory hog, and it is very
  409.     difficult to get a kernel small enough with enough fun things in it
  410.     to debug in 640K
  411.  
  412.  
  413. 3.2.5    Can I have more than one config file?  Should I rename it to something
  414.     else?  Any other hints?  
  415.  
  416.     You can create as many (or as few) config files as you desire.  The 
  417.     system, once the patchkit is applied, will have between 10 and 15, 
  418.     each of which implements certain functions or features.  In addition, 
  419.     the normal place for the patchkit to make changes to the config files 
  420.     is in the GENERICISA file.  Since this file should remain unchanged 
  421.     and available, it is always a good idea to copy this file to a 
  422.     meaningful name and modify that file.  In other words, change every 
  423.     reference in 3.1.1 from GENERICISA to HAL (or whatever you call your 
  424.     system).
  425.  
  426.     One final note.  Every /sys/compile directory takes up 800K or so;
  427.     you might want to watch to see how big these all get.
  428.  
  429.  
  430.  
  431. 3.2.6    What is the meaning of the trap codes I get in panic messages?
  432.     Sometimes this message appears in the form "trap type nn".
  433.  
  434.     That message means that the system received an unexpected (and
  435.     unwanted) trap that probably indicates some form of kernel bug.
  436.     These traps, are usually received from the kernel, in which case
  437.     the trap.h definitions should be used.
  438.  
  439.     The number (which appears in place of "nn" above) is *NOT* the 
  440.     i386 or i386 trap type, it is a BSD-defined trap type number.
  441.  
  442.     The definitions of the various trap types can be found in
  443.     /usr/include/machine/trap.h.
  444.  
  445.     two of the more common ones are:
  446.           9    T_PROTFLT    protection fault
  447.                 (The kernel tried executing code
  448.                 which was not noted as "executable".
  449.                 This happens if the kernel jumps to
  450.                 a bogus location.)
  451.          12    T_PAGEFLT    page fault
  452.                 (The kernel tried to access a bogus
  453.                 area of memory.  This can happen if
  454.                 an invalid pointer is dereferenced.)
  455.  
  456.  
  457.     This is a list of i386 trap codes (just to confuse the issue).
  458.  
  459. Trap    0    Divide Error
  460.         The DIV or IDIV instruction is executed with a zero denominator
  461.         or the quotient is too large for the destination operand.
  462.     
  463.     
  464. Trap    1    Debug Exceptions
  465.         Used in conjunction with DR6 and DR7, The following flags
  466.         need to be tested to determine what caused the trap:
  467.         BS=1                Single-step trap
  468.         B0=1 AND (GE0=1 or LE0=1)    Breakpoint, DR0, LEN0, R/W0
  469.         B1=1 AND (GE1=1 or LE1=1)    Breakpoint, DR1, LEN1, R/W1
  470.         B2=1 AND (GE2=1 or LE2=1)    Breakpoint, DR2, LEN2, R/W2
  471.         B3=1 AND (GE3=1 or LE3=1)    Breakpoint, DR3, LEN3, R/W3
  472.         BD=1                Debug registers not available,
  473.                         in use by ICE-386
  474.         BT=1                Task Switch
  475.             
  476.     
  477. Trap    2    NMI Interrupt
  478.         On PC/AT systems, the NMI input to the CPU is usually
  479.         connected to the main memory parity circuit.  By the time the
  480.         error signal is generated, the data may have already been
  481.         used in an instruction, so it isn't possible to reliably
  482.         recover.
  483.     
  484.         And some not-so-common causes (from various sources):
  485.  
  486.           PS50+ : I/O channel check, system watch-dog timer 
  487.           time-out interrupt, DMA timer time-out interrupt
  488.  
  489.           parity errors on any 8-bit or 16-bit board pulling the 
  490.           IOCHCK* line low 
  491.  
  492.           first generation of auto-switching EGA cards used NMI to trap port
  493.           access for CGA emulation (e.g., ATI's EGA Wonder)
  494.     
  495.           Zeos Notebook low battery (perhaps other battery-based 
  496.           computers)
  497.  
  498.  
  499. Trap    3    Breakpoint
  500.         The result of executing an INT 3 instruction.  MS-DOS and
  501.         Windows and some other non-386 systems use this for debugging.
  502.         Code specific to the 386 and later processors should use
  503.         the debugging features tied to Trap 1.
  504.     
  505.     
  506. Trap    4    INT0 Detected Overflow
  507.         Occurs if an INT0 instruction is executed and the overflow
  508.         flag (OF) is currently set.
  509.     
  510.     
  511. Trap    5    BOUND Range Exceeded
  512.         Occurs if the BOUND instruction is executed and the array
  513.         index points beyond the area of memory containing the array
  514.         being tested.
  515.     
  516.     
  517. Trap    6    Invalid Opcode
  518.         The value read at CS:IP is not a valid opcode.
  519.     
  520.     
  521. Trap    7    Coprocessor Not Available
  522.         This occurs if the processor fetches an instruction that is
  523.         for the coprocessor and no coprocessor is present.
  524.     
  525.     
  526. Trap    8    Double Exception (Fault)
  527.         An exception occurred while trying to execute the handler
  528.         for a prior exception.  Example, an application causes a
  529.         General Protection Fault (13) and the area of memory where
  530.         the GPF handler should be is flagged not-present (paged-out?).
  531.         The double-fault handler is invoked in these conditions.
  532.         If a fault occurs while trying to run the double-fault handler,
  533.         a triple-fault occurs and the CPU resets.
  534.     
  535.         The rules for deciding if a double-fault should occur or
  536.         if the two faults can be handled serially are discussed in
  537.         more detail in the Intel song book.
  538.     
  539.     
  540. Trap    9    Coprocessor Segment Overrun
  541.         A page or segment violation occurred while transferring
  542.         the middle part of a coprocessor operand to the NPX.
  543.     
  544.     
  545. Trap    10    Invalid Task State Segment
  546.         During a task switch, the new TSS was invalid.  Here is
  547.         a table of conditions that Invalidate the TSS:
  548.         TSS id + EXT    The limit in the TSS descriptor is < 103
  549.         LTD id + EXT    Invalid LDT selector or LDT not present
  550.         SS id + EXT    Stack segment selector is outside table limit
  551.         SS id + EXT    Stack segment is not a writable segment
  552.         SS id + EXT    Stack segment DPL does not match new CPL
  553.         SS id + EXT    Stack segment selector RPL <> CPL
  554.         CS id + EXT     Code segment is outside table limit
  555.         CS id + EXT    Code segment selector does not refer to
  556.                     code segment
  557.         CS id + EXT    DPL of non-conforming code segment <> new CPL
  558.         CS id + EXT    CPL of conforming code segment > new CPL
  559.         DS/ES/FS/GS id + EXT    DS, ES, FS or GS segment selector is
  560.                     outside table limits
  561.         DS/ES/FS/FS id + EXT    DS, ES, FS, or GS is not readable
  562.                     segment
  563.  
  564.  
  565. Trap    11    Segment Not Present
  566.         Occurs when the "present" bit of a descriptor is zero.
  567.         This can occur while loading any of these segment registers
  568.         CS, DS, ES, FS, or GS.  Loading SS causes a Stack fault.
  569.         Also occurs when attempting to use a gate descriptor that is
  570.         marked "not present", and if attempting to load the LDT with
  571.         an LLDT instruction.  Note that loading the LDT during a
  572.         task switch causes an "invalid TSS" trap.
  573.  
  574.  
  575. Trap    12    Stack Fault
  576.         A limit violation relating to an address referenced off
  577.         the SS register.  Includes POP, PUSH, ENTER and LEAVE
  578.         opcodes, as well as references such as MOV AX,[BP+8]
  579.         (which has an implied SS:).
  580.         Also causes by loading SS with a descriptor that is marked
  581.         "not present".
  582.  
  583.  
  584. Trap    13    General Protection Fault (GPF)
  585.         Americas Favorite, in the Windows 3.0 world, it is known as
  586.         the UAE error.  The instruction tried to access data out of
  587.         the bounds designated by the descriptors.  The access that
  588.         failed can be a read, write or instruction fetch.  There are
  589.         15 classifications of GPFs:
  590.         1.  Exceeding segment limit when using CS, DE, ES, FS or GS.
  591.         2.  Exceeding segment limit when referencing a descriptor
  592.             table.
  593.         3.  Transferring control to a segment that is not executable.
  594.         4.  Writing into a read-only data segment or into a code
  595.             segment.
  596.         5.  Reading from an execute-only segment.
  597.         6.  Loading the SS register with a read-only descriptor
  598.             (unless the selector comes from the TSS during a task
  599.             switch, in which case a TSS exception occurs.)
  600.         7.  Loading SS, DS, ES, FS or GS with the descriptor of a
  601.             system segment.
  602.         8.  Loading, DS, ES, FS or GS with the descriptor of an
  603.             executable segment that is not also readable.
  604.         9.  Loading SS with the descriptor of an executable segment.
  605.         10. Accessing memory via, DS, ES, FS or GS when the segment
  606.             register contains a null selector.
  607.         11. Switching to a busy task.
  608.         12. Violating privilege rules.
  609.         13. Loading CR0 with a PG=1 and PE=0.
  610.         14. Interrupt or exception via trap or interrupt gate from
  611.             V86 mode to privilege level other than zero.
  612.         15. Exceeding the instruction limit of 15 bytes (this can
  613.             only occur if redundant prefixes are placed before an
  614.             instruction).
  615.         To determine which condition caused the trap, you need
  616.         the instruction, the contents of all associated registers,
  617.         particularly the segment registers involved, then the various
  618.         LDT, GDT and page control tables.  Lots of common coding
  619.         errors cause the GPFs.  Even a stack imbalance will usually
  620.         show up as a GPF.   Even MOV AX,7 MOV ES,AX or 
  621.         MOV AX,5 PUSH AX POP DS will get a GPF error.  You can't
  622.         use a segment register for "temporary storage" of any
  623.         old value the way you could on the 8086.  The values loaded
  624.         into the segment registers are checked in protected mode.
  625.  
  626.  
  627. Trap    14    Page Fault
  628.         The page directory or page table entry needed for the address
  629.         translation has a zero in the present bit, or the current
  630.         procedure does not have sufficient privilege to access the
  631.         indicated page.
  632.  
  633. Trap    15    (reserved)
  634.  
  635.  
  636. Trap    16    Coprocessor Error
  637.         The coprocessor asserted the ERROR# input pin on the 386
  638.         (internal on the 486)
  639.  
  640.  
  641. Trap    17    Alignment Check (486 and later)
  642.         If enabled, this trap will occur if a data fetch does not
  643.         occur on a word boundary.  I don't know of any software that
  644.         activates this feature yet.  I have seen SCO UNIX get this
  645.         error on early Cyrix processors, even though SCO had not
  646.         enabled the feature.
  647.  
  648.  
  649. Trap    18-32    (reserved)
  650.  
  651. [answered by     Frank Durda IV <uhclem@nemesis.lonestar.org>    and
  652.         jim mullens jcm@ornl.gov  -or- mullens@jamsun.ic.ornl.gov]
  653.     
  654. -------------------------------------------------------------------------------
  655.  
  656. 3.2.7    I have been getting a lot of "virtual memory exhausted" errors when 
  657.     I am compiling a program with a really big static array.  I have 
  658.     128Meg of memory and 8Gig of swap.  How can this be happening?
  659.  
  660.     If you are using Csh, you can simply unlimit your processes in 
  661.     your csh.cshrc file.  You can also modify your kernel so that the
  662.     amount of memory available is less limiting.  J"org Wunsch 
  663.     (j@tcd-dresden.de) provides us with this brief description:
  664.  
  665.     From a recent posting i just made, regarding the problem how much
  666.     virtual memory one could get.
  667.  
  668.     | On the other hand, i've also changed the definitions you
  669.     | mentioned. But i didn't like to modify the header files, and
  670.     | actually, modifying the values is as easy as:
  671.     | 
  672.     | options        "DFLDSIZ='(16 * 1024 * 1024)'"
  673.     | options        "MAXDSIZ='(64 * 1024 * 1024)'"
  674.     | 
  675.     | Include the above lines into your kernel's config file, reconfig
  676.     | and rebuild it.
  677.     | 
  678.  
  679.     This is just a hint for those people poking around with compiling
  680.     large source files. Especially, due to some gcc problems with large
  681.     static arrays, compiling X applications with huge bitmaps would
  682.     cause virtual memory trouble. Increasing the limits (o'course, as
  683.     long as the h/w resources suffice) could help there.
  684.  
  685.     The default definitions for the above parameters are found in
  686.     /usr/include/machine/vmparam.h.
  687.  
  688.  
  689. 3.2.8    Where can I learn more about all this?
  690.  
  691.     We've skipped over a lot of details here;  the straight dope comes from
  692.     "Building Berkeley UNIX Kernels with Config", by Samuel J. Leffler and
  693.     Michael J. Karels. 
  694.  
  695. 3.3    X11/XFree86/XS3
  696. 3.3.1    What options should I define to get the X extensions included?
  697.  
  698.     Once you have applied the patch kit, the only thing left to do is to
  699.     modify the config file to include the following line:
  700.  
  701.     options    XSERVER, UCONSOLE
  702.  
  703.     recompile the kernel and the kernel should support X.
  704.  
  705. 3.3.2    Where can I get the FAQ for 'X'?
  706.  
  707.     Answers to frequently asked questions about XFree86 on 386BSD are
  708.     available by anonymous ftp from agate.berkeley.edu (128.32.136.1) in
  709.     /pub/386BSD/0.1-ports/XFree86-1.2/XFree86-1.2-386BSD-FAQ.  It
  710.     supplements the more introductory material distributed with XFree86 
  711.     1.2 in README.386BSD.  It also supplements Steve Kotsopoulos' more 
  712.     general 'X on Intel-based Unix' FAQ available by anonymous ftp from
  713.     export.lcs.mit.edu in /contrib/Intel-Unix-X-faq.
  714.  
  715.  
  716. 3.3.3    Why does X drop characters when using xdm?   When I run xdm 
  717.     from the console, it keeps losing keystrokes and the shift keys 
  718.     don't always work.  Why?
  719.  
  720.         You need to run xdm with the -nodaemon flag.  The reason is
  721.         xdm normally detaches from the keyboard.  This allows other
  722.         processes (like getty) to return to reading from the keyboard.
  723.         A race condition results, where some keystrokes are sent to
  724.         xdm and others are sent to other processes.  Using the
  725.         -nodaemon flag causes xdm to stay attached to the keyboard
  726.         so no other process can use it.  This answer comes from Michael 
  727.         C. Newell (root@wanderer.nsi.nasa.gov)
  728.  
  729.     This bit of trivia is also covered in detail in the X FAQ and 
  730.     the README that accompanies XFree86.
  731.  
  732.  
  733. 3.4    Compiler and Library routines
  734.  
  735.     There are several questions that could probably be included
  736.     here.  See also Section 4 for some of the more common 'missing
  737.     modules' that also happen to be library routines.
  738.  
  739.  
  740. 3.4.1    Which C compiler is shipped with my Net/2 derived BSD? 
  741.  
  742.     The standard compiler released with 386bsd 0.1 is GCC 1.38.  This
  743.     version is considered by many people to be the most stable of
  744.     the GCC versions.  All other Net/2 derived BSD systems have both 
  745.     1.38 and 2.4+ available.  NetBSD 0.9, for example, is completely 
  746.     compilable using GCC 2.5.5, which is included as the default
  747.     compiler.  FreeBSD will also ship with the same compiler.
  748.  
  749. 3.4.2    Where is libcompat.a?
  750.  
  751.     The library libcompat.a is (working from memory here) completely
  752.     deprecated in 386bsd.  The only exceptions might be the re_comp
  753.     and re_exec routines, which are discussed in detail in section 4.
  754.  
  755.     The easiest way around not having a libcompat.a is to simply link 
  756.     it to a small library, since virtually every other function that
  757.     is expected in libcompat.a is already include libc.a.
  758.  
  759.  
  760. -- 
  761. TSgt Dave Burgess
  762. NCOIC Applications Programming Branch
  763. US Strategic Command, Offutt AFB, NE
  764. burgessd@j64.stratcom.af.mil
  765.