Creating an OpenBSD distro - BSD

Users browsing this thread: 1 Guest(s)
pizzaroll1
Long time nixers
Thanks for the encouragement! Earlier today, I pushed some new stuff which makes it actually usable. You can log in, write things using the only editor you need (cat) and even change your hostname. The latest release is here: https://github.com/kaashif/dietbsd/releases. To use it, install QEMU:

Code:
# apt-get install qemu
# pacman -S qemu
# yum install qemu
# pkg_add qemu
# pkg install qemu

Then download the image from the releases page and gunzip it:

Code:
$ gunzip dietbsd-0.0.2-amd64.fs.gz

Then use QEMU to run it (or dd to a USB stick and boot it):

Code:
$ qemu-system-x86_64 dietbsd-0.0.2-amd64.fs

You don't even need OpenBSD to run it, only QEMU. It's still pretty useless at the moment and barely does anything, but since it does the bare minimum, I can now start adding actual programs and libraries. But what programs should I add to the base system? Is there anything anyone wants to see in an OS (albeit a toy OS)?
my website: kaashif.co.uk


Messages In This Thread
Creating an OpenBSD distro - by pizzaroll1 - 23-10-2014, 10:13 AM
RE: Creating an OpenBSD distro - by pizzaroll1 - 26-10-2014, 08:49 AM
RE: Creating an OpenBSD distro - by venam - 26-10-2014, 08:57 AM
RE: Creating an OpenBSD distro - by kirby - 26-10-2014, 03:11 PM
RE: Creating an OpenBSD distro - by pizzaroll1 - 26-10-2014, 05:14 PM
RE: Creating an OpenBSD distro - by sodaphish - 29-10-2014, 11:07 PM
RE: Creating an OpenBSD distro - by pizzaroll1 - 30-10-2014, 01:08 PM
RE: Creating an OpenBSD distro - by john65 - 24-01-2015, 10:44 PM
RE: Creating an OpenBSD distro - by pizzaroll1 - 25-01-2015, 05:04 PM
RE: Creating an OpenBSD distro - by john65 - 26-01-2015, 07:18 AM
RE: Creating an OpenBSD distro - by Bones - 26-01-2015, 01:52 PM
RE: Creating an OpenBSD distro - by john65 - 26-01-2015, 08:09 PM
RE: Creating an OpenBSD distro - by john65 - 27-01-2015, 11:25 AM
RE: Creating an OpenBSD distro - by bsdkeith - 01-05-2015, 03:31 PM
RE: Creating an OpenBSD distro - by bsdkeith - 13-05-2015, 05:23 AM
RE: Creating an OpenBSD distro - by jobss - 13-05-2015, 10:25 AM