SecBSD's current website code
This commit is contained in:
commit
0535ccbe63
33 changed files with 2918 additions and 0 deletions
101
amd64.html
Normal file
101
amd64.html
Normal file
|
@ -0,0 +1,101 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset=utf-8>
|
||||
<title>SecBSD amd64</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="description" content="SecBSD amd64">
|
||||
<link rel="canonical" href="https://secbsd.org/">
|
||||
<link rel="stylesheet" href="secbsd.css">
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<nav>
|
||||
<div>
|
||||
<h1><a href="index.html">
|
||||
<img src="/img/logo.png" alt="[SecBSD]"></a>
|
||||
</h1>
|
||||
</div>
|
||||
<ul>
|
||||
<li><a href="index.html">About</a></li>
|
||||
<li><a href="download.html">Download</a></li>
|
||||
<li><a href="docs.html">Docs</a></li>
|
||||
<li><a href="faq.html">Faq</a></li>
|
||||
<li><a href="team.html">Team</a></li>
|
||||
<li><a href="sponsors.html">Sponsors</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<div class="box">
|
||||
<div class="title green">SECBSD</div>
|
||||
<div class="subtitle">AMD64</div>
|
||||
<div class="txt">
|
||||
<span>█</span> Supported architecture
|
||||
<div>
|
||||
<p class="purple">SecBSD/amd64 runs on AMD's Athlon-64 family
|
||||
of processors in 64-bit mode.
|
||||
It also runs on processors made by other manufacturers which
|
||||
have cloned the AMD64 extensions.
|
||||
</p>
|
||||
<p>X Window System support is available for most
|
||||
graphics cards, using the X.Org server. As with other free
|
||||
operating systems it is highly recommended that Nvidia cards
|
||||
are avoided since this vendor continues to show tremendous
|
||||
resistance towards releasing information that would allow X.Org
|
||||
to support their hardware properly.
|
||||
</p>
|
||||
<h3>Current status:</h3>
|
||||
The only major shortcoming at this time is that the kernel
|
||||
debugger <a href="https://man.openbsd.org/amd64/ddb.4">ddb</a>
|
||||
is somewhat poor.
|
||||
<h2>Supported hardware:</h2>
|
||||
<h2>Processors</h2>
|
||||
<p>
|
||||
All versions of the AMD Athlon 64 processors and their clones
|
||||
are supported.
|
||||
<h2>Graphics Support</h2>
|
||||
<p class="green">
|
||||
Basic graphics support should support most hardware, but some
|
||||
features like video or 3D acceleration require additional
|
||||
driver support. Unsupported devices will typically still work
|
||||
in VESA or EFIFB mode.
|
||||
</p>
|
||||
<p class="purple">
|
||||
AMD devices use a confusing mix of code names and rebadging.
|
||||
Some devices expected to work:
|
||||
<ul class="list">
|
||||
<li>Products using "Northern Islands," "Southern Islands,"
|
||||
or "Sea Islands" graphics cores.
|
||||
<li>AMD Radeon 5000 series
|
||||
<li>Earlier AMD and ATI models are expected to work as well.
|
||||
</ul>
|
||||
<p class="purple2">
|
||||
Intel devices can be confusing as well. Some devices expected
|
||||
to work:
|
||||
<ul class="list">
|
||||
<li>Intel Kaby Lake (found on i-7xxx CPU)
|
||||
<li>Intel Skylake (found on i-6xxx CPU)
|
||||
<li>Intel Broadwell (found on i-5xxx CPU)
|
||||
<li>Intel Broxton/Apollo Lake
|
||||
<li>Intel Amber Lake
|
||||
<li>Intel Gemini Lake
|
||||
<li>Intel Coffee Lake
|
||||
<li>Intel Whiskey Lake
|
||||
<li>Earlier Intel models and revisions are expected to work
|
||||
as well.
|
||||
<li>The PowerVR graphics found on some Atom CPUs are not
|
||||
supported.
|
||||
</ul>
|
||||
<h3>Unsupported Hardware:</h3>
|
||||
<p class="purple">
|
||||
New hardware is constantly being released, some of which may
|
||||
lack support.
|
||||
Your <a href="sponsors.html">donation</a>,
|
||||
<a href="hardware.html"> hardware</a>, or
|
||||
<a href="docs.html">documentation</a> can accelerate
|
||||
this support!
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue