From 0c2cce5c81ec2a8365929555a9983a0fa6d0ae36 Mon Sep 17 00:00:00 2001 From: Alson van der Meulen Date: Tue, 14 Jul 2009 04:46:04 +0200 Subject: [PATCH] or -> orw --- sgabios.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sgabios.S b/sgabios.S index 6921e20..4a204b1 100644 --- a/sgabios.S +++ b/sgabios.S @@ -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 */