Skip to content
Snippets Groups Projects
Commit 79d26ca5 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Add volume ID to ISO

parent b96dce6f
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,9 @@ db "CD001" ; Identifier
db 1 ; Version
db 0 ; Unused
times 32 db ' ' ; System identifier
times 32 db ' ' ; Volume identifier
.volume_id: ; Volume identifier
db 'Redox OS'
times 32-($-.volume_id) db ' '
times 8 db 0 ; Unused
db 0x15, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x15 ; Volume space size (0x15)
times 32 db 0 ; Unused
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment