code: fqa.9front.org

ref: 03f2d72712146d94dc6dc219c17fffd1aaf0c7ae
dir: /fqa1.ms/

View raw version
.\" This troff source is processed to create all forms of the
.\" 9FRONT DASH 1 book and the http://fqa.9front.org website.
.\" NOTE: Purely experimental. Methods employed may change.
.\" troff -ms -mpictures fqa1.ms | page
.\" htmlroff -u -ms -mhtml fqa1.ms >fqa1.html
.de FG	\" .FG <basename>
.ie h .html - <img src="\\$1.\\$2" />
.el .BP \\$1.ps
.br
..
.po 1i \" page offset (from left)
.fp 1 R LucidaSans
.fp 2 I LucidaSansI
.fp 3 B LucidaSansB
.fp 4 BI LucidaSansI
.fp 5 CW LucidaCW
.paragraph 0
.margin 0
.HTML "FQA 1 - Introduction To 9front
.html - <style type="text/css">body{font-size:10pt}; a{font-size:10pt}</style>
.html - <a href="fqa.html">FQA INDEX</a> |
.html - <a href="fqa0.html">FQA 0 - Introduction To Plan 9</a> |
.html - <a href="fqa2.html">FQA 2 - Getting To Know 9front</a>
.html - <hr />
.SH
.LG
.ihtml h1 <h1>
FQA 1 - Introduction to 9front
.ihtml h1
.NL
.R
.html - <a href="fqa1.html">html</a> |
.html - <a href="fqa1.pdf">pdf</a> |
.html - <a href="fqa1.ms">troff</a>

.FG 9frontsystem jpg

.html - <a name="1.1" />
.ihtml h2 <h2>
.SH
1.1 - What is 9front?
.R
.ihtml h2

Plan9front (or 9front) is a fork of the
.ihtml a <a href="http://plan9.bell-labs.com/plan9">
Plan 9 from Bell Labs
.ihtml a
operating system. The project was started to remedy a perceived lack of devoted development resources inside Bell Labs,[citation needed] and has accumulated various
.ihtml a <a href="http://code.9front.org/plan9front">
fixes
.ihtml a
and
.ihtml a <a href="fqa1.html#1.3.1">
improvements.
.ihtml a

This FQA specifically covers only the most recent release of 9front.

.html - <a name="1.1.1" />
.ihtml h3 <h3>
.SH
1.1.1 - Cirno's been our mascot for a while.
.R
.ihtml h3

.SH
Our mascot
.R

.ihtml a <a href="http://glenda.cat-v.org/">
Glenda
.ihtml a
is getting old, Cirno is now our mascot.
.html - <br />
.FG cirno jpg

.ihtml a <a href="http://touhou.wikia.com/wiki/Cirno">
http://touhou.wikia.com/wiki/Cirno
.ihtml a

.SH
Pro
.R

.ihtml ul <ul>
.IP
• girl

• has magical powers

• associated with 9

• upsets kfx

• she is known to be the strongest
.LP
.ihtml ul

.SH
Alternatives
.R
.html - <br />
.FG tuttleglenda png

.FG grumpycatno jpg

.html - <a name="1.2" />
.ihtml h2 <h2>
.SH
1.2 - On what systems does 9front run?
.R
.ihtml h2

9front runs on the following platforms:
.ihtml ul <ul>
.IP
• 386

• amd64

• arm

• mips
.LP
.ihtml ul

Read:
.ihtml a <a href="fqa3.html#3.2">
.I
FQA 3.2 - Selecting Hardware
.R
.ihtml a

.html - <a name="1.3" />
.ihtml h2 <h2>
.SH
1.3 - Why might I want to use 9front?
.R
.ihtml h2

New users frequently want to know whether 9front is superior to some other free UNIX-like operating system. That question is largely unanswerable and is the subject of countless (and useless) religious debates. Do not, under any circumstances, ask such a question on IRC or on a 9front mailing list.

Whether 9front is right for you is a question that only you can answer.

.html - <a name="1.3.1" />
.ihtml h3 <h3>
.SH
1.3.1 - New Features
.R
.ihtml h3

.ihtml ul <ul>
.IP
•
.CW /shr ,
global mountpoint device
.ihtml a <a href="http://man.9front.org/3/shr">
.CW shr(3)
.ihtml a

