[windbg]How to load and debug kernel drivers

RE: [windbg] StackTrace Failed from new windbgHi,

I have set up windbg remote debugging environment with host and target

machine. I’m able to startup remote sessions for commands. I’m new to

windbg and wanted to know some startup steps like how to load and debug

drivers. I have a kernel mode driver mydriver.sys built in debug mode. I

want to debug “driver entry” at source code level on the host machine when

it is started on target. Can some one just list the steps for me on what

all should be done on target and client machine to debug the said driver.

Windbg setup is ready and whenever i type some commands like “k” i get

error debuggee not alive which means there is nothing running on target to

debug … am i right ?

Though its a primitive question … but I hope I will get help…

Thanks and Regards,

Girish