adamperkowski / highlightos

🌄 x86_64 OS (kernel) made from scratch in Rust & Assembly
https://os.adamperkowski.dev
GNU General Public License v3.0
47 stars 4 forks source link

Added colors for specific events #14

Closed adamperkowski closed 4 months ago

adamperkowski commented 4 months ago

Added color to a bunch of things idk go check it out.

Added print_colored: https://github.com/adamperkowski/highlightos/blob/502e52ae407906af012db49d8c544b889776a8ba/shell/src/vga_buffer.rs#L196-L202

And messed up a little with code aesthetics & readability :(

Closes #7