PIC Microcontroller Operating System
bootloader, kernel, operating-system, pic, rtos
Solution
I suggest you check out FreeRTOS.
Problem
I heard it is possible to write an Operating System, using the built in bootloader and a kernel that you write, for the PIC microcontroller. I also heard it has to be a RTOS. - Is this true? Can you actually make an operating system kernel (using C/C++) for PIC? - If yes to 1, are there any examples of this? - If yes to 1, would you need any type of software to create the kernel? - Is Microchip the only company that makes PIC microcontrollers? - Can the PIC microcontroller be programmed on a mac? Thanks!