Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 03 Jul 2012 19:26:29 +0000
From:      syuu@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r238928 - soc2012/syuu/bhyve-bios/tmp/testbootsect
Message-ID:  <20120703192629.E2B161065674@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120703192629.E2B161065674>