Advertisement
STANAANDREY

cool os mk tools

Nov 22nd, 2024
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. nasm -f bin ./boot.asm -o boot.bin //x2
  2. ndisasm ./boot.bin
  3.  
  4. qemu-system-x86_64 -hda ./boot.bin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement