logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 1af87a0c38e6c0fba9badfa6015e535709d9835a
parent c1a78c337a9c70d92407d9cf82f232c8f043d91d
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 23 Feb 2021 23:42:22 +0100

bookmarks: Add AbyssOS

Diffstat:

Mbookmarks.shtml1+
Mbookmarks.xbel4++++
2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/bookmarks.shtml b/bookmarks.shtml @@ -219,6 +219,7 @@ <li><a rel="external noreferrer" href="http://9front.org/">9Front</a>: Fork of Plan 9, a Unix successor by Bell Labs</li> <li><a rel="external noreferrer" href="https://www.haiku-os.org/">Haiku</a>: Binary-compatible libre reimplementation of BeOS, the operating system for the NeXT workstations</li> <li><a rel="external noreferrer" href="https://www.toaruos.org/">ToaruOS</a>: From-scratch small but quite featureful Operating System</li> + <li><a rel="external noreferrer" href="https://abyss.run/">AbyssOS</a>: LLVM+musl small Linux-based Operating System</li> <li><a rel="external noreferrer" href="https://gentoo.org/">Gentoo Linux</a></li> <li><a rel="external noreferrer" href="https://archlinux.org/">Archlinux</a></li> <li><a rel="external noreferrer" href="https://debian.org/">Debian Linux</a></li> diff --git a/bookmarks.xbel b/bookmarks.xbel @@ -235,6 +235,10 @@ <title>ToaruOS</title> <desc>From-scratch small but quite featureful Operating System</desc> </bookmark> + <bookmark href="https://abyss.run/"> + <title>AbyssOS</title> + <desc>LLVM+musl small Linux-based Operating System</desc> + </bookmark> <bookmark href="https://gentoo.org/"><title>Gentoo Linux</title></bookmark> <bookmark href="https://archlinux.org/"><title>Archlinux</title></bookmark> <bookmark href="https://debian.org/"><title>Debian Linux</title></bookmark>