S
Squall78
Guest
Hi there !
I've almost completed my monster editor called Hojo !
I've just to implement the kernel.bin file fixer. But I've a question about this file.
On QhimmWiki it's written that each section begins by a 6 bytes header. I've seen that 2 first bytes (maybe more ?) represent the length of the gzipped section. But what are the next bytes ?
For example, for the section 2 there is :
Code: [Select]
05AE is the length of the section, but what are 00 0E 01 00 ?
I've almost completed my monster editor called Hojo !
I've just to implement the kernel.bin file fixer. But I've a question about this file.
On QhimmWiki it's written that each section begins by a 6 bytes header. I've seen that 2 first bytes (maybe more ?) represent the length of the gzipped section. But what are the next bytes ?
For example, for the section 2 there is :
Code: [Select]
Code:
AE 05 00 0E 01 00