mirror of
https://github.com/wichtounet/thor-os.git
synced 2025-09-10 13:04:53 -04:00
Clean
This commit is contained in:
parent
fd92873000
commit
e46b1fc015
@ -16,7 +16,7 @@ uint8_t make_color(uint8_t fg, uint8_t bg){
|
|||||||
return fg | bg << 4;
|
return fg | bg << 4;
|
||||||
}
|
}
|
||||||
|
|
||||||
uint16_t make_vga_entry(char c, uint8_t color){
|
uint16_t make_vga_entry(const char c, uint8_t color){
|
||||||
uint16_t c16 = c;
|
uint16_t c16 = c;
|
||||||
uint16_t color16 = color;
|
uint16_t color16 = color;
|
||||||
return c16 | color16 << 8;
|
return c16 | color16 << 8;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user