kernel: some random modifications

This commit is contained in:
RaphProductions 2025-05-07 22:12:35 +02:00
parent e6a2c1e240
commit 175805604e
17 changed files with 141 additions and 237 deletions

View file

@ -16,14 +16,14 @@ void log(char *format, ...) {
rt_print(buf);
char *date = "1970-01-01 00:00:00 | ";
for (int i;;i++) {
for (int i=0;;i++) {
if (date[i] == '\0')
break;
outb(0xE9, date[i]);
}
for (int i;;i++) {
for (int i=0;;i++) {
if (buf[i] == '\0')
break;