<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Bun-Bun</author_name>
  <author_url>https://blog.hatena.ne.jp/Bun-Bun/</author_url>
  <blog_title>ぶんの blog ステーション</blog_title>
  <blog_url>https://bun-bun.hatenadiary.org/</blog_url>
  <categories>
    <anon>Let's kernel</anon>
  </categories>
  <description>カーネルを読みたければC言語が必須だけど、書けなくても、要は読めればよろしい。カーネルに main 関数はない。割り込みがかかってその都度呼び出されるから。 % cat -n p.c 1 #include &lt;stdio.h&gt; 2 3 string() 4 { 5 char msg[]=&quot;Linux&quot;; 6 fprintf(stdout, &quot;msg[1]=%c\n&quot;, msg[1]); 7 } 8 9 10 main() 11 { 12 int abc=123; 13 fprintf(stdout, &quot;abc=%d\n&quot;, abc); 14 string(); 15 } 16コンパイルすると a…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fbun-bun.hatenadiary.org%2Fentry%2F20070106%2F1168049323&quot; title=&quot;まずはC言語 - ぶんの blog ステーション&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2007-01-06 11:08:43</published>
  <title>まずはC言語</title>
  <type>rich</type>
  <url>https://bun-bun.hatenadiary.org/entry/20070106/1168049323</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
