website/vorestation/index.html

94 lines
4.8 KiB
HTML
Raw Permalink Normal View History

<html lang="en">
<head>
<title>vore microcomputers - VoreStation</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="stylesheet" href="/microsoft.css"/>
2023-07-22 22:28:30 -07:00
<link rel="icon" type="image/x-icon" href="/favicon.ico">
</head>
<body>
<div class="container">
<div class="container-item">
<img class="header-icon" src="/assets/vs/vs_typeset.svg" alt="Vore Station"/>
<img src="/assets/vs/wip.png" alt="drawing of the vap mascot holding a computer mouse with a construction sign to the right"/>
<p>
the VoreStation project is a combination of two different goals: <br/>
to create a new UNIX-like operating system built from the ground-up for PowerPC systems,
and to create new hardware to run it on.
</p>
<p>
vap, the operating system, is a UNIX-like operating system based on a custom microkernel architecture
with a focus on both creating a fun and extensible environment for users and developers alike, and
improving the global knowledgebase of PowerPC-targeted operating system development.
</p>
<p>
the hardware, known as the VoreStation, is a desktop workstation computer designed around the
PowerPC 7xx series of processors and the PCI bus standard. it is intended to be compliant with the
CHRP standard, and will be designed to be as open as possible, with the goal of allowing users to
easily modify, upgrade, and even build their own hardware.
</p>
<p>
development of both vap and the VoreStation is still in the early stages, and as such, there is
currently no demo available. however, code for some of the components of vap is already available
on our <a href="https://git.voremicrocomputers.com">git server</a> (such as our Rust-OpenFirmware API
interface), and we are working on getting a demo of vap available for Apple's New World PPC Mac series.
the VoreStation hardware is still in the design phase, however we will be posting updates on its
development to the social media platforms linked below.
</p>
<p>
you can support our development team on LiberaPay here:
<script src="https://liberapay.com/voremicrocomputers/widgets/button.js"></script>
<noscript><a href="https://liberapay.com/voremicrocomputers/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></noscript>
</p>
<p>
you can follow the development of both vap and the VoreStation on the following profiles:
</p>
<ul>
2023-08-13 19:17:51 -07:00
<li>Vore Microcomputers:
<a href="https://free.gaycatgirl.sex/voremicrocomputers">Fediverse</a>
<a href="https://twitter.com/voremicro">Twitter</a>
</li>
<li>husky:
<a href="https://free.gaycatgirl.sex/husky">Fediverse</a>
</li>
<li>evie:
<a href="https://free.gaycatgirl.sex/evie">Fediverse</a>
</li>
</ul>
<h3>legal disclaimer</h3>
<p>
this project is not associated in any way with the Unix brand or trademark, despite any potential
similarities or references to Unix or other Unix-like operating systems.
</p>
<p id="footer">
<br>contact us at <a href="mailto:nikocs@voremicrocomputers.com">nikocs@voremicrocomputers.com</a> <a
href="/pgp.asc">pgp key</a>
<br>
for abuse, copyright, or other legal issues, contact <a href="mailto:devnull@voremicrocomputers.com">devnull@voremicrocomputers.com</a><br>
<!-- or, call at <a href="tel:1-888-519-0437">+1 (888) 519-0437 (toll-free)</a> or <a href="tel:1-507-767-9433">+1 (507) RMS-YIFF (local)</a> -->
(our phone system is currently down, sorry!)
<br><br>
Vore Microcomputers is an unregistered trademark of Real Microsoft, LLC. all references to "the company"
are in reference to Real Microsoft, LLC and the name Vore Microcomputers is only a reference to the
hardware/software focused development project held under Real Microsoft, LLC. Real Microsoft, LLC is
in no way associated with the Microsoft Corporation or its products/projects.
<br><br>
<a href="https://climate.stripe.com/4MO1d9">Our Carbon Footprint</a>
</p>
</div>
<div class="container-item">
<div class="credit">
<img src="/xenia.png" alt="image of xenia, an anthropomorphic fox who was a contender for the linux mascot"/>
<span>image made by <a href="https://twitter.com/cathodegaytube/">@cathodegaytube</a>!</span>
</div>
</div>
</div>
</body>
</html>