Skip to content

Commit

Permalink
Fix elks_parms_start marker
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaerr committed Nov 9, 2020
1 parent 1dbec2d commit 8f960a5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions bootblocks/boot_sect.S
Original file line number Diff line number Diff line change
Expand Up @@ -551,12 +551,14 @@ end_of_code:
// ELKS disk parameter structure
// For future expansion, fields should be added at the _front_ of structure

elks_parms_start:

#ifdef BOOT_FAT
.org 0x1F7 // FAT boot sectors use older EPB for now
elks_parms_start:

#else
.org 0x1F3
elks_parms_start:

.global sect_offset
sect_offset:
.long 0 // Partition start sector of MINIX boot block
Expand Down

0 comments on commit 8f960a5

Please sign in to comment.