Ok, so i've made a bootloader in assembly but I think its very hard to write the operating system (the kernel) in assembly so I wonder if it is possible to write it in C#?
The question is: Can you write a C# console application and convert it to .bin or some other format which you can rawwrite to a floppy and then load it from the bootloader?
Thanks in advance