ArchUsr64 / hello_world

Bare metal hello world written in machine code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hello_world

Bare metal hello world written in machine code

Building and Execution

  1. Download the hello_world.img file from releases
  2. On a system with qemu installed:
    qemu-system-i386 hello_world.img
  3. Connect to the opened VNC port with tigerVNC:
    vncviewer :5900

Screenshot

screenshot

References

About

Bare metal hello world written in machine code


Languages

Language:Assembly 75.5%Language:Makefile 24.5%