diff options
Diffstat (limited to 'posts/4')
-rw-r--r-- | posts/4/index.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/posts/4/index.html b/posts/4/index.html index 2b2cf24..0b7b950 100644 --- a/posts/4/index.html +++ b/posts/4/index.html @@ -8,7 +8,9 @@ <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="author" content="garhve" /> <meta property="og:url" content="https://blog.garhve.com/posts/4/" /> - <link rel="canonical" href="https://blog.garhve.com/posts/4/" /><link rel="alternate" type="application/atom+xml" href="https://blog.garhve.comindex.xml" title="blog | garhve's hub"> + <link rel="canonical" href="https://blog.garhve.com/posts/4/" /><link rel="apple-touch-icon" href="https://assets.garhve.com/pictures/assets/images/favicon/favicon.ico" /> + <link rel="icon" href="https://assets.garhve.com/pictures/assets/images/favicon/favicon.ico" /> + <link rel="shortcut" href="https://assets.garhve.com/pictures/assets/images/favicon/favicon.ico" /><link rel="alternate" type="application/atom+xml" href="https://blog.garhve.comindex.xml" title="blog | garhve's hub"> <script type="application/ld+json"> { @@ -44,7 +46,7 @@ User space: For applications to run in unprivileged user mode Kernel space: For <meta name="description" content="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." /> - <meta property="og:locale" content="en-us" /><meta property="og:image" content="" /> + <meta property="og:locale" content="en-us" /><meta property="og:image" content="https://assets.garhve.com/pictures/assets/images/favicon/favicon.ico" /> <!DOCTYPE html> <html> |