From 7f0ff3419cd49af81ec088d863da5296a3d6d079 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Mon, 13 Jan 2025 21:39:15 +0100 Subject: [PATCH] Add citation to Colin's preliminary work --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bdae9a0..c137f84 100644 --- a/README.md +++ b/README.md @@ -12,6 +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][colin]. [opp]: http://blog.phil-opp.com/ [kidd]: http://www.randomhacks.net/bare-metal-rust/