|
miniOS
x86_64 hobby kernel with SMP, VFS, and POSIX process model
|

Public Attributes | |
| spinlock_t | lock |
| struct minios_termios | termios |
| char | canonical_buf [TTY_BUFFER_SIZE] |
| uint16_t | canonical_len |
| char | input_buf [TTY_BUFFER_SIZE] |
| uint16_t | input_head |
| uint16_t | input_tail |
| uint8_t | eof_pending |
| uint32_t | foreground_pgid |
| uint32_t | foreground_sid |
| char tty_state_t::canonical_buf[TTY_BUFFER_SIZE] |
| uint16_t tty_state_t::canonical_len |
| uint8_t tty_state_t::eof_pending |
| uint32_t tty_state_t::foreground_pgid |
| uint32_t tty_state_t::foreground_sid |
| char tty_state_t::input_buf[TTY_BUFFER_SIZE] |
| uint16_t tty_state_t::input_head |
| uint16_t tty_state_t::input_tail |
| spinlock_t tty_state_t::lock |
| struct minios_termios tty_state_t::termios |