sickcodes/Docker-eyeOS

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

Open

#3 geöffnet am 3. Okt. 2020

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Shell (100 Forks)github user discovery
help wanted

Repository-Metriken

Stars
 (1.035 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide