2021年12月2日

摘要: [root@centos7 aarch64-bare-metal-qemu]# cat libc.s /* Output "Hello world!" to standard output. For Aarch64 (ARM64) architecture with GNU assembler, u 阅读全文
posted @ 2021-12-02 11:50 tycoon3 阅读(77) 评论(0) 推荐(0)
摘要: System calls Sometimes it is necessary for software to request a function from a more privileged entity. This might happen when, for example, an appli 阅读全文
posted @ 2021-12-02 11:26 tycoon3 阅读(388) 评论(0) 推荐(0)
摘要: [root@centos7 aarch64-bare-metal-qemu]# gcc -c test64.c -o test64.o [root@centos7 aarch64-bare-metal-qemu]# as -c startup64.s -o startup64.o [root@cen 阅读全文
posted @ 2021-12-02 10:34 tycoon3 阅读(278) 评论(0) 推荐(0)

导航