I am writing a very simple boot and kernel in asm and c++. The thing is my development system is windows and I cannot use cpu interupts on windows, or can I?
I dont think that my newly created kernel will be able to understand invoke ConsoleA or an of those win32 api calls. So what are my alternatives?