public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* Intel Reference Board doesn't work after inserting INT 15h/86h into Flat32.asm
@ 2018-03-14  7:51 Toan Le manh
  2018-03-15 16:44 ` Richardson, Brian
  0 siblings, 1 reply; 2+ messages in thread
From: Toan Le manh @ 2018-03-14  7:51 UTC (permalink / raw)
  To: edk2-devel

Hello everyone,

I have an Intel Reference Board. I was trying to force BIOS to wait 1
second in SEC phase.
I inserted these assemble code (BIOS wait function) into very first of
ProtectedModeEntryPoint in Flat32.asm file:

  MOV     CX, 0FH
  MOV     DX, 4240H
  MOV     AH, 86H
  INT     15H

Then, the board stopped working. Status code showed "00".
Even when I re-flashed its original BIOS, it's still not worked.

Could anyone please help me to figure out what's happen here? And how to
fix it?
I  appreciate your helps.

Thanks & BRs,
Toan


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-03-15 16:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-14  7:51 Intel Reference Board doesn't work after inserting INT 15h/86h into Flat32.asm Toan Le manh
2018-03-15 16:44 ` Richardson, Brian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox