llamaking136
llamaking136
There's really no "one way" to make an OS. You just kinda have to wing it. There are some good tutorials online (like wiki.osdev.org or jamesmolloy.co.uk) but even those OS's...
Oh, alright. In the Makefile for `pythonOS`, there is a call to `os.system` that includes the arguments to `snek`. It is `snek `.
From they keyboard?
https://forum.osdev.org/viewtopic.php?f=1&t=28437
The basic fundamentals still apply. Using Python-to-C translators haven't really been used for OS development before, and `snek` is even newer. If you haven't done OS development before, it'll be...
> This is the result of me using `input()`. > >  Well, in that regard, it looks like the bootloader isn't finding the kernel image. Not sure about that.
Do you have a repo for your code?
Okay, I might be able to diagnose the error then.
Okay, thanks.
Alright. I see the issue. The reason that Limine can't find the kernel executable is because the compiler isn't happy. I re-wrote the build script to make sure that every...