|
d24f83b493
|
Moved stdio.h into lib/
|
2022-06-19 19:17:15 +02:00 |
|
|
08a6ed51bb
|
PS/2 keyboard driver
|
2022-06-19 19:08:16 +02:00 |
|
|
e93cf7db3c
|
APIC timer driver
|
2022-06-18 19:19:03 +02:00 |
|
|
7bb5e0d16c
|
Finished and fixed ISR+IDT
|
2022-06-18 03:56:45 +02:00 |
|
|
29093837a3
|
Implemented IDT
|
2022-06-18 00:44:37 +02:00 |
|
|
2160a41e81
|
Finished VGA driver and implemented stdio.h (printf and puts)
|
2022-06-17 17:13:55 +02:00 |
|
|
dea348c716
|
Renamed some functions
print_string() -> puts()
print_string_at() -> puts_at()
Also created printf() that (for now) just calls puts()
|
2022-06-17 14:42:44 +02:00 |
|
|
7f48dc6a17
|
ANSI text coloring
|
2022-06-17 14:30:41 +02:00 |
|
|
b941e48f4b
|
VGA print_string()
|
2022-06-17 13:27:22 +02:00 |
|
|
1816cefb47
|
VGA set_cursor() and get_cursor()
|
2022-06-17 12:47:57 +02:00 |
|
|
1215e39086
|
Basic VGA driver
|
2022-06-17 12:28:24 +02:00 |
|
|
30070d84dd
|
Finally, bootable kernel bare bones!
|
2022-06-17 00:44:56 +02:00 |
|