<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Arm64 on zevorn.blog</title><link>https://zevorn.cn/tags/arm64/</link><description>Recent content in Arm64 on zevorn.blog</description><image><title>zevorn.blog</title><url>https://zevorn.cn/avatar.webp</url><link>https://zevorn.cn/avatar.webp</link></image><generator>Hugo</generator><language>zh-cn</language><lastBuildDate>Sun, 06 Oct 2024 08:21:53 +0000</lastBuildDate><atom:link href="https://zevorn.cn/tags/arm64/index.xml" rel="self" type="application/rss+xml"/><item><title>在幽兰本上构建最小 KVM 虚拟机</title><link>https://zevorn.cn/posts/18/</link><pubDate>Sun, 06 Oct 2024 08:20:07 +0000</pubDate><guid>https://zevorn.cn/posts/18/</guid><description>构建最小虚拟机 前言 ARM 架构上的 KVM（Kernel based Virtual Machine）是一种基于 Linux 内核的虚拟化技术，它允许用户空间程序通过系统调用来直接控制硬件，从而实现对虚拟机的管理。KVM 在 x86 平台上已经非常成熟，而在 ARM 架构上，KVM 也得到了广泛的支持和发展。 PS: 本文首发在幽兰 Wiki 构建最小虚</description></item><item><title>在 x86 平台上模拟 Aarch64 的 FCMP 指令</title><link>https://zevorn.cn/posts/6/</link><pubDate>Thu, 23 May 2024 15:10:50 +0000</pubDate><guid>https://zevorn.cn/posts/6/</guid><description>体系架构模拟最高效的实现，是尽量做到1：1模拟指令，即一条源目标架构指令对应到一条目标架构指令上。对于解释执行的实现，也要尽可能贴近这个原则，尽量以最少的目标架构指令，来模拟源架构指令。 一、思路介绍 aarch64的FCMP指令定义如下： 大体可以分为两种：单精度浮点比较，双精度浮点比较，每一种又分为有序比较和无序比较，所以可以总结为四种情况。 恰好这四种</description></item></channel></rss>