aboutsummaryrefslogtreecommitdiff
path: root/kvm/user/test/bootstrap.S
diff options
context:
space:
mode:
Diffstat (limited to 'kvm/user/test/bootstrap.S')
-rw-r--r--kvm/user/test/bootstrap.S10
1 files changed, 5 insertions, 5 deletions
diff --git a/kvm/user/test/bootstrap.S b/kvm/user/test/bootstrap.S
index 2e8b1c8be..516f5808b 100644
--- a/kvm/user/test/bootstrap.S
+++ b/kvm/user/test/bootstrap.S
@@ -1,6 +1,6 @@
-#
-# minimal bootstrap to set up flat 32-bit protected mode
-#
+/*
+ * minimal bootstrap to set up flat 32-bit protected mode
+ */
bstart = 0xf0000
@@ -38,8 +38,8 @@ gdt_desc:
gdt:
.quad 0
- .quad 0x00cf9b000000ffff # flat 32-bit code segment
- .quad 0x00cf93000000ffff # flat 32-bit data segment
+ .quad 0x00cf9b000000ffff // flat 32-bit code segment
+ .quad 0x00cf93000000ffff // flat 32-bit data segment
gdt_end:
. = 0xfff0