Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-20 | serial: add serial_writestring as a function | Danny Holman | |
Add a function in the serial interface that writes an entire string to the serial line. Signed-off-by: Danny Holman <dholman@gymli.xyz> | |||
2021-01-20 | serial: don't declare serial_init as static | Danny Holman | |
The function serial_init should not be declared as static. This function could change under a different architecture and should be defined with the target architecture. Signed-off-by: Danny Holman <dholman@gymli.xyz> | |||
2021-01-20 | i386: add serial port support | Danny Holman | |
Add support for serial communication in the i386 architecture. Signed-off-by: Danny Holman <dholman@gymli.xyz> |