socsvn commit: r238928 - soc2012/syuu/bhyve-bios/tmp/testbootsect

syuu at FreeBSD.org syuu at FreeBSD.org
Tue Jul 3 19:26:32 UTC 2012


Author: syuu
Date: Tue Jul  3 19:26:29 2012
New Revision: 238928
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=238928

Log:
  INT 10h test

Modified:
  soc2012/syuu/bhyve-bios/tmp/testbootsect/testbootsect.S

Modified: soc2012/syuu/bhyve-bios/tmp/testbootsect/testbootsect.S
==============================================================================
--- soc2012/syuu/bhyve-bios/tmp/testbootsect/testbootsect.S	Tue Jul  3 19:25:59 2012	(r238927)
+++ soc2012/syuu/bhyve-bios/tmp/testbootsect/testbootsect.S	Tue Jul  3 19:26:29 2012	(r238928)
@@ -1,7 +1,11 @@
 	.code16
-	mov $0x1, %ax
-	mov $0x2, %bx
-	mov $0x3, %cx
-	mov $0x4, %dx
-	int $0x13
-	int $0x14
+	movb $'a',%al
+	movb $0xe,%ah
+	int $0x10
+	movb $'b',%al
+	movb $0xe,%ah
+	int $0x10
+	movb $'c',%al
+	movb $0xe,%ah
+	int $0x10
+	int $0x20


More information about the svn-soc-all mailing list