finalise journaling_impl

This commit is contained in:
husky 2023-08-13 19:05:02 -07:00
parent 05ef328bb4
commit f8905f94a8
No known key found for this signature in database
GPG key ID: 6B3D8CB511646891
3 changed files with 4 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

View file

@ -1,6 +1,6 @@
<html lang="en">
<head>
<title>vore microcomputers development blog - blog post title here</title>
<title>vore microcomputers development blog - VapUFS Implementation Hell: Week 2 of VoreStation Development</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="stylesheet" href="/microsoft.css"/>
<link rel="icon" type="image/x-icon" href="/favicon.ico">
@ -14,7 +14,7 @@
<h5>2023-08-13</h5>
<h4>written by Niko Chow-Stuart (Lead Developer)</h4>
<img src="/blog/posts/filesystems_and_apm/files.png" alt="drawing of the vap mascot in a drawer with two manila folders to the right"/>
<img src="/blog/posts/journaling_impl/journaling.png" alt="drawing of the vap mascot looking at a journal, with a pencil held up on their ear."/>
<p>
while unfortunately, as i expected, i wasn't able to do as much work on the filesystem the week before last;
@ -87,9 +87,11 @@
<br/>
i will note that donations to our LiberaPay are very much appreciated, especially as i'm currently bouncing
between this and some other stuff to try to pay for everything! :D
<br/>
<script src="https://liberapay.com/voremicrocomputers/widgets/button.js"></script>
<noscript><a href="https://liberapay.com/voremicrocomputers/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></noscript>
<br/>
<br/>
other than that, have a good week and happy voring!
</p>

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.1 KiB