awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • lua/luaAvatar de lua

    lua/lua

    9,768Ver en GitHub↗

    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
    Ver en GitHub↗9,768
  • java-native-access/jnaAvatar de java-native-access

    java-native-access/jna

    8,916Ver en GitHub↗

    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
    Ver en GitHub↗8,916
  • just-js/justAvatar de just-js

    just-js/just

    3,803Ver en GitHub↗

    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
    Ver en GitHub↗3,803
  • tsoding/nob.hAvatar de tsoding

    tsoding/nob.h

    2,615Ver en GitHub↗

    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
    Ver en GitHub↗2,615
  1. Home
  2. Operating Systems & Systems Programming
  3. System Call Interfacing