summaryrefslogtreecommitdiff
path: root/stand
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2020-01-31 21:20:22 +0000
committerDimitry Andric <dim@FreeBSD.org>2020-01-31 21:20:22 +0000
commit9969547b6ce3beff93c7f5c1ba444ab18804e05c (patch)
tree7dabedd3fb13cb0009d1c3bcffd6ade088050a2c /stand
parent1baa4e12ba8b54fd9bb51da669569b8c0be239b8 (diff)
downloadsrc-test2-9969547b6ce3beff93c7f5c1ba444ab18804e05c.tar.gz
src-test2-9969547b6ce3beff93c7f5c1ba444ab18804e05c.zip
Notes
Diffstat (limited to 'stand')
-rw-r--r--stand/i386/gptboot/gptldr.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/stand/i386/gptboot/gptldr.S b/stand/i386/gptboot/gptldr.S
index c51a85aa8303..ca01082391f2 100644
--- a/stand/i386/gptboot/gptldr.S
+++ b/stand/i386/gptboot/gptldr.S
@@ -138,5 +138,5 @@ seta20.3: sti # Enable interrupts
* Save drive number from BIOS so boot2 can see it and start BTX.
*/
movb %dl,MEM_ARG
- jmp MEM_JMP # Start BTX
+ jmp start+MEM_JMP-MEM_ORG # Start BTX
end: