sortix-mirror/share/man/man4
Jonas 'Sortie' Termansen e57c84c5e6 Add com(4) terminal and console support.
Implement com(4) interrupt support for receiving data.

Add termios terminal support to the com(4) driver with tcsetattr(2)
support for configuring the hardware serial settings.

Add kernel(7) --console option which can be used to initialize the
com(4) driver early for the kernel console with the specified serial
settings and window size.

Add kernel(7) --text option for overriding the TERM environment variable.

Add kernel(7) --disable-logo option for disabling writing the the
operating system logo to the console on boot.

Add advanced bootloader option to select booting to a serial console on
com1. Add bootloader variables and hooks to customize this behavior.

Add tix-iso-bootconfig(8) --console, --grub-serial, --serial, and
--serial-console options as a convenince to opt into booting to the
serial console by default.

Add tix-iso-bootconfig(8) --kernel-options option for forwarding
additional options to the kernel.

The logterminal driver used for tty1 currently assumes that it controls
the kernel log, which is not true when com(4) is used as the console,
therefore the tty1 driver is currently disabled if a serial console is
selected, as a temporary workaround.
2024-12-16 17:37:37 +01:00
..
arp.4 Fix the the. 2023-02-17 23:25:40 +01:00
com.4 Add com(4) terminal and console support. 2024-12-16 17:37:37 +01:00
em.4 Add em(4) driver. 2023-01-09 23:58:19 +01:00
ether.4 Add networking stack. 2022-12-11 13:40:34 +01:00
icmp.4 Add networking stack. 2022-12-11 13:40:34 +01:00
if.4 Add dhclient(8). 2023-02-21 23:24:06 +01:00
inet.4 Fix the the. 2023-02-17 23:25:40 +01:00
ip.4 Add networking stack. 2022-12-11 13:40:34 +01:00
lo.4 Add ifconfig(8). 2023-01-11 00:42:20 +01:00
ping.4 Add ping(8). 2023-02-23 00:43:11 +01:00
tcp.4 Fix missing period in tcp(4) retransmission documentation. 2024-10-17 10:59:18 +02:00
udp.4 Add networking stack. 2022-12-11 13:40:34 +01:00