Need some suggestions and answers to few questions for making a kernel in rust
Hello everyone, I am thinking to make a kernel in rust, but cannot decide few things so need some suggestions.
- The first thing I want suggestion is about bootloader to use , I dont wanna create my own, so should i use grub,limine or rust bootloader(as mentioned in https://os.phil-opp.com/).
- Also should i support older BIOS or just keep it UEFI only.
- Also, should i support arm or just keep it x86 only
- Should i keep it microkernel only or Monolithic kernal
It would be great if you suggest me, it would help me a lot.
Actually, I am bit confused of these questions and cannot decide on my own so posted here
Thanks in advance.