home *** CD-ROM | disk | FTP | other *** search
/ Amiga GigaPD 3 / Amiga_GigaPD_v3_3of3.iso / netbsd / docs / mailinglist-archive / 1993-09 / text0037.txt < prev    next >
Encoding:
Text File  |  1993-06-25  |  1.6 KB  |  38 lines

  1. >    my office).  Everytime I do newfs, it gives me the following:
  2. >          newfs: ioctl (WDINFO): Invalid Argument
  3. >          newfs: /dev/rsd0e: can't rewrite disk label
  4.  
  5.     As Markus has already mentioned, if you try and work with the
  6. file system, you'll find that it's there and all ready to go.
  7.  
  8. > 2.  My second problem, is that I can't seem to get any version of vmunix
  9. >    after 335 to work at all.  I only have 450, and 613, but both of them
  10. >    just hang, the minute they set the scsi device to synchronous mode.
  11.  
  12.     Start with the 613 kernel, get a copy of the binpatch program
  13. and the README.binpatch file.  Use binpatch to find and initialize
  14. the _inhibit_sync array.  Its format is like this:
  15.                       device
  16.                   0 1 2 3 4 5 6 7
  17. SCSI        3000  . . . . . . . .
  18. controller other  . . . . . . . .
  19.            other  . . . . . . . .
  20.     
  21. Where each '.' is a byte (I forget the names and order of the
  22. other 2 SCSI controllers which are supported).  These bytes are
  23. initialized to 0 in the kernel image; set the right byte
  24. to 1 to disable sync negotiation for a particular device.
  25.  
  26. > Also, I would like to set up a development environment for working on the
  27. > kernel, and the other parts of the os.  What i need is pointers on what
  28.  
  29.     I think you will be much happier doing development under BSD.
  30. The kernel source, along with the other stuff I mentioned is on
  31. ftp.eunet.ch, under software/os/bsd/NetBSD/NetBSD-Amiga.
  32.  
  33. --
  34. ------------------------------------------------------------------------
  35. Andy Heffernan                                            ahh@netcom.com
  36.  
  37.