Re: "How to configure Grub?" and "bash: ./kernel.bin: cannot execute binary file"

2009-02-06 Thread Won De Erick
--- On Fri, 2/6/09, Ormi wrote: > > > --- On Mon, 2/2/09, Henrik Austad > wrote: > > > On Sunday 01 February 2009 15:02:49 Won De Erick wrote: > > > > Hello All, > > > > > > > > > > > > > > > > http://www.osdever

Re: "How to configure Grub?" and "bash: ./kernel.bin: cannot execute binary file"

2009-02-01 Thread Won De Erick
--- On Sun, 2/1/09, Frank Thieme wrote: > On Sunday 01 February 2009 15:02:49 Won De Erick wrote: > > I am using Ubuntu Linux installed on a VMware 6.5.1. > > My laptop is Compaq > > Presario AMD Athlon-X2. > > If you have ubuntu running, you already have a GRUB

"How to configure Grub?" and "bash: ./kernel.bin: cannot execute binary file"

2009-02-01 Thread Won De Erick
Hello All, I am following a tutorial from the following link, but I am stuck at the bottom of the page. http://www.osdever.net/bkerndev/Docs/printing.htm "Copy your 'kernel.bin' to your GRUB floppy disk, and if all went well, you should now have a kernel that prints 'Hello World!' on a black s

Re: Device or resource busy?

2009-01-20 Thread Won De Erick
My mistake! :) Thanks! - Original Message From: Chaitanya The function name is "cleanup_module" _not_ "clean_module" -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecar...@nl.linux.org Please read the FAQ at http://kernelnewbies.org/FAQ

Re: Device or resource busy?

2009-01-20 Thread Won De Erick
re must be some mistake in the "cleanup_module" function. Please check. In this situation - I would reboot my system and never use that module again. On Tue, 2009-01-20 at 22:31 -0800, Won De Erick wrote: > Hello, > > I tried the kernel module programming tutorial (exact

Device or resource busy?

2009-01-20 Thread Won De Erick
Hello, I tried the kernel module programming tutorial (exactly same code) found on the following link: http://tldp.org/LDP/lkmpg/2.6/html/x121.html The module was successfully compiled, then used insmod to insert into the kernel. It was properly listed in /proc/modules. # cat /proc/modules |