summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/zfsboot/zfsldr.S
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/i386/zfsboot/zfsldr.S')
-rw-r--r--sys/boot/i386/zfsboot/zfsldr.S4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/i386/zfsboot/zfsldr.S b/sys/boot/i386/zfsboot/zfsldr.S
index 87e04d5..b8be282 100644
--- a/sys/boot/i386/zfsboot/zfsldr.S
+++ b/sys/boot/i386/zfsboot/zfsldr.S
@@ -34,7 +34,7 @@
.set SIZ_SEC,0x200 # Sector size
.set NSECT,0x80
- .globl main
+ .globl start
.code16
/*
@@ -46,7 +46,7 @@
* Setup the segment registers to flat addressing (segment 0) and setup the
* stack to end just below the start of our code.
*/
-main: cld # String ops inc
+start: cld # String ops inc
xor %cx,%cx # Zero
mov %cx,%es # Address
mov %cx,%ds # data
OpenPOWER on IntegriCloud