Re: Crystalfontz LCD display from kernel?
From: Tim Pushor (timp_at_crossthread.com)
Date: 09/24/04
- Previous message: Mike Meyer: "Re: execute a user process in the kernel"
- In reply to: Daniel O'Connor: "Re: Crystalfontz LCD display from kernel?"
- Next in thread: Daniel O'Connor: "Re: Crystalfontz LCD display from kernel?"
- Reply: Daniel O'Connor: "Re: Crystalfontz LCD display from kernel?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 23 Sep 2004 17:31:26 -0600 To: "Daniel O'Connor" <doconnor@gsoft.com.au>
Daniel O'Connor wrote:
>On Thu, 23 Sep 2004 04:18, Tim Pushor wrote:
>
>
>>My question is, I would really like to be able to display various things
>>during startup, shutdown, and once shutdown is complete to the LCD. I
>>assume I would have to modify the kernel for this. I done lots of C
>>programming, and hardware interface programming in C and assembler, but
>>never any UNIX kernel programming.
>>
>>First of all, is this doable? Also, would it be easier (from the kernel
>>programming perspective) to do this via USB or Serial?
>>
>>
>
>Opening a device etc from the kernel would be moderatly painful..
>It write a userland program which did it first and then port it.
>
>
>
Daniel,
Theres' really nothing to port. I just want to output various things at
different points in the bootup process, and again when the system is
safe to shut off.
How painful is it to open/use a device from inside the kernel?
Thanks,
Tim
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"
- Previous message: Mike Meyer: "Re: execute a user process in the kernel"
- In reply to: Daniel O'Connor: "Re: Crystalfontz LCD display from kernel?"
- Next in thread: Daniel O'Connor: "Re: Crystalfontz LCD display from kernel?"
- Reply: Daniel O'Connor: "Re: Crystalfontz LCD display from kernel?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
- Re: /dev/psaux-Interface
... Dmitry> loaded first). ... Dmitry> there is a mouse behing the port.
... In kernel programming, you ... copying a few lines of sample code from the kernel
hacking guide. ... (Linux-Kernel) - Crystalfontz LCD display from kernel?
... I would really like to be able to display various things ... during startup,
shutdown, and once shutdown is complete to the LCD. ... assume I would have to modify the
kernel for this. ... programming, and hardware interface programming in C and assembler,
but ... (freebsd-hackers) - Re: Crystalfontz LCD display from kernel?
... > during startup, shutdown, and once shutdown is complete to the LCD. ...
> assume I would have to modify the kernel for this. ... > programming, and
hardware interface programming in C and assembler, but ... for Genesis Software - http://www.gsoft.com.au
... (freebsd-hackers) - Re: [PATCH 0 of 4] Generic AIO by scheduling stacks
... thought we couldn't do native kernel threads for "normal" threading ... disciplines
in question: i hacked on scheduling, 1:1 threading, on Tux, ... the programmer from the
risks and complexities of thread programming, ... Having a 1:1 relationship between user-space
and kernel-space context is ... (Linux-Kernel) - Re: Problem: Kernel Panic/Oops on shutdown with 2.6.9 and Dell Optiplex SX280
... I've applied your patch and thankfully the bug was triggered on the ... >
It's interesting that this only happens during shutdown: ... Dec 2 17:03:22 kermit kernel:
path: `' ... Dec 2 17:03:22 kermit kernel: device eth0 left promiscuous mode ...
(Linux-Kernel)