summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorthomas <thomas@FreeBSD.org>2015-05-16 10:31:15 +0000
committerthomas <thomas@FreeBSD.org>2015-05-16 10:31:15 +0000
commitf7bf81711024969cfcf233aab55e56aa940ffe42 (patch)
tree10e3beefc2ce587e55128e24d3defd6221883df8 /sys/boot
parentfbf8dff6180c01b80a2aeda255330760c5150130 (diff)
downloadFreeBSD-src-f7bf81711024969cfcf233aab55e56aa940ffe42.zip
FreeBSD-src-f7bf81711024969cfcf233aab55e56aa940ffe42.tar.gz
Minor comments fixes
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/i386/boot0/boot0.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/i386/boot0/boot0.S b/sys/boot/i386/boot0/boot0.S
index 798ee97..708f093 100644
--- a/sys/boot/i386/boot0/boot0.S
+++ b/sys/boot/i386/boot0/boot0.S
@@ -541,11 +541,11 @@ putchr:
int $0x10 # character
popw %bx # Restore
#else /* SIO */
- movb $0x01,%ah # BIOS: Send
+ movb $0x01,%ah # BIOS: Send character
bioscom:
pushw %dx # Save
xorw %dx,%dx # Use COM1
- int $0x14 # Character
+ int $0x14 # BIOS: Serial I/O
popw %dx # Restore
#endif /* SIO */
retw # To caller
OpenPOWER on IntegriCloud