Skip to content

Commit

Permalink
scsd: remove FIX_GLUE
Browse files Browse the repository at this point in the history
Match original code's behaviour. Should be looked into as to whether
it is really not needed.
  • Loading branch information
lifehackerhansol committed Feb 15, 2024
1 parent eaec01c commit 3e7f978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staging/scsd/source/dldi_header.s
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
.asciz " Chishm" @ Identifying Magic string (8 bytes with null terminator)
.byte 0x01 @ Version number
.byte DLDI_SIZE_4KB @ Log [base-2] of the size of this driver in bytes.
.byte FIX_GOT | FIX_BSS | FIX_GLUE @ Sections to fix
.byte FIX_GOT | FIX_BSS @ Sections to fix
.byte 0x00 @ Space allocated in the application, leave empty.

@ Text identifier - can be anything up to 47 chars + terminating null -- 48 bytes
Expand Down

0 comments on commit 3e7f978

Please sign in to comment.