2022-11-01 00:16:57 -07:00
<!DOCTYPE html>
< html lang = "en-UK" >
< head >
2022-11-14 17:18:00 -08:00
< title > vore microcomputers - wukkOS< / title >
2022-11-01 00:16:57 -07:00
< meta http-equiv = "Content-Type" content = "text/html; charset=UTF-8" / >
< link rel = "stylesheet" href = "/microsoft.css" / >
< / head >
< body >
< div class = "container" >
< div class = "container-item" >
2023-07-22 22:05:49 -07:00
< img src = "/assets/products/old/wukkOS.png" alt = "icon showing wukkOS logo" / >
2022-11-01 00:16:57 -07:00
< h1 > wukkOS< / h1 >
< h2 id = "subtitle" > < noscript > the you don't have javascript enabled do you?< / noscript > < / h2 >
< img src = "/assets/wukkos/wukko_dms.png" alt = "dms between husky and wukko on telegram, describing wukk OS, an operating system; conversation ending in 'you'll get sued'" / >
< p >
wukkOS is a fully custom-built operating system, using a custom kernel based upon ideals from
< a href = "https://github.com/phil-opp/blog_os" > Blog OS< / a > as well as various unix-like operating systems.
it is currently very early in development, and definitely is not ready for use yet. however,
you can find the source code and/or obsessively watch me make commits on
< a href = "https://github.com/realmicrosoft/wukkOS" > github< / a > .
< / p >
< p >
you can follow the development of wukkOS on the following profiles:
< / p >
< ul >
< li > husky:
< a href = "https://twitter.com/arcadezmc" > Twitter< / a >
< a href = "https://gaycatgirl.sex/web/@husky" > Mastodon< / a >
< a href = "https://cohost.org/huskies" > Cohost< / a >
< / li >
< li > evie:
< a href = "https://gaycatgirl.sex/web/@evie" > Mastodon< / a >
< a href = "https://cohost.org/eviee" > Cohost< / a >
< / li >
2022-11-14 17:18:00 -08:00
< li > Vore Microcomputers, LLC:
< a href = "https://twitter.com/voremicro" > Twitter< / a >
< a href = "https://gaycatgirl.sex/web/@voremicrocomputers" > Mastodon< / a >
2022-11-01 00:16:57 -07:00
< a href = "https://cohost.org/realmicrosoft" > Cohost< / a >
< / li >
< / ul >
2022-11-01 00:35:44 -07:00
< h3 > legal disclaimer< / h3 >
< p >
wukko's name is being used with permission from wukko for this project.
< / p >
< 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.
2023-07-22 22:05:49 -07:00
< / p >
2022-11-14 17:18:00 -08:00
< p id = "footer" >
< br > contact us at < a href = "mailto:nikocs@voremicrocomputers.com" > nikocs@voremicrocomputers.com< / a > < a
href="/pgp.asc">pgp key< / a >
2022-11-01 00:37:16 -07:00
< br >
2022-11-14 17:18:00 -08:00
for abuse, copyright, or other legal issues, contact < a href = "mailto:devnull@voremicrocomputers.com" > devnull@voremicrocomputers.com< / a > < br >
2022-11-01 00:37:16 -07:00
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 >
< br > < br >
< a href = "https://climate.stripe.com/4MO1d9" > Our Carbon Footprint< / a >
< / p >
2022-11-01 00:16:57 -07:00
< / 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 >
< script >
let subtitles = [
"the scariest operating system in years",
"NOT ACTUALLY UNIX, DO NOT SUE US",
"the only operating system called wukkOS",
2022-11-14 17:18:00 -08:00
"Vore Micrcomputers, LLC's official operating system",
2022-11-01 00:16:57 -07:00
"free as in freedom, not as in freesex.com",
"github copilot wanted me to say \"the operating system for the wukk\"",
"the operating system for people who use twitter too much",
"it's not possible to get this message to show up, you're looking at the source code aren't you?",
];
let subtitle = document.getElementById("subtitle");
subtitle.innerHTML = subtitles[Math.floor(Math.random() * (subtitles.length - 1))];
< / script >
< / body >
< / html >