From 239a3e55a92e5c5a052504f497a7a9bf6df04b44 Mon Sep 17 00:00:00 2001 From: Drew Galbraith Date: Tue, 9 Jan 2024 23:36:14 -0800 Subject: [PATCH] Updated publish date and draft status for AHCI post. --- content/blog/2024/01/ahci-driver/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/content/blog/2024/01/ahci-driver/index.md b/content/blog/2024/01/ahci-driver/index.md index 60a374b..b0d0c8e 100644 --- a/content/blog/2024/01/ahci-driver/index.md +++ b/content/blog/2024/01/ahci-driver/index.md @@ -1,7 +1,6 @@ --- title: "Writing an AHCI Driver" -date: 2024-01-08 -draft: true +date: 2024-01-09 tags: ['osdev'] ---