#!/bin/bash
./configure --with-pcre-jit --with-http_v2_module --with-http_ssl_module --with-mail --with-stream --with-threads --with-file-aio --with-http_realip_module --with-stream_ssl_module --with-stream --with-stream_ssl_module --with-stream --with-stream_ssl_module --with-http_stub_status_module --with-http_dav_module
make -j4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://i.csdn.net/#/user-center/profile?spm=1011.2266.3001.5111 | 个人资料-个人中心-CSDN | |
| https://mp.csdn.net/mp_blog/manage/article?spm=1010.2135.3001.5416 | 内容管理-CSDN创作中心 | |
| https://mp.csdn.net/mp_blog/creation/editor/155789056 | 写文章-CSDN创作中心 | |
| https://chat.deepseek.com/a/chat/s/9265488c-ce0b-4a48-962f-543da357439c | Yocto工具链与glibc兼容问题解决方案 - DeepSeek | |
| https://www.google.com/search?q=wsl2+%E8%AE%BF%E9%97%AE%E5%AE%BF%E4%B8%BB%E6%9C%BA&newwindow=1&sca_esv=d44b221d688bac1f&sxsrf=AE3TifO_0aP6fFUoEfHIIXmHtprPiRN40g%3A1765379423884&ei=X405aaXpNfjHkPIPmJng8Aw&oq=wsl2+%E8%AE%BF%E9%97%AE&gs_lp=Egxnd3Mtd2l6LXNlcnAiC3dzbDIg6K6_6ZeuKgIIATIFEAAYgAQyBRAAGIAEMgQQABgeMgQQABgeMgQQABgeMgQQABgeMgQQABgeMgQQABgeMgQQABgeMgQQABgeSOxCUABYpytwA3gBkAEAmAGxAqABhx2qAQYyLTE0LjG4AQPIAQD4AQGYAhKgApMewgIEECMYJ8ICChAjGIAEGCcYigXCAgsQLhiABBjRAxjHAcICChAAGIAEGEMYigXCAgwQABiABBhDGIoFGArCAgUQLhiABMICBxAAGIAEGAzCAggQABiABBiiBMICBRAhGKABmAMAkgcIMy4wLjEzLjKgB9VHsgcGMi0xMy4yuAeIHsIHCjAuNS4xMi41LTHIB3uACAA&sclient=gws-wiz-serp | wsl2 访问宿主机 - Google 搜索 | |
| https://doc |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| rm -rf /data/proot/test/command_fifo | |
| rm -rf /data/proot/test/stdout_fifo | |
| rm -rf /data/proot/test/stderr_fifo | |
| rm -rf /data/proot/test/exit_code_fifo | |
| mkfifo /data/proot/test/command_fifo | |
| mkfifo /data/proot/test/stdout_fifo | |
| mkfifo /data/proot/test/stderr_fifo | |
| mkfifo /data/proot/test/exit_code_fifo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # | |
| # Create a 8GB eMMC image for Tesla Model S/X MCU1 | |
| # | |
| # Example usage: ./mkteslaemmcimg.sh ./vinXXXXX.img ./develop-2019.20.2.1-16-5659e07dfd.img | |
| # | |
| set -e | |
| FIRMWARE=$2 | |
| IMAGE=$1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # | |
| # Create a 8GB eMMC image for Tesla Model S/X MCU1 | |
| # | |
| # Example usage: ./mkteslaemmcimg.sh ./vinXXXXX.img ./develop-2019.20.2.1-16-5659e07dfd.img | |
| # | |
| set -e | |
| FIRMWARE=$2 | |
| IMAGE=$1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Code generated by gin-swagger; DO NOT EDIT. | |
| package {{ .APIPackage }} | |
| // This file was generated by the swagger tool. | |
| // Editing this file might prove futile when you re-run the swagger generate command | |
| import ( | |
| "context" | |
| "github.com/gin-contrib/cors" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://stackoverflow.com/questions/75822219/how-do-i-define-where-my-code-is-in-the-memory-map-and-load-into-qemu | |
| https://ocgca.fusaprotection.com/how-to-use-jslinux/47241038 | |
| https://www.reddit.com/r/VFIO/comments/ux1qrm/how_to_model_a_memory_which_can_be_accessshared/ | |
| https://www.academia.edu/5715681/Enabling_TLM2_0_interface_on_QEMU_and_SystemC_based_virtual_platform | |
| http://souktha.github.io/software/qemu-port/ | |
| https://airbus-seclab.github.io/qemu_blog/regions.html | |
| https://itecnote.com/tecnote/how-to-create-a-qemu-arm-machine-with-custom-peripherals-and-memory-maps/ | |
| https://developer.arm.com/documentation/100235/0004/the-cortex-m33-processor/memory-model/processor-memory-map | |
| https://lists.nongnu.org/archive/html/qemu-discuss/2018-08/msg00004.html | |
| https://stackoverflow.com/questions/66543857/qemu-system-arm-and-lm3s6965evb-cortex-m3-need-more-ram |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://github.com/mozilla/git-repo/blob/master/subcmds/sync.py | |
| https://gerrit.googlesource.com/git-repo/+/master/project.py |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://forum.xda-developers.com/t/rom-aosp-4-4-4-for-ascend-p6-21-07-2014.2739825/page-16 | |
| https://github.com/search?q=vendor%2Fhisi%2Fplatform%2Fhi6620cs_sft&type=code | |
| https://android.googlesource.com/kernel/hikey-linaro/+/android-hikey-linaro-4.9/mm | |
| https://github.com/Kostyan-nsk/hwp6s-kernel/blob/062d3b4929ca230205591c377519b8c1962c3e19/Android.mk | |
| http://git.linaro.org/landing-teams/working/hisilicon/uefi.git/tree/HisiPkg/Include/Platform/ArmPlatform.h?h=linaro-platform-hisilicon-d01 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://www.one-tab.com/page/1IKiCMzoTK25vsdzISTbKg |
NewerOlder