Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only 2 parts of the OSX script are stopping full container build of the disks #3

Open
sickcodes opened this issue Oct 3, 2020 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@sickcodes
Copy link
Owner

Only 2 things are stopping full build inside the container

  1. Making the tcp tunnel clang12 or something else eg
    arm64-apple-ios12.0.0-clang main.c -o test_module -arch arm64 -mabi=aapcs -Xlinker -kext -nostdlib -Xlinker -fatal_warnings -I../include/ -D_SECURE__STRING_H_ -O3

From https://github.com/checkra1n/pongoOS

  1. Resizing hfs - could just create a disk ad hoc with mkfs.hfsplus

2.5 - mounting loop devices inside a container (haven't learnt how yet)

All that has to change is all of the hdiutil commands to sudo losetup

@sickcodes sickcodes added the help wanted Extra attention is needed label Oct 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant