flat assembler
Message board for the users of flat assembler.
Index
> Compiler Internals > .sys PE PROBLEM |
Author |
|
Tomasz Grysztar 16 May 2012, 14:12
Please tread the thread that discusses how fasm's "PE native" formatter has been adapted for the purpose of driver production.
|
|||
16 May 2012, 14:12 |
|
revolution 16 May 2012, 14:12
0x200 is the standard file alignment for PE files. The memory alignment is 0x1000.
The only thing that doesn't follow this rule is the native format for drivers. These are aligned on 0x20 boundaries. Maybe the VC++ linker generates suboptimal binaries? Do you need fasm to also generate suboptimal binaries? If so then you can use an external linker. |
|||
16 May 2012, 14:12 |
|
Wztml 17 May 2012, 01:38
re: Tomasz
Thanks |
|||
17 May 2012, 01:38 |
|
Wztml 17 May 2012, 02:06
revolution wrote: 0x200 is the standard file alignment for PE files. The memory alignment is 0x1000. Thanks too, _________________ O_O |
|||
17 May 2012, 02:06 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.