Re: installing an ISR from user code

2000-10-30 Thread rread
I'm new at this myself, but how about creating a minor number for each ISR? When the BH runs, it wakes up the processing waiting on the device for that ISR. The user code opens as whatever devices it's interested in and waits for interrupts using select. robert * Brett Smith ([EMAIL

Re: installing an ISR from user code

2000-10-30 Thread rread
I'm new at this myself, but how about creating a minor number for each ISR? When the BH runs, it wakes up the processing waiting on the device for that ISR. The user code opens as whatever devices it's interested in and waits for interrupts using select. robert * Brett Smith ([EMAIL

Re: init= parameter doesn't work

2000-10-13 Thread rread
Is there anything besides /linux in the root? Sounds like init is dynamic and needs the linker and libc. Make sure init is static. robert * Paul Powell ([EMAIL PROTECTED]) [001013 17:18]: > Hello, > > I am attempting to move all of the root files and > folders into a single directory /linux

Re: init= parameter doesn't work

2000-10-13 Thread rread
Is there anything besides /linux in the root? Sounds like init is dynamic and needs the linker and libc. Make sure init is static. robert * Paul Powell ([EMAIL PROTECTED]) [001013 17:18]: Hello, I am attempting to move all of the root files and folders into a single directory /linux on