Line 1: |
Line 1: |
| + | [[File:PoweredByNEXTSTEP.gif|thumb]] |
| + | [[File:Nextstepintel.jpg|thumb]] |
| + | [[File:Nsversion3.jpg|thumb]] |
| + | [[File:NeXTscreen.gif|thumb]] |
| + | |
| May also be written as NeXTStep or NEXTSTEP. This is an operating system from [[NeXT]] originally designed for their m68k hardware. | | May also be written as NeXTStep or NEXTSTEP. This is an operating system from [[NeXT]] originally designed for their m68k hardware. |
| | | |
Line 269: |
Line 274: |
| After rebooting the run fsck again, if it isn't done by the system itself. | | After rebooting the run fsck again, if it isn't done by the system itself. |
| You should be able to access the drive again now. Recovered files are placed in the /lost+found directory. | | You should be able to access the drive again now. Recovered files are placed in the /lost+found directory. |
| + | </pre> |
| + | |
| + | ===How to use a tape drive=== |
| + | <pre> |
| + | Using Configure.app add the SCSITape driver to support any SCSI tape drives in the "Others" config. |
| + | </pre> |
| + | |
| + | ===Adding fonts=== |
| + | <pre> |
| + | Adding a font to your system is as follows: |
| + | |
| + | -put your new font in |
| + | |
| + | /LocalLibrary/Fonts (for public use) |
| + | |
| + | or in |
| + | |
| + | ~/Library/Fonts (for private use) |
| + | |
| + | -in a terminal shell, type: |
| + | |
| + | buildafmdir /LocalLibrary/Fonts |
| + | |
| + | or |
| + | |
| + | buildafmdir /Users/yourname/Library/Fonts |
| + | </pre> |
| + | |
| + | ===Upgrading hard disk=== |
| + | <pre> |
| + | Well, you need a formatting in 512 byte blocks and 'Target Initiated |
| + | Synchronous Negotiation' must should be disabled. (If you can't do that |
| + | it won't work as a boot disk, but as a secondary one.) |
| + | |
| + | IBMs DCAS 2G and DNES 9G Ultra SCSI drives are fine. |
| + | |
| + | A nice drive is the Seagate Medalist ST-51080N (->1.08GB) |
| + | Flat, quiet and cool. Speed is ok. |
| </pre> | | </pre> |
| | | |