This commit is contained in:
nihilist 2025-05-07 09:12:05 +02:00
parent 9c49c6bef5
commit 341c24852e
9 changed files with 17 additions and 107 deletions

View file

@ -22,7 +22,7 @@ When we're talking Computers, we have these 5 basic layers:
2. _Layer 3: Kernel_ (ex: [the Linux Kernel](https://github.com/torvalds/linux) (written in C))
3. _Layer 2: Assembler_ (ex: [Direct CPU instructions](../../HTB/asm/7.html) derived from the C compilation)
3. _Layer 2: Assembler_ (ex: [Direct CPU instructions](../../hacking/asm/7.html) derived from the C compilation)
4. **_Layer 1: Firmware_** (ex: low-level software to provide control over CPU, motherboard, GPU, etc)