Skip to content

Instantly share code, notes, and snippets.

@mbelop
Created June 17, 2018 22:08
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mbelop/dbe66c6cdd2fa4390b3d611f713d8ee3 to your computer and use it in GitHub Desktop.
Save mbelop/dbe66c6cdd2fa4390b3d611f713d8ee3 to your computer and use it in GitHub Desktop.
# cd /usr/src && (ftp -o - https://ftp.hostserver.de/pub/OpenBSD/6.3/sys.tar.gz | tar -xzvf -)
# cd /usr/src/sys && cvs -d anoncvs@ftp.hostserver.de:/cvs up -PAdrOPENBSD_6_3 .
# cd /usr/src/sys/dev/usb && patch -sp0 </tmp/pauls.diff
# cd /usr/src/sys/arch/amd64/conf && config GENERIC.MP
# cd /usr/src/sys/arch/amd64/compile/GENERIC.MP && make -j4 && make install
# reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment