I broke the compiler

This commit is contained in:
plane000
2018-10-16 19:11:00 +01:00
parent 5e113daf7b
commit 734c78cdc3
7 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@@ -1,6 +1,6 @@
set timeout=0
set default=0
menuentry "UrMumOS" {
multiboot /boot/kernel
menuentry "ThanOS" {
multiboot /boot/ThanOS
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -2,7 +2,7 @@
// Copyright Benjamin Kyd (c) 2018
int kernel_main(void) {
const char* str = "Your mother gay lol";
const char* str = "Hello, World!";
char* videoMemoryPtr = (char*)0xb8000; // Video memory start
unsigned int i = 0;

Binary file not shown.