驅動程式 - MS-DOS Device Driver (MDD) - 使用範例 - Assembly (MASM) - 開發環境



安裝MS-DOS:

$ cd
$ wget https://github.com/steward-fu/website/releases/download/mdd/masm611.rar
$ wget https://github.com/steward-fu/website/releases/download/mdd/ms-dos_v7.10.iso
$ unrar x masm611.rar

$ qemu-img create -f qcow2 dos.qcow2 256M
$ qemu-system-i386 -cdrom ms-dos_v7.10.iso -hda dos.qcow2 -boot d -hdb fat:rw:masm611



安裝MASM611:

C:> D:
D:> cd DISK1
D:> SETUP



設定環境變數