62 lines
2.8 KiB
HTML
62 lines
2.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>elleoma@logs ~ > Projects</title>
|
|
<link href="https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="styles.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="scroll-container">
|
|
<div class="center-window">
|
|
<header>
|
|
<h1>elleoma@logs ~ > ls</h1>
|
|
<nav>
|
|
<a href="index.html">./home</a>
|
|
<a href="projects.html">./projects</a>
|
|
<a href="about.html">./about</a>
|
|
<a href="blog.html">./blog</a>
|
|
<a href="contact.html">./contact</a>
|
|
</nav>
|
|
</header>
|
|
|
|
<main>
|
|
<section class="terminal-box">
|
|
<h2>Facinus</h2>
|
|
<p><a href="https://git.forsen-cock.dedyn.io/elleoma/facinus">Facinus Repository</a></p>
|
|
<p>A bash-scripted tool that deploys a local web server for remote administration of Ubuntu machines.
|
|
Initially inspired by a college switch to Linux and powered by <code>gsocket.io</code>. Set up and tested in
|
|
QEMU VM with a self-hosted admin panel and logging system.</p>
|
|
|
|
<h2>OS-in-1000-lines</h2>
|
|
<p><a href="https://github.com/elleoma/os-in-1000-lines">OS Repo</a></p>
|
|
<p>My implementation of <a href="https://operating-system-in-1000-lines.vercel.app/en">Operating System in 1000 lines</a> by <a href="https://www.shuwasystem.co.jp/author/a269003.html">Shinya Yanagita.</a> A small operating system written from scratch for RISC-V CPU architecture.
|
|
This project will have basic context switching, paging, user mode, a command-line shell, a disk device driver, and file read/write operations in C.
|
|
And also I'll try to add some more functionality to it.
|
|
Right now I'm still working on basic stuff before implementing something new.
|
|
I'm still learning C and Assembly, the RISC-V instruction set is new to me.</p>
|
|
|
|
<h2>Wallpapers</h2>
|
|
<p><a href="https://git.forsen-cock.dedyn.io/elleoma/wallpapers">Wallpaper Repo</a></p>
|
|
<p>Organized personal wallpaper collection into a Git repo, with a script to regenerate README previews and
|
|
categories. Includes a drawing of my self-hosting setup made with Excalidraw.</p>
|
|
|
|
<h2>Dotfiles</h2>
|
|
<p><a href="https://git.forsen-cock.dedyn.io/elleoma/dotfiles">Dotfiles Repo</a></p>
|
|
<p>Highly customized Linux setup using Arch, Hyprland, NVChad, and tmux. Configured with performance, visuals,
|
|
and productivity in mind. Includes scripts, themes, and window manager tweaks.</p>
|
|
</section>
|
|
</main>
|
|
|
|
<footer>
|
|
<p><code>made with love ❤️</code></p>
|
|
</footer>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|