Hi all,
I was thinking about what segments are currently supported in Visual C++ compiler. I am currently working on drivers and driver documentation says that DriverEntry routine should be pageable and must be placed in INIT segment using alloc_text pragma directive. Now, I was thinking what other segments are supported.
Also, I do not know whether to post this question on this forum or not.

Thank you.