- nasm
- make
- qemu-system-x86_64
- Enter project directory and run
make
- How create your assembly command:
- Open 'example.asm' file.
- Define name of the command.
- Create your OS command using available x64 instructions in NASM assembler and paged output to print characters.
- How to execute your command:
- Boot up OS.
- Enter your command name in terminal.
- Press enter to execute it.