Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-22 | arch: i386: make serial_writestring inline | Danny Holman | |
The serial_writestring function is small enough and platform-agnostic, and therefore it should be moved into the main serial header and marked as inline. Signed-off-by: Danny Holman <dholman@gymli.org> | |||
2021-09-28 | arch: i386: add support for 8259 PIC | Danny Holman | |
Add support for the 8259 programmable interrupt controller. Signed-off-by: Danny Holman <dholman@gymli.xyz> | |||
2021-01-24 | x86: reorganize the i386 directory | Danny Holman | |
Add structure to the internals of the x86 directory. Signed-off-by: Danny Holman <dholman@gymli.xyz> |