•
.CW /mnt
is provided by
.ihtml a <a href="http://man.9front.org/4/mntgen">
.CW mntgen(4)
.ihtml a

•
.CW #A ,
audio drivers for sb16, intel hd audio and ac97 (both playback and recording supported!)
.ihtml a <a href="http://man.9front.org/3/audio">
.CW audio(3)
.ihtml a

• New BIOS based boot loader
.ihtml a <a href="http://man.9front.org/8/9boot">
.CW 9boot(8)
.ihtml a
featuring a console and support for FAT/ISO/PXE and being small (<8K)

• New EFI based boot loader
.ihtml a <a href="http://code.9front.org/hg/plan9front/file/1f9d7811d546/sys/src/boot/efi">
.CW efi
.ihtml a

• Made kernel compliant to multiboot specification so it can be booted by qemu or grub directly.

• Interruptable kernel qlocks (\f(CWeqlock\fR)

• Defered clunks (\f(CWcloseproc\fR) for cached mounts

• New
.CW rc
based
.ihtml a <a href="http://man.9front.org/8/boot">
.CW boot(8)
.ihtml a
allows breaking into a shell at any time

• Default file system is an improved
.ihtml a <a href="http://man.9front.org/4/cwfs">
.CW cwfs(4)
.ihtml a
(cwfs64x)

• Support for encrypted partitions
.ihtml a <a href="http://man.9front.org/8/cryptsetup">
.CW cryptsetup(8) .
.ihtml a
Read:
.ihtml a <a href="fqa4.html#4.4">
FQA 4 - 9front Installation Guide
.ihtml a

• New screen fonts:
.CW dejavu ,
.CW germgoth ,
.CW vga

• No central
.CW replica ;
source updates are done with
.ihtml a <a href="http://man.9front.org/1/hg">
.CW hg(1)
.ihtml a
(Mercurial)

• Keyboard events with
.CW /dev/kbd .
Read: 
.ihtml a <a href="http://man.9front.org/8/kbdfs">
.CW kbdfs(8)
.ihtml a
and
.ihtml a <a href="http://man.9front.org/4/rio">
.CW rio(4)
.ihtml a

•
.ihtml a <a href="http://code.9front.org/hg/plan9front/file/1f9d7811d546/lib/ken">
.CW /lib/ken ,
.ihtml a
.ihtml a <a href="http://code.9front.org/hg/plan9front/file/1f9d7811d546/lib/rob">
.CW /lib/rob ,
.ihtml a
.ihtml a <a href="http://code.9front.org/hg/plan9front/file/1f9d7811d546/lib/rsc">
.CW /lib/rsc
.ihtml a

• New
.ihtml a <a href="http://man.9front.org/8/listen">
.CW listen(8)
.ihtml a
.CW
-p maxprocs
.R
option

• Always available network
.ihtml a <a href="http://man.9front.org/8/aan">
.CW aan(8)
.ihtml a
support in
.ihtml a <a href="http://man.9front.org/1/cpu">
.CW cpu(1)
.ihtml a

• MSI (message signalled interrupts), avoids problems with broken MP tables. Read:
.ihtml a <a href="http://man.9front.org/8/icanhasmsi">
.CW icanhasmsi(8)
.ihtml a
(dump MSI info)

• Legacy free ACPI support (aml interpreter
.CW libaml ,
mp interrupt routing, \f(CWscram\fR)

• New
.ihtml a <a href="http://man.9front.org/1/rio">
.CW rio(1)
.ihtml a
.CW -b
option (black window backgrounds)

• USB CD-ROM boot/install

• USB
.ihtml a <a href="fqa4.html#4.2.2">
drive boot
.ihtml a

• Improved USB mouse support

• Support for USB ptp cameras

• Stable across machines USB device names

• VGA initialization done by interpreting the VESA BIOS with
.ihtml a <a href="http://man.9front.org/8/realemu">
.CW realemu(8) ,
.ihtml a
working VESA screen blanking.

•
.CW /dev/kbd
and clipboard charset support for
.ihtml a <a href="http://man.9front.org/1/vnc">
.CW vnc(1)
.ihtml a

• New
.ihtml a <a href="http://man.9front.org/4/webfs">
.CW webfs(4)
.ihtml a
with HTTP1.1 and Keep-Alive support.

• Qemu/KVM virtio block device and ethernet drivers. Read:
.ihtml a <a href="fqa4.html#4.5.1.3">
.I
FQA 4.5.1.3 - Virtio
.R
.ihtml a

• Mouse wheel and chording support in
.ihtml a <a href="http://man.9front.org/1/sam">
.CW sam(1)
.ihtml a

• Elliptic curve cryptography
.ihtml a <a href="http://man.9front.org/2/ec">
.CW ec(2)
.ihtml a

• Working interrupt key (Del) in console

• Wifi support with wpa/wpa2

• SSE support

• System-wide support for internationalized domain names

• Unicode support in
.ihtml a <a href="http://man.9front.org/1/vt">
.CW vt(1)
.ihtml a

•
.ihtml a <a href="http://code.9front.org/hg/plan9front/file/1f9d7811d546/sys/src/9/pc64/">
.CW pc64 ,
.ihtml a
kernel for amd64
.LP
.ihtml ul

.html - <a name="1.3.1.1" />
.ihtml h4 <h4>
.SH
1.3.1.1 - New Programs
.R
.ihtml h4

.ihtml ul <ul>
.IP
• \f(CW"\fR and \f(CW""\fR (print, repeat previous command)

•
.ihtml a <a href="http://man.9front.org/1/alarm">
.CW alarm(1)
.ihtml a
\(em timeouts in
.CW rc
scripts

•
.ihtml a <a href="http://man.9front.org/1/audio">
.CW audio(1)
.ihtml a
\(em
.CW mp3 ,
.CW ogg ,
.CW flac ,
.CW µlaw ,
.CW wav

•
.ihtml a <a href="http://man.9front.org/1/bullshit">
.CW bullshit(1)
.ihtml a
\(em print out a stream of bullshit

•
.ihtml a <a href="http://man.9front.org/8/cifsd">
.CW cifsd(8)
.ihtml a
\(em CIFS/SMB server

•
.ihtml a <a href="http://man.9front.org/1/derp">
.CW derp(1)
.ihtml a
\(em find changes between directories

•
.ihtml a <a href="http://code.9front.org/hg/plan9front/file/1f9d7811d546/rc/bin/feminize">
.CW feminize(1)
.ihtml a
\(em replace sexist remarks

•
.ihtml a <a href="http://man.9front.org/1/fplot">
.CW fplot(1)
.ihtml a

• New games:
.ihtml a <a href="http://code.9front.org/hg/plan9front/file/1f9d7811d546/sys/src/games/doom">
.CW doom ,
.ihtml a <a href="http://code.9front.org/hg/plan9front/file/1f9d7811d546/sys/src/games/glendy.c">
.CW glendy ,
.ihtml a
.ihtml a <a href="http://code.9front.org/hg/plan9front/file/1f9d7811d546/sys/src/games/mandel.c">
.CW mandel ,
.ihtml a
.ihtml a <a href="http://code.9front.org/hg/plan9front/file/1f9d7811d546/sys/src/games/mines">
.CW mines ,
.ihtml a
.ihtml a <a href="http://code.9front.org/hg/plan9front/file/1f9d7811d546/sys/src/games/mole.c">
.CW mole ,
.ihtml a <a href="http://code.9front.org/hg/plan9front/file/1f9d7811d546/sys/src/games/packet.c">
.CW packet
.ihtml a

•
.ihtml a <a href="http://man.9front.org/1/hg">
.CW hg(1)
.ihtml a
and
.ihtml a <a href="http://man.9front.org/4/hgfs">
.CW hgfs(4)
.ihtml a
(Mercurial)

•
.ihtml a <a href="http://man.9front.org/1/hget">
.CW hget(1)
.ihtml a
\(em rewritten in
.CW rc ,
now uses
.CW webfs

•
.ihtml a <a href="http://man.9front.org/1/hget">
.CW hpost(1)
.ihtml a
\(em extract and post HTML forms

•
.ihtml a <a href="http://man.9front.org/1/hold">
.CW hold(1)
.ihtml a
\(em simple text editor

•
.ihtml a <a href="http://man.9front.org/8/ipserv">
.CW ipserv(8)
.ihtml a
\(em proxy servers
.CW socksd
and
.CW hproxy

•
.ihtml a <a href="http://man.9front.org/1/memory">
.CW memory(1)
.ihtml a
\(em check memory usage

•
.ihtml a <a href="http://man.9front.org/1/mothra">
.CW mothra(1)
.ihtml a
\(em Tom Duff's web browser, now uses
.CW webfs

•
.ihtml a <a href="http://man.9front.org/8/netaudit">
.CW netaudit(8)
.ihtml a
\(em network configuration checker

•
.ihtml a <a href="http://man.9front.org/1/newt">
.CW newt(1)
.ihtml a
\(em Usenet client

•
.ihtml a <a href="http://man.9front.org/1/nietzsche">
.CW nietzsche(1)
.ihtml a
\(em print out Nietzsche quote

•
.ihtml a <a href="http://man.9front.org/1/nintendo">
.CW nintendo(1)
.ihtml a
\(em Nintendo emulators:
.CW gb ,
.CW gba ,
.CW nes ,
.CW snes

•
.ihtml a <a href="http://man.9front.org/1/page">
.CW page(1)
.ihtml a
\(em zoom and enhance!

•
.ihtml a <a href="http://man.9front.org/1/paint">
.CW paint(1)
.ihtml a
\(em drawing program

•
.ihtml a <a href="http://man.9front.org/1/play">
.CW play(1)
.ihtml a
\(em audio player

•
.ihtml a <a href="http://man.9front.org/1/ps">
.CW pstree(1)
.ihtml a
\(em print tree-like map of current processes and sub-processes

•
.ihtml a <a href="http://man.9front.org/8/rc-httpd">
.CW rc-httpd(8)
.ihtml a
\(em HTTP server

•
.ihtml a <a href="http://man.9front.org/1/resample">
.CW resize(1)
.ihtml a
\(em fast but low quality image resampler

•
.ihtml a <a href="http://man.9front.org/1/rotate">
.CW rotate(1)
.ihtml a
\(em rotate or mirror a picture

•
.ihtml a <a href="http://man.9front.org/8/fshalt">
.CW scram(8)
.ihtml a
\(em ACPI and APM shutdown

•
.ihtml a <a href="http://man.9front.org/1/sega">
.CW sega(1)
.ihtml a
\(em Sega Megadrive/Genesis emulator:
.CW md

•
.ihtml a <a href="http://man.9front.org/1/ssam">
.CW ssam(1)
.ihtml a
\(em stream interface to
.CW sam

•
.ihtml a <a href="http://man.9front.org/1/sysinfo">
.CW sysinfo(1)
.ihtml a
\(em print hardware report

•
.ihtml a <a href="http://man.9front.org/1/sysinfo">
.CW sysupdate(1)
.ihtml a
\(em update the local hg repository

•
.ihtml a <a href="http://man.9front.org/1/fortune">
.CW theo(1)
.ihtml a
\(em print out insults from Theo de Raadt

•
.ihtml a <a href="http://man.9front.org/1/tput">
.CW tput(1)
.ihtml a
\(em measure read throughput

•
.ihtml a <a href="http://man.9front.org/1/fortune">
.CW troll(1)
.ihtml a
\(em automated trolling

•
.ihtml a <a href="http://man.9front.org/1/tap">
.CW tap(1)
.ihtml a
\(em follow the pipes of a process

•
.ihtml a <a href="http://man.9front.org/1/jpg">
.CW tif(1)
.ihtml a
\(em tiff decoder

•
.ihtml a <a href="http://man.9front.org/1/jpg">
.CW tojpg(1)
.ihtml a
\(em jpeg encoder

•
.ihtml a <a href="http://man.9front.org/1/jpg">
.CW totif(1)
.ihtml a
\(em tiff encoder

•
.ihtml a <a href="http://man.9front.org/1/torrent">
.CW torrent(1)
.ihtml a
\(em bittorrent client
.LP
.ihtml ul
  
.html - <a name="1.3.1.2" />
.ihtml h4 <h4>
.SH
1.3.1.2 - New Hardware Support
.R
.ihtml h4

.SH
Audio
.R

.ihtml ul <ul>
.IP
• AC97
\(em
.ihtml a <a href="http://code.9front.org/hg/plan9front/file/1f9d7811d546/sys/src/9/pc/audioac97.c">
.CW /sys/src/9/pc/audioac97.c
.ihtml a

• HDA
\(em
.ihtml a <a href="http://code.9front.org/hg/plan9front/file/1f9d7811d546/sys/src/9/pc/audiohda.c">
.CW /sys/src/9/pc/audiohda.c
.ihtml a

• SB 16/ESS
\(em
.ihtml a <a href="http://code.9front.org/hg/plan9front/file/1f9d7811d546/sys/src/9/pc/audiosb16.c">
.CW /sys/src/9/pc/audiosb16.c
.ihtml a
.LP
.ihtml ul

.SH
Ethernet
.R

.ihtml ul <ul>
.IP
• ADMtek Pegasus
\(em
.ihtml a <a href="http://code.9front.org/hg/plan9front/file/1f9d7811d546/sys/src/cmd/nusb/ether/aue.c">
.CW /sys/src/cmd/nusb/ether/aue.c
.ihtml a

• Broadcom BCM57xx
\(em
.ihtml a <a href="http://code.9front.org/hg/plan9front/file/1f9d7811d546/sys/src/9/pc/etherbcm.c">
.CW /sys/src/9/pc/etherbcm.c
.ihtml a

• Realtek RTL8150
\(em
.ihtml a <a href="http://code.9front.org/hg/plan9front/file/1f9d7811d546/sys/src/cmd/nusb/ether/url.c">
.CW /sys/src/cmd/nusb/ether/url.c
.ihtml a
.LP
.ihtml ul

.SH
Wifi
.R

.ihtml ul <ul>
.IP
• Intel Centrino Advanced-N 6205 (iwl-6005)

• Intel Centrino Ultimate-N (iwl-6000)

• Intel Centrino Wireless-N 100

• Intel WiFi Link 1000/4965/5100/5300 AGN

• Intel PRO Wireless 3945ABG (wpi-3945abg)

• Ralink RT2860/RT3090
.LP
.ihtml ul

.SH
Tablets
.R

.ihtml ul <ul>
.IP
• Wacom WACF004, WACF008

.ihtml a <a href="http://code.9front.org/hg/plan9front/file/1f9d7811d546/sys/src/cmd/aux/wacom.c">
.CW /sys/src/cmd/aux/wacom.c,
.ihtml a
.ihtml a <a href="http://code.9front.org/hg/plan9front/file/1f9d7811d546/sys/src/cmd/aux/tablet.c">
.CW /sys/src/cmd/aux/tablet.c
.ihtml a
.LP
.ihtml ul

.SH
Video
.R

.ihtml ul <ul>
.IP
• AMD Geode LX driver

.ihtml a <a href="http://code.9front.org/hg/plan9front/file/1f9d7811d546/sys/src/cmd/aux/vga/geode.c">
.CW /sys/src/cmd/aux/vga/geode.c
.ihtml a
.ihtml a <a href="http://code.9front.org/hg/plan9front/file/1f9d7811d546/sys/src/9/pc/vgageode.c">
.CW /sys/src/9/pc/vgageode.c
.ihtml a

• Intel G45 and Ivy Bridge driver

.ihtml a <a href="http://code.9front.org/hg/plan9front/file/1f9d7811d546/sys/src/cmd/aux/vga/igfx.c">
.CW /sys/src/cmd/aux/vga/igfx.c
.ihtml a
.ihtml a <a href="http://code.9front.org/hg/plan9front/file/1f9d7811d546/sys/src/9/pc/vgaigfx.c">
.CW /sys/src/9/pc/vgaigfx.c
.ihtml a
.LP
.ihtml ul

.SH
SD Card
.R

.ihtml ul <ul>
.IP
• Ricoh \(em
.ihtml a <a href="http://code.9front.org/hg/plan9front/file/1f9d7811d546/sys/src/9/pc/pmmc.c">
.CW /sys/src/9/pc/pmmc.c
.ihtml a
.LP
.ihtml ul

Read:
.ihtml a <a href="fqa3.html#3.2">
.I
FQA 3.2 - Known Working Hardware
.ihtml a
.R
for a list of complete machines known to work.

.FG ibmintel png

.html - <a name="1.4" />
.ihtml h2 <h2>
.SH
1.4 - Is 9front really free?
.R
.ihtml h2

Yes.

Read:
.ihtml a <a href="fqa0.html#0.2.4">
.I
FQA 0.2.4 - What is the deal with Plan 9's weird license?
.R
.ihtml a

.B Note:
The maintainers of 9front support the project largely from their own pockets. This includes the time spent programming for the project, equipment used, the network resources used to distribute 9front to you, and the time spent answering questions and investigating users' bug reports. The 9front developers are not independently wealthy and even small contributions of time, equipment, and resources make a big difference.

.html - <a name="1.5" />
.ihtml h2 <h2>
.SH
1.5 - How can I help support 9front?
.R
.ihtml h2

We are greatly indebted to the people and organizations that have contributed to the 9front project.

.html - <a name="1.6" />
.ihtml h2 <h2>
.SH
1.6 - Who maintains 9front?
.R
.ihtml h2

9front is maintained by a development team spread across many different
.ihtml a <a href="http://9front.org/who/">
countries.
.ihtml a

.html - <a name="1.7" />
.ihtml h2 <h2>
.SH
1.7 - When is the next release of 9front?
.R
.ihtml h2

The 9front team makes new releases on a regular, but unscheduled, basis. More information on the development cycle can be found here:

.ihtml a <a href="http://lists.9front.org">
http://lists.9front.org
.ihtml a

.html - <a name="1.8" />
.ihtml h2 <h2>
.SH
1.8 - What is included with 9front?
.R
.ihtml h2

Some useful programs included with the operating system are:
.ihtml ul <ul>
.IP
•
.ihtml a <a href="http://doc.cat-v.org/plan_9/4th_edition/papers/acidpaper">
.CW acid
.ihtml a
\(em Programmable symbolic debugger.

•
.ihtml a <a href="http://doc.cat-v.org/plan_9/4th_edition/papers/acme/">
.CW acme
.ihtml a
\(em Text editor, window system, mail client and more.

•
.ihtml a <a href="http://doc.cat-v.org/plan_9/4th_edition/papers/ape">
.CW ape
.ihtml a
\(em ANSI/POSIX environment.

•
.ihtml a <a href="http://man.9front.org/4/cwfs">
.CW cwfs64x
.ihtml a
\(em Cached-worm file server based on the original Ken's fs.

•
.ihtml a <a href="http://en.wikipedia.org/wiki/Doom_(video_game)">
.CW doom
.ihtml a
\(em Science fiction horror-themed first-person shooter video game by id Software.

•
.ihtml a <a href="http://man.9front.org/1/gs">
.CW gs
.ihtml a
\(em Aladdin Ghostscript (PostScript and PDF language interpreter).

•
.ihtml a <a href="http://man.9front.org/4/hjfs">
.CW hjfs
.ihtml a
\(em A new, experimental fs.

•
.ihtml a <a href="http://mercurial.selenic.com">
mercurial
.ihtml a
\(em Distributed source control management tool.

•
.ihtml a <a href="http://doc.cat-v.org/plan_9/4th_edition/papers/mk">
.CW mk
.ihtml a
\(em Tool for describing and maintaining dependencies between files.

•
.ihtml a <a href="http://man.9front.org/1/mothra">
.CW mothra
.ihtml a
\(em Web browser by Tom Duff.

•
.ihtml a <a href="http://man.9front.org/1/newt">
.CW newt
.ihtml a
\(em NNTP client.

•
.ihtml a <a href="http://man.9front.org/1/nintendo">
nintendo
.ihtml a
\(em Nintendo Game Boy, NES, SNES and GBA emulators.

•
.ihtml a <a href="http://www.openssl.org">
.CW openssl
.ihtml a
\(em Toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a general purpose cryptography library. (needed for python (needed for mercurial))

•
.ihtml a <a href="http://man.9front.org/1/paint">
.CW paint
.ihtml a
\(em Drawing program.

•
.ihtml a <a href="http://man.9front.org/1/page">
.CW page
.ihtml a
\(em FAX, image, graphic, PostScript, PDF, epub, cbz viewer.

•
.ihtml a <a href="http://man.9front.org/1/play">
.CW play
.ihtml a
\(em Flac, ogg, mp3, sun, wav player.

•
.ihtml a <a href="http://doc.cat-v.org/plan_9/4th_edition/papers/plumb">
.CW plumber
.ihtml a
\(em Mechanism for inter-process communication.

•
.ihtml a <a href="http://python.org">
python 2.5.1
.ihtml a
\(em Interpreted programming language. (needed for mercurial)

•
.ihtml a <a href="http://doc.cat-v.org/plan_9/4th_edition/papers/rc">
.CW rc
.ihtml a
\(em Shell by Tom Duff.

•
.ihtml a <a href="http://man.9front.org/8/rc-httpd">
.CW rc-httpd
.ihtml a
\(em Web server written in rc.

•
.ihtml a <a href="http://man.9front.org/1/rio">
.CW rio
.ihtml a
\(em Rectangle multiplexer/window system.

•
.ihtml a <a href="http://doc.cat-v.org/plan_9/4th_edition/papers/sam/">
.CW sam
.ihtml a
\(em Text editor.

•
.ihtml a <a href="http://man.9front.org/1/sega">
sega
.ihtml a
\(em Megadrive/Genesis emulator.

•
.ihtml a <a href="http://man.9front.org/1/torrent">
.CW torrent
.ihtml a
\(em BitTorrent client.

•
.ihtml a <a href="http://doc.cat-v.org/plan_9/4th_edition/papers/troff/">
.CW troff
.ihtml a
\(em Text processor/typesetter.

•
.ihtml a <a href="http://doc.cat-v.org/bell_labs/upas_mail_system/">
.CW upas
.ihtml a
\(em A simpler approach to network mail.
.LP
.ihtml ul

.html - <a name="1.9" />
.ihtml h2 <h2>
.SH
1.9 - Can I use 9front as a desktop system?
.R
.ihtml h2

This question is often asked in exactly this manner\(emwith no explanation of what the asker means by "desktop". The only person who can answer that question is you, as it depends on what your needs and expectations are.

Figure it out.

.html - <a name="1.10" />
.ihtml h2 <h2>
.SH
1.10 - Why is/isn't ProductX included?
.R
.ihtml h2

People often ask why a particular product is or isn't included with 9front. The answer is based on two things: the wishes of the developers and compatibility with the goals of the project. A product will not be included simply because it is "nifty."

A major consideration is the wishes of the developers. The 9front developers are the ultimate judges of what does and doesn't go into the project. Just because an application is "good" doesn't mean the 9front project wishes to devote the resources needed to maintaining it, or that they will share other's enthusiasm about its place in 9front.

Incredibly, many users still see fit to demand otherwise.

.html - <a name="1.11" />
.ihtml h2 <h2>
.SH
1.11 - Fine, where can I get 9front?
.R
.ihtml h2
.html - <br />
.FG meganinefront gif

If you simply cannot be dissuaded from trying 9front for yourself, obtain installation media from the following locations.

.html - <a name="1.11.1" />
.ihtml h3 <h3>
.SH
1.11.1 - Mirrors
.R
.ihtml h3

.html - <a name="1.11.1.1" />
.ihtml h4 <h4>
.SH
1.11.1.1 - 9front.iso
.R
.ihtml h4

.ihtml ul <ul>
.IP
.ihtml a <a href="http://9front.org/iso/">
http://9front.org/iso/
.ihtml a

.ihtml a <a href="http://r-36.net/9front/">
http://r-36.net/9front/
.ihtml a

.ihtml a <a href="http://9front.r0x0r.me/">
http://9front.r0x0r.me/
.ihtml a

.ihtml a <a href="http://mirror.9fags.net/">
http://mirror.9fags.net/
.ihtml a

.ihtml a <a href="http://thefront.felloff.net/usr/cinap_lenrek/9front.torrent">
http://thefront.felloff.net/usr/cinap_lenrek/9front.torrent
.ihtml a
.LP
.ihtml ul

.html - <a name="1.11.1.2" />
.ihtml h4 <h4>
.SH
1.11.1.2 - Mercurial repository
.R
.ihtml h4

.ihtml ul <ul>
.IP
.ihtml a <a href="https://code.9front.org/hg/plan9front">
https://code.9front.org/hg/plan9front (official)
.ihtml a

.ihtml a <a href="http://code.criticalpha.se/hg/plan9front">
http://code.criticalpha.se/hg/plan9front (read-only)
.ihtml a
.LP
.ihtml ul

.SH
Good Luck
.R
.html - <br />
.FG reactorcat gif

.html - <hr />
.html - <a href="fqa.html">FQA INDEX</a> |
.html - <a href="fqa0.html">FQA 0 - Introduction To Plan 9</a> |
.html - <a href="fqa2.html">FQA 2 - Getting To Know 9front</a>