diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-12-27 21:09:22 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-12-27 21:09:22 -0800 |
commit | 2e24062f2ffc72ab524e0ec8695959dea67a6d00 (patch) | |
tree | ec81b910804107b6e8153ae5e1f6645c517e261d /baremetal | |
parent | 0fa6d28e14fdc7a33c69342568ccbfc1577e5f57 (diff) | |
download | mu-2e24062f2ffc72ab524e0ec8695959dea67a6d00.tar.gz |
7430
Diffstat (limited to 'baremetal')
-rw-r--r-- | baremetal/boot.hex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/baremetal/boot.hex b/baremetal/boot.hex index 5cb28127..8caaa12f 100644 --- a/baremetal/boot.hex +++ b/baremetal/boot.hex @@ -236,7 +236,7 @@ e9 fb ff # loop forever 80 # 10/*+disp32 000/r8/al 000/rm32/eax 00 80 00 00 # disp32 # store eax in 'keyboard buffer' - 89 # copy rm32 to r32 + 89 # copy r32 to rm32 05 # 00/indirect 000/r32/eax 101/rm32/use-disp32 30 70 00 00 # disp32 # epilogue |