Bananymous
|
9274c9ee2f
|
Kernel: Abstract TTY to use new VESA
|
2022-12-15 19:05:07 +02:00 |
Bananymous
|
5f75479861
|
Kernel: zero initialize VGA_MEMORY and fix colors
|
2022-12-13 00:56:30 +02:00 |
Bananymous
|
03e7812cae
|
Kernel: Add basic ANSI support :)
|
2022-12-10 03:53:44 +02:00 |
Bananymous
|
3d3f12bd30
|
Kernel: Add new generic Printer class
kprint is now just a #define to Printer::print<terminal_putc>.
This allows us to use same print formatting for serial output :)
|
2022-12-10 00:57:09 +02:00 |
Bananymous
|
5ba7af2cf6
|
TTY: Treat tabs as spaces
|
2022-12-08 17:50:44 +02:00 |
Bananymous
|
998184e288
|
Kernel: TTY now handles '\b'
|
2022-12-07 04:35:02 +02:00 |
Bananymous
|
4202c999fa
|
Kernel: IRQs are now working :)
|
2022-12-07 02:48:44 +02:00 |
Bananymous
|
123382eace
|
Fixes :)
|
2022-11-15 21:42:14 +02:00 |
Bananymous
|
7c06c75d6c
|
Move cursor in terminal when writing to it
|
2022-11-15 09:26:14 +02:00 |
Bananymous
|
d289916bc0
|
Changed back to lower half kernel, since im dump.
I dont see the benefit of higher half (and could not get multiboot info)
|
2022-11-15 00:38:33 +02:00 |
Bananymous
|
b185ed4fd3
|
Libc is now written in C++
|
2022-11-14 00:31:24 +02:00 |