multiplix

An operating system kernel for RISC-V and AArch64 SBCs (by zyedidia)

Multiplix Alternatives

Similar projects and alternatives to multiplix

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

multiplix reviews and mentions

Posts with mentions or reviews of multiplix. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-29.
  • Multiplix, operating system kernel for RISC-V and AArch64 SBCs
    1 project | /r/hypeurls | 1 Sep 2023
    1 project | news.ycombinator.com | 30 Aug 2023
  • My favorite C compiler flags during development
    3 projects | news.ycombinator.com | 29 Apr 2023
    You need to provide implementations of the callbacks yourself. For example, to use the address sanitizer you should use `-fsanitize=kernel-address`, and then the compiler will generate calls to `__asan_load8_noabort`, `__asan_load4_noabort`, `__asan_store8_noabort`... when loads/stores happen. In those functions, you need to implement the sanitizer yourself, and have it panic if it detects an invalid access (address sanitizers are usually implemented with shadow memory). You'll have to give your sanitizer enough shadow memory during initialization, and also add your own alloc/free sanitizer callbacks to your allocator (so the sanitizer knows when things are allocated/freed). I have an example [here](https://github.com/zyedidia/multiplix/blob/master/kernel/san...) that implements a basic ASAN and UBSAN in a kernel (it's written in D, but could be easily adapted to C or C++). Hopefully it's helpful!
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 5 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Stats

Basic multiplix repo stats
3
122
8.3
8 months ago

zyedidia/multiplix is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of multiplix is D.


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