linux

Linux kernel source tree (by openbouffalo)

Linux Alternatives

Similar projects and alternatives to linux

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better linux alternative or higher similarity.

linux reviews and mentions

Posts with mentions or reviews of linux. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-23.
  • What does inter-core communication look like?
    4 projects | /r/embedded | 23 Jun 2023
    The "IRQ router" is handled as a nested interrupt controller in linux. There are some memory mapped registers where we can mask/unmask/clear which interrupts we want to route to D0 from M0. Once one of these unmasked interrupts gets triggered, D0 will get `WL_ALL_IRQn`. And then you have to go look at those memory mapped registers to figure out which M0 interrupt got triggered. Look for function ` GLB_DSP_Get_MCU_IntStatus` and siblings. This functionality is completely undocumented and https://github.com/smaeul figured out how it works. Linux driver is here(https://github.com/openbouffalo/linux/blob/bl808/all/drivers/irqchip/irq-bflb-mcu.c)
  • Why is it so difficult to find a device that is not supported by Linux?
    2 projects | /r/embedded | 14 Jun 2023
    If you want to get into other aspects - the bl808 from bouffalo labs is a Triple core ASP (not SMP!) CPU with 64MB of ram (!) for $8. It can run Linux and but still needs a lot of drivers written, from areas like clocks through to SPI/I2C etc. https://github.com/openbouffalo/linux

Stats

Basic linux repo stats
3
6
0.0
12 months ago

openbouffalo/linux is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.

The primary programming language of linux is C.

Popular Comparisons


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com