From 6902d62081c8e68fe9777d896dccd47b0b68b482 Mon Sep 17 00:00:00 2001 From: texhno Date: Wed, 14 Feb 2024 02:31:39 +0000 Subject: [PATCH] Update Utility containers --- Utility-containers.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Utility-containers.md b/Utility-containers.md index b45ffdc..d76e0ce 100644 --- a/Utility-containers.md +++ b/Utility-containers.md @@ -2,8 +2,6 @@ (Add a section for each new utility container, as well as documentation) -## Useful links -### Wiki * [OSDev Wiki](https://wiki.osdev.org/Expanded_Main_Page): a good way to get acquainted with multiple topics at a high level, though a bit outdated. ### Books * [Operating Systems: From 0 to 1][os01]: pretty in-depth and with hands-on instructions on how to use many of the tools needed.