Skip to content

Commit

Permalink
or -> orw
Browse files Browse the repository at this point in the history
  • Loading branch information
Alson van der Meulen committed Jul 14, 2009
1 parent 8282909 commit 0c2cce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sgabios.S
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ sgabioslog_setup_ebda:
pushw $BDA_SEG
popw %ds /* ds = 0x40 */
movw BDA_EBDA, %ax /* ax = old ebda segment from 0x0e */
or %ax, %ax /* EBDA segment = 0 -> no EBDA */
orw %ax, %ax /* EBDA segment = 0 -> no EBDA */
jz sgabioslog_setup_ebda_tail
subw $SGABIOS_EBDA_DELTA, %ax
movw %ax, %es /* es = new EBDA segment start */
Expand Down

0 comments on commit 0c2cce5

Please sign in to comment.