Greetings all,

I want to make a small embeded program to respond to some communication
on the serial port.
I'd like to build the code into the Kernel so I I just have to write the
kernel to a floppy and let the floppy load.

My problems are
1. I don't know how I should include the standard library stuff into
this custom kernel
2. I don't want a filesystem (CONFIG_NOFS) but I do want to access the
serial port.
    Will I have to use system calls?

The program basically listens to the comms port and responds in various
ways depending
on the data comming in on the serial port.

Thanks in advance
Peter.

Reply via email to