summarylogtreecommitdiffstats
path: root/sheepshaver.install
diff options
context:
space:
mode:
authorEric DeStefano2018-09-08 17:10:17 +0200
committerEric DeStefano2018-09-08 17:10:17 +0200
commit71b06bb70830170ed196e3b326d7cbaecbd673dc (patch)
tree40af62b93e11d0250cbe5b889187e6c5c2ab3fa5 /sheepshaver.install
downloadaur-71b06bb70830170ed196e3b326d7cbaecbd673dc.tar.gz
First commit to upload SheepShaver for Arch Linux
Diffstat (limited to 'sheepshaver.install')
-rw-r--r--sheepshaver.install25
1 files changed, 25 insertions, 0 deletions
diff --git a/sheepshaver.install b/sheepshaver.install
new file mode 100644
index 000000000000..30e4a0049a0d
--- /dev/null
+++ b/sheepshaver.install
@@ -0,0 +1,25 @@
+post_install()
+{
+ echo ""
+ echo "***********************************************************************************"
+ echo " In order for SheepShaver to run, you must execute:"
+ echo " sudo sysctl vm.mmap_min_addr=0"
+ echo ""
+ echo " ...or reboot, and /etc/sysctl.d/99-sheepshaver.conf will take care of it for you."
+ echo "***********************************************************************************"
+ echo ""
+ echo ""
+ echo "******************************************************************************************"
+ echo " If you want networking support in SheepShaver, you'll need to build the kernel module."
+ echo " 1) Make sure linux-headers is installed with pacman"
+ echo " 2) cd src/cebix-macemu-2e302d6/SheepShaver/src/Unix/Linux/NetDriver"
+ echo " 3) Type: make"
+ echo " 4) Type: sudo make dev"
+ echo " 5) Type: sudo chown <your_username> /dev/sheep_net"
+ echo " 6) Type: sudo make install"
+ echo " 7) Type: sudo modprobe sheep_net"
+ echo "******************************************************************************************"
+ echo ""
+
+}
+