CK's IT blog

This is my blog on the development of
iPhone & Android in ChromeOS, Mac, Windows & Linux.

Wednesday, March 24, 2021

Differences of Mac and Linux Assembly Language

›
This example demo the differences of Assembly Language in Mac and Linux for x86_64 architecture. For arm64 assembly language differences, s...
Sunday, March 21, 2021

How to install Swift 5 compiler for Android Termux App

›
(1) Installation of packages pkg install clang pkg install swift (2) Test Grand Central Dispatch - concurrent queue Shell script    Se...
Friday, March 19, 2021

How to use m1 Mac mini to do mining

›
(1) download m1 ethminer here curl -OL https://github.com/gyf304/ethminer-m1/releases/download/v0.19.0-alpha.0-m1/ethminer-m1 chmod +x et...
Sunday, February 28, 2021

How to cross compile using Docker Desktop experimental feature buildx

›
Another demo to show the building of packages using experiemtal feature of Docker desktop. Have to enable the experimental feature to cross...
Thursday, February 25, 2021

How to cross compile QuantLib in docker

›
This example demo using dockcross to build Quantlib armv7 library packages and cross compile in host X86_64 machine Shell script    Selec...
Sunday, February 14, 2021

How to install Windows Subsystem for Linux 2 and docker on Windows 10

›
Required Windows 10 update 1903 or 1909 or above (1) Use Windows Power Shell (run as Administrator) to install WSL2 dism.exe /online /en...
Monday, January 18, 2021

Hello World Assembly code for Termux App

›
There is an article on M1 helloworld assembly language code on tge new Mac M1 hardware. https://smist08.wordpress.com/2021/01/08/apple-m1-as...
‹
›
Home
View web version
Powered by Blogger.