Here is easy steps to try Windows 10 on ARM or Ubuntu for ARM64 on your Apple Silicon Mac. Enjoy!
NOTE: that this is current, 8/19/2021 state.
- Install Xcode from App Store or install Command Line Tools on your Mac
| B1: Build charDev bang cach su dung lenh make. | |
| B2: Xem major trong log bang lenh dmesg | |
| B3: Chinh sua file loadcript.sh de phu hop voi major trong he thong | |
| B4: Build va chay chuong trinh test kiem tra ket qua |
| #include "select_sort.h" | |
| #include <stdint.h> | |
| int select_sort(void *arr, size_t nmember, size_t size, CompareFunc compare_func) | |
| { | |
| int index; | |
| int typesize = size / nmember; | |
| for (size_t i = 0; i < nmember; i++) { | |
| index = get_array_max_index(arr + i * typesize, nmember - i, |
Here is easy steps to try Windows 10 on ARM or Ubuntu for ARM64 on your Apple Silicon Mac. Enjoy!
NOTE: that this is current, 8/19/2021 state.
Here is an example of booting via Network PXE using the option ROM
qemu-system-x86_64 \
| !------------------------------------------------------------------------------- | |
| ! Xft settings | |
| !------------------------------------------------------------------------------- | |
| Xft.dpi: 96 | |
| Xft.antialias: false | |
| Xft.rgba: rgb | |
| Xft.hinting: true | |
| Xft.hintstyle: hintslight |