microZEUS
The whole stack, hand-drawn.

◄ Wiki / OS

NAT

A networking trick that lets many devices behind one router share a single public internet address.

Network Address Translation rewrites the addresses on outgoing packets so several machines on a private network appear to the outside world as one public address, then routes the replies back to the right machine. Home routers use it constantly, and virtual machines often use it for outbound internet access. In microZeus it's the outbound networking mode used by the QEMU emulator.

See also

  • pagingThe virtual-memory scheme that splits memory into fixed-size chunks and maps them flexibly.

Referenced by

parted / mkfs / grub-install