Home»Projects »Linux for Cisco 2500 routers»Console Bug

Console Bug

"drivers/char/2681serial.c" blindly copies characters typed at the console to the tty. During kernel boot there is no tty yet, so typing a character during boot may give a trap frame.

The driver ought to be more intelligent, and I ought to be less lazy.

 

Back to uClinux-cisco2500