Skip to content
View mszoek's full-sized avatar

Sponsors

@PlatinumLucario
@markshank
@cooljeanius

Block or report mszoek

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. ravynsoft/ravynos ravynsoft/ravynos Public

    An open-source OS project that aims to provide source and binary compatibility with macOS® and a similar user experience.

    C 6.7k 226

  2. hydrogen hydrogen Public

    A little toy OS written over a few months in 2019. 64-bit, preemptive multitasking kernel supporting EFI, PCIe, SATA, framebuffer graphics mode, HFS+ and a very limited userspace. Just a PoC for le…

    C++ 44 3

  3. ravynOS: Executing MachO ravynOS: Executing MachO
    1
    # Some notes on implementing MachO loading and `dyld` on ravynOS as an early PoC.
    2
    
                  
    3
    So far, I have modified rtld-elf (the FreeBSD runtime linker) to handle simple MachO objects. It can now
    4
    successfully load and run a trivial MachO executable built on a Mac with an external library dependency (libSystem.B.dylib - the C library). The linker also still handles ELF objects, so I call this monstrosity the "Macho ELF". 
    5
    
                  
  4. ravynsoft/efiloader ravynsoft/efiloader Public

    ravynOS XNU EFI Loader

    C 7 1