microZEUS
The whole stack, hand-drawn.

◄ Wiki / OS

QEMU

Software that emulates a whole computer, so an operating system can boot and run inside a window instead of on real hardware.

QEMU pretends to be a full machine — CPU, memory, disks, network — letting you boot and test an OS safely without touching physical hardware. It's the standard tool for OS development because you can restart, inspect, and debug freely. 'Over QEMU NAT' refers to its built-in virtual networking, which routes the guest OS's traffic out through the host.

See also

  • POSTThe self-check a computer runs the instant it powers on, before loading anything, to confirm the hardware works.
  • relocationFixing up a program's internal addresses when it gets loaded into a different memory spot than it was built for.
  • reassemblyPutting a message back together from network packets that arrived split up or out of order.
  • retransmitResending network data that got lost, so the receiver eventually gets a complete, correct stream.

Referenced by

POST · reassembly · retransmit