feat: made more definitions constant and did some more minor
improvements
This commit is contained in:
@@ -29,6 +29,6 @@
|
||||
|
||||
void vga_clear_screen();
|
||||
|
||||
void vga_kprint(char *msg);
|
||||
void vga_kprint(const char *msg);
|
||||
|
||||
#endif //MY_KERNEL_VGASCREEN_H
|
||||
|
||||
Reference in New Issue
Block a user