fix: added \n to string
This commit is contained in:
@@ -19,5 +19,5 @@ public func kernelMain(_ bootInfo: UnsafeMutablePointer<Bootinfo>) {
|
|||||||
pixels[i] = color
|
pixels[i] = color
|
||||||
i &+= 1
|
i &+= 1
|
||||||
}
|
}
|
||||||
kprint("Meow prrr meow nyaaa")
|
kprint("Meow prrr meow nyaaa\n")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user