Thursday, June 10, 2021
How to download WWDC2021 videos and subtitles
›
The scripts for previous WWDC are here https://iphonesdkdev.blogspot.com/2020/10/how-to-download-wwdc2020-videos-and.html https://iphonesdk...
Thursday, April 8, 2021
How to write subrountine call in macOS assembly code for x86_64 and arm64
›
(1) Demo the subrountine call in macOS assembly code for x86_64 and arm64. For M1 Mac with Rosetta 2 installed, it can compile and run x86_...
Saturday, April 3, 2021
How to use inline assembly language for M1 Mac for x86_64 and arm64
›
(1) Demo the inline assembly code for x86_64 and arm64 add-inline.c Select all #include <stdio.h> // compile with command line //...
Wednesday, December 23, 2020
How to install Parallel Desktop and Windows 10 on Mac M1
›
Mac M1 can install Parallel Desktop Preview and run x64 Windows app 1) Install PD for M1 Mac from https://www.parallels.com/blogs/parallel...
Sunday, December 20, 2020
Buid docker image for M1 Mac with development tools and vnc
›
(1) With the release of docker preview for Mac M1, it is now possible to build some arm64 images. Docker M1 preview https://desktop....
Saturday, December 19, 2020
How to setup debian vm with VNC on New Mac Mini M1
›
(1) Download the ubuntu kernel and images cd ${HOME} mkdir debianvm curl -o - https://cloud-images.ubuntu.com/releases/focal/release/unpa...
Thursday, December 3, 2020
How to run docker on the new Mac Mini M1
›
(1) Reference to this article https://finestructure.co/blog/2020/11/27/running-docker-on-apple-silicon-m1 (2) The problem of this method o...
‹
›
Home
View web version