An open API service indexing awesome lists of open source software.

https://github.com/go-darwin/mach

Package mach provides the low-level darwin Mach system calls for Go
https://github.com/go-darwin/mach

apple darwin go mach macos

Last synced: 4 months ago
JSON representation

Package mach provides the low-level darwin Mach system calls for Go

Awesome Lists containing this project

README

          

# mach

[![PkgGoDev](https://pkg.go.dev/badge/github.com/go-darwin/mach)](https://pkg.go.dev/github.com/go-darwin/mach)
[![GitHub Workflow](https://img.shields.io/github/workflow/status/go-darwin/mach/Test/main?label=test&logo=github&style=flat-square)](https://github.com/go-darwin/mach/actions)
[![Codecov branch](https://img.shields.io/codecov/c/github/go-darwin/mach/main?logo=codecov&style=flat-square)](https://app.codecov.io/gh/go-darwin/mach/)

Package mach provides the low-level darwin Mach system calls.

## References

- [mach | Kernel | Apple Developer Documentation](https://developer.apple.com/documentation/kernel/mach)