<?php

$title = "FAQ";
require_once("includes/header.inc");

$top = "<p><a href=\"#top\">[Top]</a></p>";

?>
<a name="top"></a><h2>Contents:</h2>
<h5><a href="#1">1. General information</a></h5>
	<h6><a href="#1.1">1.1 What does AWOS stand for?</a></h6>
	<h6><a href="#1.2">1.2 What is AWOS?</a></h6>
	<h6><a href="#1.3">1.3 How much does AWOS cost?</a></h6>
<h5><a href="#2">2. Hardware</a></h5>
	<h6><a href="#2.1">2.1 Does AWOS support PPC?</a></h6>
	<h6><a href="#2.2">2.2 Does AWOS support x86_64?</a></h6>
<h5><a href="#3">3. Software</a></h5>
	<h6><a href="#3.1">3.1 Is AWOS based on Linux?</a></h6>
	<h6><a href="#3.2">3.2 Does AWOS support a GUI?</a></h6>
	<h6><a href="#3.3">3.3 ...or a desktop environment?</a></h6>
<h5><a href="#4">4. Development of AWOS</a></h5>
	<h6><a href="#4.1">4.1 Who created AWOS?</a></h6>
	<h6><a href="#4.2">4.2 Who maintains AWOS?</a></h6>
	<h6><a href="#4.3">4.3 Can I contribute?  How?</a></h6>
	<h6><a href="#4.4">4.4 I cannot write code.  Can I still help?</a></h6>
<h5><a href="#5">5. Development for AWOS</a></h5>
	<h6><a href="#5.1">5.1 Is AWOS POSIX compliant?</a></h6>

<hr/>
<a name="1"></a><h3>1. General Information</h3>
<dl name="1">
<a name="1.1"></a><dt>1.1 What does AWOS stand for?</dt>
<dd>AWOS is an acronym, meaning Advanced Workstation Operating System.</dd>
<?=$top ?>
<a name="1.2"></a><dt>1.2 What is AWOS?</a></dt>
<dd>AWOS is a fast, optimised, portable operating environment.  It is designed to use minimal resources, and it can run on an Intel486; however, it can also take advantage of the latest hardware.</dd>
<?=$top ?>
<a name="1.3"></a><dt>1.3 How much does AWOS cost?</dt>
<dd>Even though it is a full-featured operating environment, AWOS is <b>completely free and open-source</b>.</dd>
<?=$top ?>
</dl>
<hr/>
<a name="2"></a><h3>2. Hardware</h3>
<dl name="2">
<a name="2.1"></a><dt>2.1 Does AWOS support PPC?</dt>
<dd>Extremely experimental PowerPC support was added to AWOS on October 2008.  However, it is untested.  If you run into problems, or if it works correctly, please notify the team.</dd>
<?=$top ?>
<a name="2.2"></a><dt>2.2 Does AWOS support x86_64?</dt>
<dd>AWOS will boot on x86_64 machines, but it current runs in 32-bit compatibility mode.  AWOS does not yet use "long" or 64-bit mode.</dd>
<?=$top ?>
</dl>
<hr/>
<a name="3"></a><h3>3. Software</h3>
<dl name="3">
<a name="3.1"></a><dt>3.1 Is AWOS based on Linux?</dt>
<dd>No.  AWOS is not a Linux distribution, and uses no code from Linux.</dd>
<?=$top ?>
<a name="3.2"></a><dt>3.2 Does AWOS support a GUI?</dt>
<dd>At the present, AWOS does not have the capability to support a GUI.  However, in the future, the developers plan to support some form of the X Window System.</dd>
<?=$top ?>
<a name="3.3"></a><dt>3.3 ...or a desktop environment?</dt>
<dd>Although AWOS cannot run a desktop environment, the lead developer recommends real X11 applications over a desktop environment (i.e. xfm is preferred over Konqueror or Nautilus).</dd>
<?=$top ?>
</dl>
<hr/>
<a name="4"></a><h3>4. Development of AWOS</h3>
<dl name="4">
<a name="4.1"></a><dt>4.1 Who created AWOS?</dt>
<dd>AWOS was created in the early 2000s by <a href="/people/aw.php">A. Wilcox</a>.  More about the history of AWOS can be found on his page.</dd>
<?=$top ?>
<a name="4.2"></a><dt>4.2 Who maintains AWOS?</dt>
<dd>Many people contribute to AWOS.  <a href="/people/aw.php">A. Wilcox</a> is the lead developer and maintainer of AWOS.</dd>
<?=$top ?>
<a name="4.3"></a><dt>4.3 Can I contribute?  How?</dt>
<dd>Yes.  AWOS accepts contributions of any size.  You can post patches to the <a href="http://groups.google.com/group/AWOS-devel">AWOS-devel mailing list</a>.</dd>
<?=$top ?>
<a name="4.4"></a><dt>4.4 I cannot write code.  Can I still help?</dt>
<dd>Sure!  In addition to code, AWOS is in need of documentation writers, translators, beta testers, and more.  See the <a href="/wiki/index.php/AWOS:Community_Portal">Community Portal</a> for contact information.</dd>
<?=$top ?>
</dl>
<a name="5"></a><h3>5. Development for AWOS</h3>
<dl name="5">
<a name="5.1"></a><dt>5.1 Is AWOS POSIX compliant?</dt>
<dd>While AWOS currently does not fully implement all POSIX functions, one of the project's goals is the be fully POSIX compliant.</dd>
<?=$top ?>
</dl>
<?php
require_once("includes/footer.inc");
?>
