This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# Written by Will Senn. Create a bootable SimH tap file to install the system. | |
# Originally Based on Hellwig Geisse’s mktape.c and inspired by various Perl scripts | |
# Argument handling borrowed from Allen Garvin's mk-dist-tape.py | |
# | |
# created 20171012.1924 | |
# coverted to python 20220120.1019 in prep for a better generalized version | |
# generalized by adding argument handling |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Issue with sound in FBSD 11.1 on 20" iMac Early 2008 (iMac8,1) | |
I recently (yesterday) installed FreeBSD 11.1 as the sole OS on my iMac. | |
I have KDE installed and working. | |
I tried a youtube video in firefox, and no sounds came from the speakers (which worked fine in Mac OS X) | |
I tried sudo cat /dev/random /dev/dsp, and no sound | |
Here are loader.conf, sndstat, and dmesg messages that seem to indicate "it oughta work" | |
How should I go about finding out if there is a misconfiguration? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#******************************************************************** | |
#** _00-readme-freebsd-11.1-imac.txt | |
#** This note describes the proces of installing FreeBSD 11.1 | |
#** on an Intel iMac (early 2008) | |
#** xref _00-readme-freebsd-11.txt | |
#** last update 20170822.2034 | |
#******************************************************************** | |
--------------------------------------------------------------------- | |
-- System Specifications: | |
--------------------------------------------------------------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Note: | |
ADVENT will compile in FB and run in SJ | |
PC is not available in XM, but it is in FB | |
Devices | |
DL RL01/RL02 Cartridge Disk | |
DM RK06(13M)/RK07(26M) Cartridge Disk | |
DU MSCP Disk-Class Handler | |
RA60(195MB)/RA80/RA81/RA82(594MB) Disk |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
att rq1 f77v5b.dsk | |
.IND du1:INSTAL.COM | |
; | |
; FORTRAN-77/RT-11 Installation procedure for RX50 diskette distribution | |
; Version 5.0 | |
; | |
; This procedure will build the working FORTRAN-77 on SY: | |
; | |
* Enter the name of the device holding the distribution files [ddn:] [S]: du1: | |
; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Episode 3 | |
Full Blown X Windows Environment | |
Plasma (KDE) | |
Prereqs | |
Base System Install on VirtualBox (see the first video) | |
Overview | |
Objectives: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Episode 2 | |
Basic X Windows Environment | |
TWM & Lumina | |
This video is drawn from the July 31 presentation of FreeBSD Fridays: | |
FreeBSD InstallFest- Part 2 by rollerangel | |
Prereqs | |
Base System Install on VirtualBox (see the first video) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#********************************************************************* | |
#** Short Version of How to Install FreeBSD 12.1 in VirtualBox 6.1 | |
#********************************************************************* | |
We will take about 15 minutes to complete the install. | |
Prepare | |
Install | |
Configure | |
Test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/********************************************************************* | |
** freebsd-device-driver-development.txt | |
** last modified 20200729.1151 | |
*********************************************************************/ | |
Download 8.4 dvd 1 | |
aria2c http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/i386/ISO-IMAGES/8.4/FreeBSD-8.4-RELEASE-i386-dvd1.iso | |
Create a new virtual box instance | |
freebsd32 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- mode: ruby -*- | |
# vi: set ft=ruby : | |
Vagrant.configure("2") do |config| | |
config.vm.box = "freebsd/FreeBSD-12.0-STABLE" | |
# forward SCM-Manager port to host | |
config.vm.network "forwarded_port", guest: 8080, host: 8080 | |
# add some more memory |
NewerOlder