[Prev][Next][Index][Thread]

How to load modules via GRUB loader?



Dear all,
	I have implemented a simple multi-thread kernel by oskit.
	threads run in user mode and kernel schedule them by a internal
	timer interrupt routine.

	I made a disk that load my kernel (by GRUB). but I don't know
	how to load other modules. at  this time, threads run codes that
	are compiled and linked with kernel, but I want to load them as 
	a separate modules.

	L4 micro-kernel run its user task as a separate modules, and load
	them in memory by GRUB command:
		kernel = (fd0)/.....
		module = (fd0)/hello ------> for loading "hello"

With Regards,
--taghi