Re: Kernel panic on module unload

Previous thread: Kernel panic on module unload by Dmitry Komissaroff on Wednesday, November 7, 2007 - 1:20 am. (1 message)

Next thread: DragonFly get-together at 24c3 by Simon 'corecode' Schubert on Wednesday, November 7, 2007 - 11:56 am. (1 message)
From: Matthew Dillon
Date: Wednesday, November 7, 2007 - 10:59 am

Well, one way to do your development more quickly would be to run
    your module inside a virtual kernel (man vkernel).  You will need
    to run the vkernel with the -U option to permit module loading.

    If you want to paste the code you are using to register and unregister
    the protosw/domain structs I can take a look at that.

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>
Previous thread: Kernel panic on module unload by Dmitry Komissaroff on Wednesday, November 7, 2007 - 1:20 am. (1 message)

Next thread: DragonFly get-together at 24c3 by Simon 'corecode' Schubert on Wednesday, November 7, 2007 - 11:56 am. (1 message)