Commit cf9972a9 authored by H. Peter Anvin's avatar H. Peter Anvin

x86, setup: fix comment in the "glove box" code

Impact: Comment change only

The glove box is about avoiding problems with *registers* being
touched, not *memory*.
Signed-off-by: default avatarH. Peter Anvin <hpa@zytor.com>
parent cf06de7b
......@@ -10,7 +10,7 @@
/*
* "Glove box" for BIOS calls. Avoids the constant problems with BIOSes
* touching memory they shouldn't be.
* touching registers they shouldn't be.
*/
.code16
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment