commit - 83dc388ec3e85026f7fd3adac39b8184d7a14f88
commit + 404e86cb1d55462e7c85bd7c93b19b0ee9c76bef
blob - 28ba60ae7c48011dc6c882878a8f1c4b9b87e9dc
blob + 12f80abc4fbb68bf4f4da43a2a4943ae2df431e1
--- www-cgi/posts/projects.md
+++ www-cgi/posts/projects.md
This is a somewhat chronological list of my current and past projects:
- [Porting 2.11BSD to the PC/AT (80286)](https://got.stuerz.xyz/?action=summary&path=286bsd.git) (with [Robert Clausecker](https://fuz.su/~fuz)) (2024)
+- [read-write FUSE driver for UFS](https://github.com/realchonk/fuse-ufs) initially for [GSoC 2024](https://summerofcode.withgoogle.com/programs/2024/projects/mCAcivuH)
- [Generator for endian-safe encoding/decoding of C structs](https://got.stuerz.xyz/?action=summary&path=destruct.git) (2024)
- [Automata Visualization Utility](https://got.stuerz.xyz/?action=summary&path=autovis.git) (2024)
- [FUSE-based Simple Unix File System](https://got.stuerz.xyz/?action=summary&path=sufs.git) (2024)
-- [read-only FUSE driver for UFS](https://github.com/realchonk/fuse-ufs) for [GSoC 2024](https://summerofcode.withgoogle.com/programs/2024/projects/mCAcivuH)
- [Forth for OpenBSD/riscv64](https://got.stuerz.xyz/?action=summary&path=rvforth.git) (2024)
- [64-Bit Linux Userspace RISC-V Emulator](https://got.stuerz.xyz/?action=summary&path=linurv.git) (2024)
- [16-Bit custom CPU written in Verilog](https://got.stuerz.xyz/?action=summary&path=cpu.git) (2024)
- [procfs FUSE implementation for OpenBSD](https://got.stuerz.xyz/?action=summary&path=procfs-fuse.git) (2024)
- [This CGI script](https://got.stuerz.xyz/?action=summary&path=www-cgi.git) (2024)
- [Minimal implementation of make(1) written in awk(1)](https://got.stuerz.xyz/?action=summary&path=junk.git) (2024)
+- [My own desktop environment](https://got.stuerz.xyz/?action=summary&path=desktop.git) (2023-2024)
- [Rust Accounting Solution](https://got.stuerz.xyz/?action=summary&path=accounthing2.git) (2023-2024)
- [Clone of lsblk(8) for OpenBSD](https://got.stuerz.xyz/?action=summary&path=lsblk.git) (2023)
+- [Minimal Linux distribution for booting foreign kernels over Ethernet on systems without PXE](https://got.stuerz.xyz/?action=summary&path=lanloader.git) (2022)
- [C++ std::format-like standalone header library](https://github.com/realchonk/safmatlib) (2022)
- [read-only tarfs FUSE implementation](https://github.com/realchonk/fuse-tar) (2021)
- [Minimal implementation of POSIX userspace for Linux](https://github.com/realchonk/microcoreutils) (2021)