Age | Commit message (Collapse) | Author | |
---|---|---|---|
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> | |||
2021-01-17 | kernel: add main initialization functions | Danny Holman | |
Add the main initialiazation functions within the main kernel directory. Signed-off-by: Danny Holman <dholman@gymli.xyz> |