summaryrefslogtreecommitdiff
path: root/index.xml
diff options
context:
space:
mode:
authorgarhve <git@garhve.com>2022-12-02 19:45:31 +0800
committergarhve <git@garhve.com>2022-12-02 19:45:31 +0800
commit924132dc97988d9c5ae37cb05fa7e2eb35e28276 (patch)
treeb841a5fc5b2d88bd5d70399e7e169876e3ca5900 /index.xml
parentc92d9940c3774bd3f719a1655b0f2d3f6fe3020d (diff)
transfer blogs 1
Diffstat (limited to 'index.xml')
-rw-r--r--index.xml13
1 files changed, 12 insertions, 1 deletions
diff --git a/index.xml b/index.xml
index d53bad7..0cce4a8 100644
--- a/index.xml
+++ b/index.xml
@@ -6,7 +6,18 @@
<description>Recent content on blog | garhve&#39;s hub</description>
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
- <lastBuildDate>Thu, 25 Aug 2022 13:40:56 +0800</lastBuildDate><atom:link href="https://blog.garhve.com/index.xml" rel="self" type="application/rss+xml" />
+ <lastBuildDate>Sat, 03 Sep 2022 14:33:37 +0800</lastBuildDate><atom:link href="https://blog.garhve.com/index.xml" rel="self" type="application/rss+xml" />
+ <item>
+ <title>Architecture of Linux Kernel</title>
+ <link>https://blog.garhve.com/posts/4/</link>
+ <pubDate>Sat, 03 Sep 2022 14:33:37 +0800</pubDate>
+
+ <guid>https://blog.garhve.com/posts/4/</guid>
+ <description>Description Modern microcontrollers nowadays support at least two privilege levels. Intel/AMD x86-64 family supports 4 levels, whilst ARM (32bit) microcontrollers support up to 7 levels (6 privileged, 1 non-privileged).
+Modern operating systems support at least 2 levels:
+User space: For applications to run in unprivileged user mode Kernel space: For the kernel (and all its components) to run in privileged mode – kernel mode Address of these 2 spaces are separate.</description>
+ </item>
+
<item>
<title>Mess with bash(1)</title>
<link>https://blog.garhve.com/posts/3/</link>