Skip to content

Commit a86d699

Browse files
groundwaterclaude
andauthored
Remove virtio-vsock-surprises and how-macos-vms-work blog posts (#83)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6806000 commit a86d699

File tree

3 files changed

+0
-506
lines changed

3 files changed

+0
-506
lines changed

Website/src/app/blog/how-macos-vms-work/page.tsx

Lines changed: 0 additions & 204 deletions
This file was deleted.

Website/src/app/blog/page.tsx

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@ import Link from "next/link";
44
export const metadata: Metadata = { title: "Blog - GhostVM" };
55

66
const posts = [
7-
{
8-
slug: "virtio-vsock-surprises",
9-
title: "The Unexpected Challenges of virtio-vsock on macOS",
10-
date: "2025-02-07",
11-
readingTime: "8 min read",
12-
summary:
13-
"Real bugs we hit building host-guest communication with virtio-vsock — from silently closed file descriptors to broken kqueue notifications.",
14-
},
157
{
168
slug: "why-you-cant-clone-your-mac",
179
title: "Why You Can't Clone Your Mac Into a VM",
@@ -20,14 +12,6 @@ const posts = [
2012
summary:
2113
"Apple's Virtualization.framework doesn't let you snapshot a running Mac into a VM. Here's why that's a fundamental limitation, not a missing feature.",
2214
},
23-
{
24-
slug: "how-macos-vms-work",
25-
title: "How macOS Virtual Machines Actually Work on Apple Silicon",
26-
date: "2025-01-10",
27-
readingTime: "7 min read",
28-
summary:
29-
"Apple Silicon VMs aren't emulation. They run native ARM code through the hypervisor with a full secure boot chain. Here's what happens under the hood.",
30-
},
3115
];
3216

3317
export default function BlogIndex() {

0 commit comments

Comments
 (0)