root-rw.h 248 B

12345678910111213
  1. //
  2. // root-rw.h
  3. // Meridian
  4. //
  5. // Created by Ben Sparkes on 16/12/2017.
  6. // Copyright © 2017 Ben Sparkes. All rights reserved.
  7. //
  8. #include <mach/mach.h>
  9. #include <sys/mount.h>
  10. int mount_root(uint64_t kslide, uint64_t root_vnode, int pre130);