-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.xml
More file actions
44 lines (36 loc) · 2.49 KB
/
index.xml
File metadata and controls
44 lines (36 loc) · 2.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?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 Hypervisor</title>
<link>http://arm64hypervisor.com/</link>
<description>Recent content on ARM64 Hypervisor</description>
<image>
<url>http://arm64hypervisor.com/papermod-cover.png</url>
<link>http://arm64hypervisor.com/papermod-cover.png</link>
</image>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Mon, 25 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="http://arm64hypervisor.com/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Tutorial 1: Exception Levels</title>
<link>http://arm64hypervisor.com/posts/exception_levels/</link>
<pubDate>Mon, 25 Apr 2022 00:00:00 +0000</pubDate>
<guid>http://arm64hypervisor.com/posts/exception_levels/</guid>
<description>Today, we will be learning about exception levels.(have patience, we&rsquo;ll write actual code too, but in the next post.) Exceptions levels define execution privilege at each level. There are 4 exception levels in ARMv8 architecture.
Exception Level 0 (EL0): This Exception Level or Privilege Level is commonly used by userspace applications. Firefox, Libreoffice, VLC Media Player, and VirtualBox are a few examples of userspace applications. Exception Level 1 (EL1): Kernel and all privileged code associated with kernel works in EL1 execution level.</description>
</item>
<item>
<title>Tutorial 0: Introduction</title>
<link>http://arm64hypervisor.com/posts/intro/</link>
<pubDate>Tue, 19 Apr 2022 00:00:00 +0000</pubDate>
<guid>http://arm64hypervisor.com/posts/intro/</guid>
<description>This is a series of tutorials that I never had a year ago when I decided to write a bare-metal hypervisor on Raspberry Pi 4, Leo Hypervisor. I did not have prior experience with bare-metal or even kernel development. Therefore, I will be sharing all that I have learned in the following series of tutorials. You are welcome to contribute to this project and I would also love to learn from you.</description>
</item>
<item>
<title>About</title>
<link>http://arm64hypervisor.com/about/</link>
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
<guid>http://arm64hypervisor.com/about/</guid>
<description>archives</description>
</item>
</channel>
</rss>