Operating system kernels for microcontrollers!??!


Closed Thread
Results 1 to 3 of 3
  1. #1

    Post Operating system kernels for microcontrollers!??!

    Hey everybody. Last week I met a guy who told me that there are kernels... little kernels from operating systems like linux that you can load into a microcontroller (depending on wich micro we´re talking about).... Anyways, does anybody knows something about this?? Are these little kernels available for pics??

    Regards.

  2. #2
    Join Date
    Jun 2005
    Location
    Wisconsin
    Posts
    382


    Did you find this post helpful? Yes | No

    Default

    The only one I could find was uClinux

    http://www.uclinux.org/

  3. #3
    Join Date
    Jul 2005
    Posts
    78


    Did you find this post helpful? Yes | No

    Default

    No, a PIC is not powerful enough to use or require a kernal.

    You can thing of a kernal as "DOS" (it isn't, but is analogous), it contains things like heap allocators, file handling routines for mass storage, very 'hi level' stuff compared to a PIC that just bangs a few bits around the ports.

    Some of the ‘ds’ series micros have the capability to need some of this. Microchip makes these libraries as free or cheap as possible, but you’re into C compiler land there.

Similar Threads

  1. Instant Interrupts - Revisited
    By Darrel Taylor in forum Code Examples
    Replies: 772
    Last Post: - 17th February 2016, 22:14
  2. 32 bit square root
    By Charles Linquis in forum mel PIC BASIC Pro
    Replies: 20
    Last Post: - 6th May 2009, 03:37
  3. PIC16F877A - Timer0 won't interrupt
    By WishMaster^ in forum mel PIC BASIC Pro
    Replies: 19
    Last Post: - 25th April 2007, 08:25
  4. calibration clock 12f508
    By volcane in forum mel PIC BASIC Pro
    Replies: 13
    Last Post: - 5th December 2006, 10:33
  5. PIC10F202 Variable trouble
    By George in forum mel PIC BASIC Pro
    Replies: 22
    Last Post: - 13th October 2006, 02:14

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts