Displaying 1 result from an estimated 1 matches for "size_of_code".
2004 Dec 08
3
isolinux needing mkisofs
...mkisofs there for
another reason?
Thanks,
David
245c245
< bi_pvd: dd 0x00000010 ; LBA of primary
volume descriptor ;DEB
---
>bi_pvd: dd 0xdeadbeef ; LBA of primary
>volume descriptor
247c247
< bi_length: dd size_of_code ; Length of boot file
;DEB
---
>bi_length: dd 0xdeadbeef ; Length of boot file
282a283,290
> ; Set up boot file sizes
> mov eax,[bi_length]
> sub eax,SECTORSIZE-3
> shr ea...