OpenBSD-4.1.tar

From FreeOsZoo

Jump to: navigation, search

Contents

Summary

Operating System OpenBSD 4.1
Architecture x86
Creator Robert Warnke
Download Size 262 MB
Image Size 10 G
OS Website http://www.openbsd.org
Published 18:00, 22. May 2007 (CEST)
Bittorrent link http://www.oszoo.org/ftp/images/OpenBSD-4.1.tar.torrent

See also http://qemu-buch.de/

About OpenBSD 4.0

OpenBSD is a freely available Unix-like computer operating system descended from Berkeley Software Distribution (BSD), a Unix derivative developed at the University of California, Berkeley. It was forked from NetBSD (the oldest of the three most popular BSD-based operating systems still active today, with FreeBSD being the other) by project leader Theo de Raadt in late 1995. The project is widely known for the developers' insistence on open source code and quality documentation; uncompromising position on software licensing; and focus on security and code correctness. The project is coordinated from de Raadt's home in Calgary, Alberta, Canada. Its logo and mascot is Puffy, a pufferfish.

OpenBSD includes a number of security features absent or optional in other operating systems and has a tradition of developers auditing the source code for software bugs and security problems. The project maintains strict policies on licensing and prefers the open source BSD licence and its variants\u2014in the past this has led to a comprehensive licence audit and moves to remove or replace code under licences found less acceptable. In common with most other BSD-based operating systems, the OpenBSD kernel and userland programs, such as the shell and common tools like cat and ps, are developed together in a single source repository. Third-party software is available as binary packages or may be built from source using the ports collection.

OpenBSD currently runs on 16 different hardware platforms, including the DEC Alpha, Intel i386, Hewlett-Packard PA-RISC, AMD AMD64 and Motorola 68000 processors, Apple's PowerPC machines, Sun SPARC and SPARC64-based computers, the VAX and the Sharp Zaurus.


QEMU command

qemu OpenBSD-4.1-hd.img

Login

login:    root
Password: geheim

Start GUI

# startx


Image: OpenBSD4.gif

Software Installation (ports)

Looking for a port (example "qemu")

# cd /usr/ports
# make search key=qemu

Installation of "qemu"

# cd /usr/ports/emulators/qemu
# make install

After Installation

# make clean
# make clean=depends
# make clean=dist
# make clean=flavors

Shutdown

# halt
Personal tools