next up previous contents index
Next: 13.13.5 direct_cons_getchar: wait for Up: (X86 PC) Base Environment: Previous: 13.13.3 base_cooked_termios: Default termios

13.13.4 base_raw_termios: Default termios setting for raw-mode console

   

SYNOPSIS

#include <termios.h>

extern struct termios base_raw_termios ;

DESCRIPTION

A POSIX termios structures with values suitable for a basic raw-mode console tty. Used in the base environment when initializing a serial-port for remote GDB debuging in com_cons_init.

DEPENDENCIES

termios.h
12.4.30



Utah Flux Research Group