From ec7930739a8aa261aefdb12da0883a0e10eca705 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Tue, 4 Nov 2025 02:16:33 -0800 Subject: [PATCH] fix broken link to first nlnet grant --- src/first_arch/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/first_arch/index.md b/src/first_arch/index.md index d67ac0b..8dbf9f8 100644 --- a/src/first_arch/index.md +++ b/src/first_arch/index.md @@ -4,7 +4,7 @@ The CPU architecture will be developed in several stages: -1. [First NLNet Grant Proposal -- First CPU Architecture And Formal Proof of No Spectre bugs -- 2024-12-324](../first_arch/index.md) +1. [First NLNet Grant Proposal -- First CPU Architecture And Formal Proof of No Spectre bugs -- 2024-12-324](../grants/nlnet-first.md) 1. Getting an initial working CPU 2. Formal proof that the CPU doesn't have any spectre-style bugs even though it still is OoO superscalar with speculative execution. Jacob Lifshay came up with this idea [back in 2020](https://web.archive.org/web/20201021124234/https://bugs.libre-soc.org/show_bug.cgi?id=209)