Wednesday, September 27, 2017

Setting up NFS in OpenStep

If your server or host PC supports NFS,  you can set up shared directories for OpenStep. For example, if the shared folder is nfs://192.168.1.19/nfs/ftp, you can add the imported directory in NFSManager.app as follows:


Run mount command in OpenStep to mount a remote directory as follows:
$ mount -t 192.168.8.16:/mnt/openstep /coreonion 
Reference

Wednesday, September 20, 2017

Installing OpenStep 4.2 on Parallels

NeXTSTEP is one of the most advanced operating systems from the 90s. You can understand why by watching this video:

Every feature Steve Jobs introduces in this video was already possible in 1992, which is amazing. I’ve dreamed of using NeXTSTEP ever since I learned about it, but I had never seen a running demo—only a NeXTCube. By chance, I found instructions on how to install OpenStep 4.2 on Parallels. Finally, NeXTSTEP (OpenStep 4.2) started running on my machine. o/

If you want to run OpenStep 4.2, follow this instruction. The only problem is that network doesn't work ,so you need to install a network driver. I found the solution by googling, but the link to NE2000 disk image(http://www-teaching.physics.ox.ac.uk/NextStep/NE2K_driver.fdd) was broken. Fortunately, I was able to recover the link from https://archive.org/ so you can download it.

Network setting:
1) Install the NE2K driver;
2) Shut down. Under Boot Order, make sure the hard drive is the first device, and add "devices.net.force_adapter_type=rtl"; in the boot flags.

3) Set the shared network. Reboot.
5) Open HostManager.app. Under Local choose "use local domain only".

6) Assign one of available IPs in your local network. Let the machine Reboot;
7) Add a name server in /etc/resolv.conf

Installing developer tools

There is a good video on Youtube:

The next step is to write some Objective-C code with this book and download some applications from http://www.nextcomputers.org/NeXTfiles/


References: