From 4dbbe2d5a3dc63cf1279206c9f5a35e6c0664bdf Mon Sep 17 00:00:00 2001 From: texhno Date: Wed, 14 Feb 2024 02:30:08 +0000 Subject: [PATCH] Update Utility containers --- Utility-containers.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Utility-containers.md b/Utility-containers.md index 7dcc1d0..d1f8604 100644 --- a/Utility-containers.md +++ b/Utility-containers.md @@ -2,19 +2,6 @@ (Add a section for each new utility container, as well as documentation) -Preliminary list of essential software: -- QEMU: open-source machine emulator -- gcc: -- gdb: -- make: -- objdump: -- ... - -(ubuntu dockerfile...) - -### Step 1: Make a bootloader that prints 'dmzOS' -> **Suggested reading**: -> [Operating Systems: From 0 to 1, Chapter 7: *Bootloader*][os01] A few dilemmas had already emerged before even having started writing any code.