remove this floppy image.
This commit is contained in:
parent
ee8c7c4ee9
commit
4d65645cbf
@ -1,77 +0,0 @@
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
#Line starting with #PicoBSD contains PicoBSD build parameters
|
||||
#marker def_sz init MFS_inodes floppy_inodes
|
||||
#PicoBSD 2000 oinit 3072 32768
|
||||
options MD_ROOT_SIZE=2000 # same as def_sz
|
||||
|
||||
hints "PICOBSD.hints"
|
||||
machine i386
|
||||
#cpu I386_CPU
|
||||
cpu I486_CPU
|
||||
cpu I586_CPU
|
||||
cpu I686_CPU
|
||||
ident PICOBSD
|
||||
#maxusers 10
|
||||
|
||||
#options MATH_EMULATE #Support for x87 emulation
|
||||
options INET #InterNETworking
|
||||
options FFS #Berkeley Fast Filesystem
|
||||
#options NFS #Network Filesystem
|
||||
options MD_ROOT #MFS as root
|
||||
#options MSDOSFS #MSDOS Filesystem
|
||||
#options CD9660 #ISO 9660 Filesystem
|
||||
#options PROCFS #Process filesystem
|
||||
options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
|
||||
options IPFIREWALL
|
||||
options IPFIREWALL_DEFAULT_TO_ACCEPT
|
||||
options IPDIVERT
|
||||
#options DEVFS
|
||||
options NO_SWAPPING
|
||||
# Support for bridging and bandwidth limiting
|
||||
#options DUMMYNET
|
||||
#options BRIDGE
|
||||
|
||||
device isa
|
||||
device pci
|
||||
|
||||
device fdc
|
||||
|
||||
# atkbdc0 controlls both the keyboard and the PS/2 mouse
|
||||
device atkbdc 1
|
||||
device atkbd
|
||||
|
||||
device vga
|
||||
|
||||
# syscons is the default console driver, resembling an SCO console
|
||||
device sc 1
|
||||
|
||||
device npx
|
||||
|
||||
device sio
|
||||
|
||||
# The following Ethernet NICs are all PCI devices.
|
||||
#
|
||||
device miibus
|
||||
device dc
|
||||
device fxp
|
||||
|
||||
# Order is important here due to intrusive probes, do *not* alphabetize
|
||||
# this list of network interfaces until the probes have been fixed.
|
||||
# Right now it appears that the ie0 must be probed before ep0. See
|
||||
# revision 1.20 of this file.
|
||||
|
||||
device ed
|
||||
device ep
|
||||
device ie
|
||||
|
||||
device loop
|
||||
device ether
|
||||
#device tun 2
|
||||
device ppp 4
|
||||
device pty 16
|
||||
device md
|
||||
|
||||
options COMPAT_OLDISA #Use ISA shims and glue for old drivers
|
||||
|
@ -1,53 +0,0 @@
|
||||
# $FreeBSD$
|
||||
hint.fdc.0.at="isa"
|
||||
hint.fdc.0.port="0x3F0"
|
||||
hint.fdc.0.irq="6"
|
||||
hint.fdc.0.drq="2"
|
||||
hint.fd.0.at="fdc0"
|
||||
hint.fd.0.drive="0"
|
||||
hint.atkbdc.0.at="isa"
|
||||
hint.atkbdc.0.port="0x060"
|
||||
hint.atkbd.0.at="atkbdc"
|
||||
hint.atkbd.0.irq="1"
|
||||
hint.vga.0.at="isa"
|
||||
hint.sc.0.at="isa"
|
||||
hint.npx.0.at="nexus"
|
||||
hint.npx.0.port="0x0F0"
|
||||
hint.npx.0.irq="13"
|
||||
hint.sio.0.at="isa"
|
||||
hint.sio.0.port="0x3F8"
|
||||
hint.sio.0.flags="0x10"
|
||||
hint.sio.0.irq="4"
|
||||
hint.sio.1.at="isa"
|
||||
hint.sio.1.port="0x2F8"
|
||||
hint.sio.1.irq="3"
|
||||
hint.sio.2.at="isa"
|
||||
hint.sio.2.disabled="1"
|
||||
hint.sio.2.port="0x3E8"
|
||||
hint.sio.2.irq="5"
|
||||
hint.sio.3.at="isa"
|
||||
hint.sio.3.disabled="1"
|
||||
hint.sio.3.port="0x2E8"
|
||||
hint.sio.3.irq="9"
|
||||
hint.ed.0.at="isa"
|
||||
hint.ed.0.port="0x280"
|
||||
hint.ed.0.irq="5"
|
||||
hint.ed.0.maddr="0xd8000"
|
||||
hint.ed.1.at="isa"
|
||||
hint.ed.1.port="0x300"
|
||||
hint.ed.1.irq="10"
|
||||
hint.ed.1.maddr="0xd0000"
|
||||
hint.ep.0.at="isa"
|
||||
hint.ep.0.port="0x300"
|
||||
hint.ep.0.irq="10"
|
||||
hint.ep.1.at="isa"
|
||||
hint.ep.1.port="0x280"
|
||||
hint.ep.1.irq="5"
|
||||
hint.ie.0.at="isa"
|
||||
hint.ie.0.port="0x300"
|
||||
hint.ie.0.irq="5"
|
||||
hint.ie.0.maddr="0xd0000"
|
||||
hint.ie.1.at="isa"
|
||||
hint.ie.1.port="0x360"
|
||||
hint.ie.1.irq="7"
|
||||
hint.ie.1.maddr="0xd0000"
|
@ -1 +0,0 @@
|
||||
o_no_devfs="" # we have devfs
|
@ -1,39 +0,0 @@
|
||||
# $FreeBSD$
|
||||
#
|
||||
# NOTE: the string "/usr/src" will be automatically replaced with the
|
||||
# correct value set in 'build' script - you should change it there
|
||||
|
||||
# Default build options
|
||||
buildopts -DNOPAM -DRELEASE_CRUNCH -DNOSECURE -DNOCRYPT -DNONETGRAPH -DNOIPSEC
|
||||
|
||||
# other sources
|
||||
srcdirs /usr/src/bin
|
||||
srcdirs /usr/src/sbin/i386
|
||||
srcdirs /usr/src/sbin
|
||||
srcdirs /usr/src/usr.bin
|
||||
srcdirs /usr/src/gnu/usr.bin
|
||||
srcdirs /usr/src/usr.sbin
|
||||
srcdirs /usr/src/libexec
|
||||
# sources for ns & vm
|
||||
srcdirs /usr/src/release/picobsd/tinyware
|
||||
|
||||
progs hostname cat kget
|
||||
progs oinit ifconfig df sps ns vm msg
|
||||
progs cp rm ls reboot
|
||||
progs sysctl route
|
||||
progs mount umount
|
||||
progs kill natd
|
||||
|
||||
progs pppd less
|
||||
ln less more
|
||||
progs ping traceroute routed ipfw
|
||||
|
||||
progs minigzip
|
||||
ln minigzip gzip
|
||||
ln sps ps
|
||||
ln ns netstat
|
||||
ln msg dmesg
|
||||
|
||||
libs -lncurses -lmytinfo -lipx -lz -lpcap -lalias
|
||||
libs -ledit -lutil -lmd -lcrypt -lmp -lgmp -lm -lkvm
|
||||
libs -lgnuregex
|
@ -1,13 +0,0 @@
|
||||
etc/inetd.conf
|
||||
etc/master.passwd
|
||||
etc/mfs.login.conf
|
||||
etc/mfs.rc
|
||||
etc/rc
|
||||
etc/rc.conf
|
||||
etc/rc.firewall
|
||||
etc/rc.network
|
||||
etc/rc.serial
|
||||
etc/remote
|
||||
etc/shells
|
||||
etc/snmpd.conf
|
||||
etc/ttys
|
@ -1,25 +0,0 @@
|
||||
# $FreeBSD$
|
||||
# This file is interpreted by oinit(8)
|
||||
#
|
||||
ncons 2
|
||||
motd /etc/motd
|
||||
set HOME=/
|
||||
set PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin
|
||||
|
||||
sysctl vm.defer_swapspace_pageouts=1 vm.disable_swapspace_pageouts=1
|
||||
|
||||
### Special setup for one floppy PICOBSD ###
|
||||
echo
|
||||
echo "-------------------------------------------"
|
||||
echo " Please wait. The system is coming up..."
|
||||
echo "-------------------------------------------"
|
||||
echo
|
||||
echo "Reading /etc from startup floppy..."
|
||||
mount -o rdonly /dev/fd0a /start_floppy
|
||||
cd /start_floppy/etc
|
||||
cp -Rp . /etc
|
||||
cd /etc
|
||||
umount /dev/fd0a
|
||||
echo "Ok. (Now you may remove floppy if you like)"
|
||||
echo
|
||||
. rc
|
@ -1,18 +0,0 @@
|
||||
#!/bin/sh
|
||||
# $FreeBSD$
|
||||
### Special setup for one floppy PICOBSD ###
|
||||
ifconfig lo0 inet 127.0.0.1 netmask 0xffffff00
|
||||
hostname pico
|
||||
echo ""
|
||||
echo ""
|
||||
echo '+----------- PicoBSD @VER@ (ROUTER) ------------+'
|
||||
echo '| |'
|
||||
echo '| This version of PicoBSD is fully under |'
|
||||
echo '| BSD license. For more details see |'
|
||||
echo '| http://www.freebsd.org/~picobsd, or contact |'
|
||||
echo '| the author. |'
|
||||
echo '| |'
|
||||
echo '| abial@freebsd.org |'
|
||||
echo '| |'
|
||||
echo '+----------------------------------------------+'
|
||||
echo ""
|
@ -1,172 +0,0 @@
|
||||
############
|
||||
# Setup system for firewall service.
|
||||
# $FreeBSD$
|
||||
|
||||
############
|
||||
# Define the firewall type in /etc/rc.conf. Valid values are:
|
||||
# open - will allow anyone in
|
||||
# client - will try to protect just this machine
|
||||
# simple - will try to protect a whole network
|
||||
# closed - totally disables IP services except via lo0 interface
|
||||
# UNKNOWN - disables the loading of firewall rules.
|
||||
# filename - will load the rules in the given filename (full path required)
|
||||
#
|
||||
# For ``client'' and ``simple'' the entries below should be customized
|
||||
# appropriately.
|
||||
|
||||
############
|
||||
#
|
||||
# If you don't know enough about packet filtering, we suggest that you
|
||||
# take time to read this book:
|
||||
#
|
||||
# Building Internet Firewalls
|
||||
# Brent Chapman and Elizabeth Zwicky
|
||||
#
|
||||
# O'Reilly & Associates, Inc
|
||||
# ISBN 1-56592-124-0
|
||||
# http://www.ora.com/
|
||||
#
|
||||
# For a more advanced treatment of Internet Security read:
|
||||
#
|
||||
# Firewalls & Internet Security
|
||||
# Repelling the wily hacker
|
||||
# William R. Cheswick, Steven M. Bellowin
|
||||
#
|
||||
# Addison-Wesley
|
||||
# ISBN 0-201-6337-4
|
||||
# http://www.awl.com/
|
||||
#
|
||||
|
||||
if [ "x$1" != "x" ]; then
|
||||
firewall_type=$1
|
||||
fi
|
||||
|
||||
############
|
||||
# Set quiet mode if requested
|
||||
if [ "x$firewall_quiet" = "xYES" ]; then
|
||||
fwcmd="/sbin/ipfw -q"
|
||||
else
|
||||
fwcmd="/sbin/ipfw"
|
||||
fi
|
||||
|
||||
############
|
||||
# Flush out the list before we begin.
|
||||
$fwcmd -f flush
|
||||
|
||||
############
|
||||
# If you just configured ipfw in the kernel as a tool to solve network
|
||||
# problems or you just want to disallow some particular kinds of traffic
|
||||
# they you will want to change the default policy to open. You can also
|
||||
# do this as your only action by setting the firewall_type to ``open''.
|
||||
|
||||
# $fwcmd add 65000 pass all from any to any
|
||||
|
||||
############
|
||||
# Only in rare cases do you want to change these rules
|
||||
$fwcmd add 1000 pass all from any to any via lo0
|
||||
$fwcmd add 1010 deny all from 127.0.0.0/8 to 127.0.0.0/8
|
||||
|
||||
|
||||
# Prototype setups.
|
||||
if [ "${firewall_type}" = "open" -o "${firewall_type}" = "OPEN" ]; then
|
||||
|
||||
$fwcmd add 65000 pass all from any to any
|
||||
|
||||
elif [ "${firewall_type}" = "client" ]; then
|
||||
|
||||
############
|
||||
# This is a prototype setup that will protect your system somewhat against
|
||||
# people from outside your own network.
|
||||
############
|
||||
|
||||
# set these to your network and netmask and ip
|
||||
net="192.168.4.0"
|
||||
mask="255.255.255.0"
|
||||
ip="192.168.4.17"
|
||||
|
||||
# Allow any traffic to or from my own net.
|
||||
$fwcmd add pass all from ${ip} to ${net}:${mask}
|
||||
$fwcmd add pass all from ${net}:${mask} to ${ip}
|
||||
|
||||
# Allow TCP through if setup succeeded
|
||||
$fwcmd add pass tcp from any to any established
|
||||
|
||||
# Allow setup of incoming email
|
||||
$fwcmd add pass tcp from any to ${ip} 25 setup
|
||||
|
||||
# Allow setup of outgoing TCP connections only
|
||||
$fwcmd add pass tcp from ${ip} to any setup
|
||||
|
||||
# Disallow setup of all other TCP connections
|
||||
$fwcmd add deny tcp from any to any setup
|
||||
|
||||
# Allow DNS queries out in the world
|
||||
$fwcmd add pass udp from any 53 to ${ip}
|
||||
$fwcmd add pass udp from ${ip} to any 53
|
||||
|
||||
# Allow NTP queries out in the world
|
||||
$fwcmd add pass udp from any 123 to ${ip}
|
||||
$fwcmd add pass udp from ${ip} to any 123
|
||||
|
||||
# Everything else is denied as default.
|
||||
|
||||
elif [ "${firewall_type}" = "simple" ]; then
|
||||
|
||||
############
|
||||
# This is a prototype setup for a simple firewall. Configure this machine
|
||||
# as a named server and ntp server, and point all the machines on the inside
|
||||
# at this machine for those services.
|
||||
############
|
||||
|
||||
# set these to your outside interface network and netmask and ip
|
||||
oif="ed0"
|
||||
onet="192.168.4.0"
|
||||
omask="255.255.255.0"
|
||||
oip="192.168.4.17"
|
||||
|
||||
# set these to your inside interface network and netmask and ip
|
||||
iif="ed1"
|
||||
inet="192.168.3.0"
|
||||
imask="255.255.255.0"
|
||||
iip="192.168.3.17"
|
||||
|
||||
# Stop spoofing
|
||||
$fwcmd add deny all from ${inet}:${imask} to any in via ${oif}
|
||||
$fwcmd add deny all from ${onet}:${omask} to any in via ${iif}
|
||||
|
||||
# Stop RFC1918 nets on the outside interface
|
||||
$fwcmd add deny all from 192.168.0.0:255.255.0.0 to any via ${oif}
|
||||
$fwcmd add deny all from 172.16.0.0:255.240.0.0 to any via ${oif}
|
||||
$fwcmd add deny all from 10.0.0.0:255.0.0.0 to any via ${oif}
|
||||
|
||||
# Allow TCP through if setup succeeded
|
||||
$fwcmd add pass tcp from any to any established
|
||||
|
||||
# Allow setup of incoming email
|
||||
$fwcmd add pass tcp from any to ${oip} 25 setup
|
||||
|
||||
# Allow access to our DNS
|
||||
$fwcmd add pass tcp from any to ${oip} 53 setup
|
||||
|
||||
# Allow access to our WWW
|
||||
$fwcmd add pass tcp from any to ${oip} 80 setup
|
||||
|
||||
# Reject&Log all setup of incoming connections from the outside
|
||||
$fwcmd add deny log tcp from any to any in via ${oif} setup
|
||||
|
||||
# Allow setup of any other TCP connection
|
||||
$fwcmd add pass tcp from any to any setup
|
||||
|
||||
# Allow DNS queries out in the world
|
||||
$fwcmd add pass udp from any 53 to ${oip}
|
||||
$fwcmd add pass udp from ${oip} to any 53
|
||||
|
||||
# Allow NTP queries out in the world
|
||||
$fwcmd add pass udp from any 123 to ${oip}
|
||||
$fwcmd add pass udp from ${oip} to any 123
|
||||
|
||||
# Everything else is denied as default.
|
||||
|
||||
elif [ "${firewall_type}" != "UNKNOWN" -a -r "${firewall_type}" ]; then
|
||||
$fwcmd ${firewall_type}
|
||||
fi
|
@ -1,40 +0,0 @@
|
||||
1998.07.12, Warsaw, Poland
|
||||
|
||||
PicoBSD @VER@ (ROUTER)
|
||||
------------------
|
||||
|
||||
|
||||
What is PicoBSD?
|
||||
----------------
|
||||
|
||||
It's a one floppy version of FreeBSD (please see http://www.freebsd.org),
|
||||
configured as a stand-alone router. It offers also IP Firewall capabilities.
|
||||
|
||||
You can find more information on the home page of this project at:
|
||||
|
||||
http://www.freebsd.org/~picobsd/
|
||||
|
||||
What are minimal requirements?
|
||||
------------------------------
|
||||
|
||||
* 386SX CPU or better (there is an FPU emulator in kernel)
|
||||
* 4MB RAM - the more the better. The system will run a couple of small
|
||||
processes in 4MB - enough to configure static routes and IP Firewall. If
|
||||
you want to run routed(8), you'll need at least 6MB.
|
||||
* Modem sitting on COM1-COM4 (default is to use COM2), if you want to have
|
||||
a PPP connection.
|
||||
* Network card: compatible with NE2000, PCI Intel, 3Com 3c509 or with DEC
|
||||
chipsets (ed, ep, fxp and de drivers). The kernel supports two of them
|
||||
(i.e. 7 total) plus two PPP connections (tun interfaces). So you can
|
||||
easily build something like router with as many as 9 outlets :-)
|
||||
|
||||
For detailed description and list of supported hardware see the original
|
||||
documentation, or:
|
||||
|
||||
http://www.freebsd.org/~picobsd/picobsd.html
|
||||
|
||||
I'll be glad hearing from you about your experiences with PicoBSD. Thanks.
|
||||
|
||||
Have fun!
|
||||
|
||||
Andrzej Bialecki <abial@freebsd.org>
|
@ -1,39 +0,0 @@
|
||||
1998.07.12, Warszawa
|
||||
|
||||
PicoBSD @VER@ (wersja ROUTER)
|
||||
-------------------------
|
||||
|
||||
Co to jest PicoBSD?
|
||||
-------------------
|
||||
|
||||
Jest to jednodyskietkowa wersja FreeBSD skonfigurowana pod katem
|
||||
zastosowania jako router, oferuje rowniez modul IP Firewall i translacje
|
||||
adresow (NAT).
|
||||
|
||||
W celu zapoznania sie z pelnym systemem zajrzyj na http://www.freebsd.org.
|
||||
Oficjalna strona tego projektu znajduje sie na
|
||||
|
||||
http://www.freebsd.org/~picobsd.
|
||||
|
||||
Jakie sa minimalne wymagania?
|
||||
-----------------------------
|
||||
|
||||
* Procesor 386SX lub lepszy (jadro posiada emulator FPU)
|
||||
* 4MB pamieci - jest to absolutnie nieprzekraczalne minimum. Oczywiscie im
|
||||
wiecej, tym lepiej - przy tej ilosci mozliwe jest skonfigurowanie
|
||||
statycznego routingu oraz IP Firewalla; jesli potrzebujesz rowniez
|
||||
daemona routed i translacji adresow, wymagane jest minimum 6MB.
|
||||
* Modem, skonfigurowany na COM1-COM4 (standardowo system wykorzystuje COM2),
|
||||
jesli bedzie wykorzystywany dostep przez PPP.
|
||||
* Karta sieciowa: kompatybilna z NE2000, niektore typy 3Com, lub wersje PCI z
|
||||
chipsetem DEC21040 (drivery ed, ep, fxp i de). Jadro jest skonfigurowane
|
||||
tak, zeby moc obsluzyc po dwie karty ed, ep, i de (czyli w sumie siedem)
|
||||
oraz dwa polaczenia PPP rownoczesnie. Mozna wiec zbudowac router z 9
|
||||
interfejsami... :-)
|
||||
|
||||
Po dalsze szczegoly zajrzyj do oryginalnej dokumentacji.
|
||||
|
||||
|
||||
Milej zabawy!
|
||||
|
||||
Andrzej Bialecki <abial@freebsd.org>
|
@ -1,18 +0,0 @@
|
||||
Usage: bios_drive:interface(unit,partition)kernel_name options
|
||||
bios_drive 0, 1, ...
|
||||
interface fd, wd or sd
|
||||
unit 0, 1, ...
|
||||
partition a, c, ...
|
||||
kernel_name name of kernel, or ? for list of files in root directory
|
||||
options -a (ask name) -C (cdrom) -c (userconfig) -D (dual consoles)
|
||||
-d (debug early) -g (gdb) -h (serial console) -P (probe kbd)
|
||||
-r (default root) -s (single user) -v (verbose)
|
||||
Examples:
|
||||
1:sd(0,a)mykernel boot `mykernel' on the first SCSI drive when one IDE
|
||||
drive is present
|
||||
1:wd(2,a) boot from the second (secondary master) IDE drive
|
||||
1:sd(0,a)? list the files in the root directory on the specified
|
||||
drive/unit/partition, and set the default bios_drive,
|
||||
interface, unit and partition
|
||||
-cv boot with the defaults, then run UserConfig to modify
|
||||
hardware parameters (c), and print verbose messages (v)
|
@ -1,16 +0,0 @@
|
||||
Opcje: dysk_bios:kontroler(dysk,partycja)nazwa_kernela opcje
|
||||
dysk_bios 0, 1, ...
|
||||
kontroler fd (dyskietka), wd (dysk IDE) lub sd (dysk SCSI)
|
||||
dysk 0, 1, ... (numer dysku w kontrolerze)
|
||||
partycja a, c, e, f ... (wedlug nazewnictwa BSD)
|
||||
nazwa_kernela nazwa pliku kernela, lub ? zeby dostac liste plikow
|
||||
opcje -a (pytaj o rootdev) -C (cdrom) -c (userconf.) -D (podwojna konsola)
|
||||
-d (uruchom debugger) -g (gdb) -h (konsola szeregowa)
|
||||
-P (probkuj klawiature) -r (domyslny rootdev) -s (tryb single user)
|
||||
-v (verbose - szczegolowe komunikaty)
|
||||
Np: 1:sd(0,a)mykernel startuj `mykernel' z 1 dysku SCSI gdy jest tez 1 dysk
|
||||
IDE, i jednoczesnie ustaw go jako domyslny dysk_bios,
|
||||
kontroler, dysk i partycje
|
||||
-cv startuj z parametrami domyslnymi, potem uruchom
|
||||
konfiguracje param. sprzetowych (-c), i podawaj
|
||||
szczegolowe komunikaty w trakcie bootowania (-v).
|
@ -1,5 +0,0 @@
|
||||
# $FreeBSD$
|
||||
# This file should contain the addresses and aliases
|
||||
# for local hosts that share this file.
|
||||
127.0.0.1 localhost localhost.mydomain.edu
|
||||
127.0.0.1 pico.mydomain.edu
|
@ -1,5 +0,0 @@
|
||||
# $FreeBSD$
|
||||
# This file should contain the addresses and aliases
|
||||
# for local hosts that share this file.
|
||||
127.0.0.1 localhost localhost.mydomain.org.pl
|
||||
127.0.0.1 pico.mydomain.org.pl
|
@ -1,9 +0,0 @@
|
||||
==================================================
|
||||
[31m)\_)\[37m
|
||||
PicoBSD @VER@ (ROUTER) [31m([37m[1mo,o[m[31m)[37m
|
||||
[32m__ [31m\~/[37m
|
||||
Welcome to PicoBSD! [32m-->=[41m===[40m[31m\[37m
|
||||
[32m~~[37m [31md d[37m
|
||||
You can find a short description of the [35mpicoBSD[37m
|
||||
system in http://www.freebsd.org/~picobsd/.
|
||||
|
@ -1,11 +0,0 @@
|
||||
=======================================================
|
||||
[31m)\_)\[37m
|
||||
PicoBSD @VER@ (ROUTER) [31m([37m[1mo,o[m[31m)[37m
|
||||
[32m__ [31m\~/[37m
|
||||
Witamy w PicoBSD! [32m-->=[41m===[40m[31m\[37m
|
||||
[32m~~[37m [31md d[37m
|
||||
Dokumentacja systemu znajduje sie na [35mpicoBSD[37m
|
||||
http://www.freebsd.org/~picobsd/.
|
||||
|
||||
Wiecej informacji znajdziesz u autora (abial@freebsd.org).
|
||||
|
Loading…
Reference in New Issue
Block a user