Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2021-07-25 | arch: i386: surround GDT macros with parens | Danny Holman | 1 | -15/+14 |
2021-07-24 | arch: i386: add GDT setup routines | Danny Holman | 4 | -69/+98 |
2021-07-20 | arch: i386: move the kernel to high memory | Danny Holman | 3 | -13/+66 |
2021-03-09 | Makefile: fix wrong -I directive to compiler | Danny Holman | 1 | -2/+2 |
2021-01-28 | i386: create terminal_scroll function | Danny Holman | 1 | -10/+25 |
2021-01-25 | i386: add support for newlines | Danny Holman | 1 | -0/+7 |
2021-01-24 | x86: reorganize the i386 directory | Danny Holman | 9 | -3/+73 |
2021-01-20 | serial: add serial_writestring as a function | Danny Holman | 1 | -0/+7 |
2021-01-20 | serial: don't declare serial_init as static | Danny Holman | 1 | -1/+1 |
2021-01-20 | i386: add serial port support | Danny Holman | 3 | -0/+57 |
2021-01-17 | arch: i386: add support for x86 processors | Danny Holman | 5 | -0/+142 |