This commit is contained in:
boreddevnl 2026-03-01 17:35:21 +01:00
parent 35f3a5410a
commit c0eaf4c89b
4 changed files with 27 additions and 14 deletions

View file

@ -1,14 +1,7 @@
# BoredOS
<div align="center">
<div style="font-family: monospace; text-align: left; display: inline-block; font-weight: bold; line-height: 1.2;">
<span style="color:#B589D6">======================&nbsp;</span><span style="color:#FFFFFF">__&nbsp;&nbsp;&nbsp;&nbsp;____&nbsp;&nbsp;____&nbsp;</span><br>
<span style="color:#B589D6">=====================&nbsp;</span><span style="color:#FFFFFF">/&nbsp;/_&nbsp;&nbsp;/&nbsp;__&nbsp;\/&nbsp;___\</span><br>
<span style="color:#569CD6">====================&nbsp;</span><span style="color:#FFFFFF">/&nbsp;__&nbsp;\/&nbsp;/&nbsp;/&nbsp;/\___&nbsp;\</span><br>
<span style="color:#569CD6">===================&nbsp;</span><span style="color:#FFFFFF">/&nbsp;/_/&nbsp;/&nbsp;/_/&nbsp;/____/&nbsp;/</span><br>
<span style="color:#4EC9B0">==================&nbsp;</span><span style="color:#FFFFFF">/_.___/\____//_____/&nbsp;</span><br>
<span style="color:#4EC9B0">=================&nbsp;</span>
</div>
<img src="boredos.svg" alt="BoredOS Logo" width="450" />
</div>
BoredOS is a simple x86_64 hobbyist operating system.
It features a DE (and WM), a FAT32 filesystem, customizable UI and much much more!

View file

@ -1,6 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" width="364" height="323" viewBox="0 0 364 323">
<g>
<path d="M 214.21 252.46 C206.89,254.00 191.49,255.09 186.50,254.42 C174.91,252.87 168.37,251.35 160.60,248.37 C131.04,237.05 110.95,215.05 101.36,183.50 C98.88,175.35 98.62,173.03 98.62,159.00 C98.62,144.97 98.88,142.65 101.36,134.50 C102.86,129.55 105.39,122.71 106.97,119.29 L 109.85 113.09 L 107.81 110.48 C105.03,106.95 102.00,98.70 102.00,94.67 C102.00,83.87 109.64,72.78 119.64,69.03 C130.66,64.91 141.50,67.22 149.75,75.46 C155.89,81.59 156.51,84.69 152.25,87.96 C150.74,89.13 146.31,92.51 142.41,95.48 C120.32,112.27 107.85,145.44 113.38,172.69 C117.57,193.40 127.18,209.55 142.78,222.09 C182.22,253.83 239.30,243.11 264.90,199.16 C272.19,186.63 276.79,166.84 275.57,153.25 C273.24,127.38 261.78,107.28 240.25,91.30 C231.06,84.48 230.86,82.84 238.25,75.45 C244.57,69.13 252.04,66.41 260.67,67.31 C274.35,68.72 286.00,81.01 286.00,94.02 C286.00,98.35 283.36,105.84 280.53,109.55 L 277.90 113.00 L 280.83 119.25 C297.85,155.52 289.63,198.90 260.39,227.11 C247.18,239.85 230.45,249.04 214.21,252.46 ZM 248.58 185.10 C246.34,186.12 244.05,186.93 243.50,186.89 C240.22,186.68 236.44,184.60 230.84,179.94 C227.35,177.03 221.35,172.62 217.50,170.14 C209.66,165.10 207.76,163.26 206.01,159.02 C202.91,151.53 213.38,143.02 226.75,142.17 C244.76,141.02 257.91,150.18 258.82,164.52 C259.48,174.91 256.11,181.68 248.58,185.10 ZM 148.72 186.01 C148.05,186.02 146.60,186.24 145.50,186.50 C143.24,187.03 137.53,184.77 134.64,182.21 C131.66,179.56 128.02,170.93 128.02,166.50 C128.02,161.61 131.74,153.45 135.62,149.80 C141.20,144.58 147.51,142.52 158.00,142.51 C166.46,142.50 168.11,142.81 173.08,145.33 C181.97,149.83 184.53,156.84 179.47,162.85 C178.08,164.50 173.18,168.33 168.58,171.36 C163.97,174.40 157.89,178.93 155.07,181.44 C152.24,183.95 149.39,186.01 148.72,186.01 ZM 201.14 210.27 C198.36,212.87 195.15,215.00 194.00,215.00 C189.68,215.00 178.00,201.55 178.00,196.58 C178.00,193.75 182.20,192.69 193.47,192.68 C199.54,192.67 205.49,192.98 206.70,193.38 C211.98,195.11 209.59,202.37 201.14,210.27 Z" fill="rgb(255,255,255)"/>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.1 KiB

26
boredos.svg Normal file
View file

@ -0,0 +1,26 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 500 130" width="100%">
<style>
text {
font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
font-size: 16px;
white-space: pre;
font-weight: bold;
}
.magenta { fill: #B589D6; }
.blue { fill: #569CD6; }
.cyan { fill: #4EC9B0; }
.text-color { fill: #FFFFFF; }
/* Adapts the white text to dark grey if the user uses GitHub Light Mode */
@media (prefers-color-scheme: light) {
.text-color { fill: #24292F; }
}
</style>
<text x="0" y="20" xml:space="preserve"><tspan class="magenta">====================== </tspan><tspan class="text-color">__ ____ ____ </tspan></text>
<text x="0" y="40" xml:space="preserve"><tspan class="magenta">===================== </tspan><tspan class="text-color">/ /_ / __ \/ ___\</tspan></text>
<text x="0" y="60" xml:space="preserve"><tspan class="blue">==================== </tspan><tspan class="text-color">/ __ \/ / / /\___ \</tspan></text>
<text x="0" y="80" xml:space="preserve"><tspan class="blue">=================== </tspan><tspan class="text-color">/ /_/ / /_/ /____/ /</tspan></text>
<text x="0" y="100" xml:space="preserve"><tspan class="cyan">================== </tspan><tspan class="text-color">/_.___/\____//_____/ </tspan></text>
<text x="0" y="120" xml:space="preserve"><tspan class="cyan">================= </tspan></text>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.