awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesSystem Call Interfacing

Capabilities for executing low-level operating system calls from within a runtime environment.

Distinct from Operating Systems & Systems Programming: Specifically handles the interface between a scripting engine and the host OS, distinct from kernel development or VM guest support.

Explore 4 awesome GitHub repositories matching operating systems & systems programming · System Call Interfacing. Refine with filters or upvote what's useful.

Awesome System Call Interfacing GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • lua/luaAvatar von lua

    lua/lua

    9,768Auf GitHub ansehen↗

    Lua is an embeddable scripting language written in ISO C, designed to be integrated into host applications for runtime customization. It provides a C-based scripting engine and a prototype-based object model that utilizes associative arrays and metatables to implement inheritance and complex data structures. The language features a cooperative multitasking system that manages concurrent execution threads via coroutines and an incremental garbage collector for automatic memory management. It includes a safe code sandbox to isolate global state and run untrusted scripts within a protected envir

    Provides mechanisms to execute system-level calls for managing interactions between the engine and the host operating system.

    C
    Auf GitHub ansehen↗9,768
  • java-native-access/jnaAvatar von java-native-access

    java-native-access/jna

    8,916Auf GitHub ansehen↗

    JNA is a foreign function interface and native memory mapper that allows Java applications to call functions in shared native libraries without writing custom JNI wrapper code. It serves as a JNI alternative framework for invoking C functions and mapping native data structures using high-level interfaces. The library distinguishes itself through its ability to translate Java objects and primitives into C-style structs, unions, and pointers for cross-platform memory exchange. On Windows, it provides a dedicated toolkit for interacting with Component Object Model objects using both early and la

    Provides a unified interface for executing low-level operating system calls across different platforms.

    Java
    Auf GitHub ansehen↗8,916
  • just-js/justAvatar von just-js

    just-js/just

    3,803Auf GitHub ansehen↗

    Just is a JavaScript runtime environment designed for system-level programming and high-performance execution. It provides a direct interface to kernel functions and hardware resources, allowing developers to interact with operating system features that are typically inaccessible through standard high-level programming environments. The runtime distinguishes itself by offering a streamlined execution model that minimizes startup latency and provides the ability to compile scripts into standalone, dependency-free binaries. By leveraging the V8 engine and a specialized module loading system, it

    Provides a direct interface for executing low-level operating system calls from within the JavaScript runtime.

    JavaScriptjavascriptlinuxruntime
    Auf GitHub ansehen↗3,803
  • tsoding/nob.hAvatar von tsoding

    tsoding/nob.h

    2,615Auf GitHub ansehen↗

    nob.h is a build system automation tool for C projects that allows build scripts and execution logic to be defined directly in the C programming language. It provides a way to manage custom compiler orchestration and the sequence of shell commands required to transform source code into binaries. The project is implemented as a header-only library, allowing build tooling to be integrated without a separate compilation step. It supports multi-stage build workflows, enabling the execution of configuration steps and the generation of intermediate files before final compilation. The system handle

    Interfaces directly with operating system APIs to handle file system operations and process management.

    C
    Auf GitHub ansehen↗2,615
  1. Home
  2. Operating Systems & Systems Programming
  3. System Call Interfacing