Update Utility containers

texhno 2024-02-14 02:30:08 +00:00
parent b6be2e74e7
commit 4dbbe2d5a3

@ -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.