X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=misc%2Ftest_vm%2Fsrc%2Fgeekos%2Ftestvm.s;fp=misc%2Ftest_vm%2Fsrc%2Fgeekos%2Ftestvm.s;h=0000000000000000000000000000000000000000;hp=1ab713eed4b4a92dfaebfad864cd1e9ce2cbf100;hb=a70930549d1b741704dd7af4e6bb0e89f6f8a519;hpb=afb634a80f946634454a5d067a92aa600227bd93 diff --git a/misc/test_vm/src/geekos/testvm.s b/misc/test_vm/src/geekos/testvm.s deleted file mode 100644 index 1ab713e..0000000 --- a/misc/test_vm/src/geekos/testvm.s +++ /dev/null @@ -1,43 +0,0 @@ -# -*- fundamental -*- - -.global MyBuzzVM -MyBuzzVM: - pushl %ebp - movl %esp, %ebp - pushl %esi - pushl %ebx - inb $97, %al - movl $97, %ecx - movb %al, %bl - orl $2, %ebx - movl %eax, %esi -.L24: - movb %bl, %al - movl %ecx, %edx - outb %al, %dx - movl $0, %edx -.L30: - incl %edx - cmpl $999999, %edx - jle .L30 - movl %esi, %eax - movl %ecx, %edx - outb %al, %dx - movl $0, %edx -.L35: - incl %edx - cmpl $999999, %edx - jle .L35 - jmp .L24 - - - - - - - - - - - -