I broke the compiler
This commit is contained in:
BIN
ISO/boot/ThanOS
BIN
ISO/boot/ThanOS
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
set timeout=0
|
||||
set default=0
|
||||
|
||||
menuentry "UrMumOS" {
|
||||
multiboot /boot/kernel
|
||||
menuentry "ThanOS" {
|
||||
multiboot /boot/ThanOS
|
||||
}
|
||||
|
||||
BIN
ISO/boot/kernel
BIN
ISO/boot/kernel
Binary file not shown.
BIN
bin/ThanOS.bin
BIN
bin/ThanOS.bin
Binary file not shown.
BIN
bin/ThanOS.iso
BIN
bin/ThanOS.iso
Binary file not shown.
@@ -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;
|
||||
|
||||
BIN
obj/kernel.o
BIN
obj/kernel.o
Binary file not shown.
Reference in New Issue
Block a user