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.