From cf30822677bd87e1a746420ea33fe56278db822e Mon Sep 17 00:00:00 2001 From: Curle <42079760+TheCurle@users.noreply.github.com> Date: Mon, 7 Sep 2020 20:56:49 +0100 Subject: [PATCH] We have virtual memory management! Even if it's a little broken... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f0a21e..5280173 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ It can currently: - [x] draw to the screen, including text and basic images. - [x] output audio over the PC Speaker - [x] manage physical memory - - [ ] manage virtual memory + - [x] manage virtual memory - [ ] switch to ring 3 - [ ] switch tasks - [ ] schedule tasks