issues
search
Lockna
/
cernel
compact toy x64 kernel for learning purposes | uses stivale protocol
MIT License
9
stars
1
forks
source link
add framebuffer features
#1
Open
0x6D70
opened
3 years ago
0x6D70
commented
3 years ago
add a few features to the framebuffer
Tasks
[ ] backspace support
[x] add '\t' support
[x] double buffering
[x] colors (idea: print_rgb(r, g, b, format, ...))
[x] Add scroll support, if text goes out of monitor, screen should follow the text as it goes down
0x6D70
commented
3 years ago
added tab support (4 spaces)
add a few features to the framebuffer
Tasks