Commit Graph

16 Commits

Author SHA1 Message Date
a03745805b Remove C usage 2018-04-29 04:20:47 +01:00
edbc39cc3b Added GDT setup code. 2018-04-29 04:20:47 +01:00
4d896d0eb7 Fixed printing of unsigned integers. 2018-04-29 04:20:47 +01:00
367f7ab3b7 Added method stub for interrupt handling. 2018-04-29 04:20:47 +01:00
92b1cffde6 Added scancodes for set one up to 0x0F. 2018-04-29 04:20:47 +01:00
e636f24995 Starting work on a PS2 keyboard driver. 2018-04-29 04:20:47 +01:00
c98464d1c7 Added assembly for reading/writing to IO locations. 2018-04-29 04:20:47 +01:00
e0c0d8cfa3 Removed code duplication in terminalWriteChar. 2018-04-29 04:20:47 +01:00
af091674a6 Reduced number of calculations performed in terminalScroll. 2018-04-29 04:20:47 +01:00
47f18157b3 Made VGA memory bounds setting more obvious as to why it has its value. 2018-04-29 04:20:47 +01:00
5982c72a8a Decrease VGA memory array size by one. Correction of an off by one error to ensure we stay within the appropriate memory. 2018-04-29 04:20:47 +01:00
65a4b94be1 Scrolling now works. Simplified access to VGA memory. 2018-04-29 04:20:47 +01:00
0da0bc40dd Gave panicoverride a C implementation for now. 2018-04-29 04:20:47 +01:00
7f426b5f25 Fixed integer printing for negative numbers. 2018-04-29 04:20:47 +01:00
e871378f8f Added printing of ints to the screen. 2018-04-29 04:20:47 +01:00
77e4e91b73 Moved from a flat directory structure to a more sane one. 2017-10-21 19:23:17 +01:00