DLL for the kernel...

If you are new to OS Development, plan on spending some time here first before going into the other forums.

Moderator:Moderators

Post Reply
Sir Assembler
Posts:7
Joined:Sun Apr 24, 2011 3:32 pm
DLL for the kernel...

Post by Sir Assembler » Wed May 11, 2011 11:29 pm

Is there a way to create a DLL (Dynamic-link library) that the kernel can use?

User avatar
Mike
Site Admin
Posts:465
Joined:Sat Oct 20, 2007 7:58 pm
Contact:

Re: DLL for the kernel...

Post by Mike » Thu May 12, 2011 8:16 pm

Hello,

Its entirely possible so long as you know how DLLs work. If you have created DLLs before in userland programming, and have read the PE chapter covering dynamic linking, you have everything that you need.
Lead Programmer for BrokenThorn Entertainment, Co.
Website: http://www.brokenthorn.com
Email: webmaster@brokenthorn.com

Post Reply