home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / hp / 8394 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  1.2 KB

  1. From: rdg@hpfcso.FC.HP.COM (Rob Gardner)
  2. Date: Wed, 22 Jul 1992 19:10:14 GMT
  3. Subject: Re: DAT drive on 835, help please
  4. Message-ID: <7371161@hpfcso.FC.HP.COM>
  5. Organization: Hewlett-Packard, Fort Collins, CO, USA
  6. Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!elroy.jpl.nasa.gov!sdd.hp.com!hpscdc!cupnews0.cup.hp.com!hppad.waterloo.hp.com!hppad!hpfcso!rdg
  7. Newsgroups: comp.sys.hp
  8. References: <l6pa0tINNnd4@girtab.usc.edu>
  9. Lines: 19
  10.  
  11. > We are trying to introduce a new system call to the
  12. > HPUX kernel (version 8.07).  After compiling the kernel 
  13. > with the new system call, we fail to boot up the system 
  14. > (HP 9000/720 series machine) with the new kernel.  If we 
  15. > nulify the body of the new system call (empty procedures), 
  16. > the system boots up fine.  I appreciate any suggestions on 
  17. > how to go about this problem.
  18.  
  19. I hope you don't mind me answering your question with approximately the
  20. same level of detail that you have provided:
  21.  
  22. The body of your new system call has a bug.
  23.  
  24. Why don't you try "nullifying" half of the body of the call to discover
  25. which half has the bug? After that, nullify half of what's left to 
  26. narrow it down further. Repeat until you know what the bug is.
  27. Simple, no?
  28.  
  29. :-) Rob
  30.