Skip to content

Commit

Permalink
x86, setup: fix comment in the "glove box" code
Browse files Browse the repository at this point in the history
Impact: Comment change only

The glove box is about avoiding problems with *registers* being
touched, not *memory*.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
  • Loading branch information
H. Peter Anvin committed Apr 12, 2009
1 parent cf06de7 commit cf9972a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/x86/boot/bioscall.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cf9972a

Please sign in to comment.