From 72cf313c885ba818a02b9b81e321f6db4865e842 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Mon, 13 Jan 2025 21:49:42 +0100 Subject: [PATCH] remove typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9d6650..ceb4875 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ eduOS-rs is derived from following tutorials and software distributions: 2. Erik Kidd's [toyos-rs][kidd], which is an extension of Philipp Opermann's kernel. 3. The original version of [eduOS][stlankes], which was the old teaching kernel written in C. 4. eduOS-rs' uses a memory allocator, which is derived from the [buddy_system_allocator][buddy]. -5. The first version of paging is derived from a version, which was developed by [Colin Finck's][colin]. +5. The first version of paging is derived from a version, which was developed by [Colin Finck][colin]. [opp]: http://blog.phil-opp.com/ [kidd]: http://www.randomhacks.net/bare-metal-rust/