I'm working on an Operating system made completely from scratch, I already have the bootloader and kernel ready, and it even has a FAT12 file system, I'm thinking of creating an entire language for it
Any suggestions?
Good start - for inspiration, you can check out Drew DeVault's (<a href="https://drewdevault.com" rel="nofollow">https://drewdevault.com</a>) "bunnix", a Unix-like OS implemented in his own "Hare" language in about two weeks:<p><a href="https://git.sr.ht/~sircmpwn/bunnix" rel="nofollow">https://git.sr.ht/~sircmpwn/bunnix</a><p>Some suggestions for further projects:<p>* multi-core support<p>* portability, e.g. to an ARM or RISC-V machine (assuming you started on x86)<p>* networking