<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>지밍이 블로그</title>
    <link>https://jiming.tistory.com/</link>
    <description>Compare what you do for yourself now to when you were younger.</description>
    <language>ko</language>
    <pubDate>Thu, 2 Jul 2026 10:52:57 +0900</pubDate>
    <generator>TISTORY</generator>
    <ttl>100</ttl>
    <managingEditor>김지밍</managingEditor>
    <item>
      <title>.exrc</title>
      <link>https://jiming.tistory.com/472</link>
      <description>vi에서 설정이 부족해서(?) backspace 키나 화살표키 등이 안먹힌다.그래서 ~/.exrc 파일에 몇가지 설정을 해주면 잘 동작한다.(걍 vim 설치해서 쓰면되긴 한다.)그렇다면 저 파일은 뭘까해서 찾아봤당.vi 사용시,&amp;nbsp;user의 home 디렉터리에서 이 파일을 찾아서 설정을 반영한다.indentation, tab space 설정 같은것 들이다.대게 이런 설정은 파일이 열려있을 때 까지만 유효하기 때문에 .exrc라는 파일에 설정을 G..</description>
      <category>System/Linux OS</category>
      <author>김지밍</author>
      <guid isPermaLink="true">https://jiming.tistory.com/472</guid>
      <comments>https://jiming.tistory.com/472#entry472comment</comments>
      <pubDate>Sat, 23 Apr 2016 00:34:32 +0900</pubDate>
    </item>
    <item>
      <title>순두부탕</title>
      <link>https://jiming.tistory.com/438</link>
      <description>냉장고에&amp;nbsp;새우가 있길래 ㅋㅋㅋㅋ뒤포리? 라는걸&amp;nbsp;육수낼 때 같이 넣어봤는데,&amp;nbsp;걍 멸치랑 다시마로만 육수낸게&amp;nbsp;더 깔끔하다.이건.. 뭔가.. 시원한 맛보다는 풍부한 맛이갈까..?</description>
      <category>취미 ㅋㅋ</category>
      <author>김지밍</author>
      <guid isPermaLink="true">https://jiming.tistory.com/438</guid>
      <comments>https://jiming.tistory.com/438#entry438comment</comments>
      <pubDate>Sun, 6 Mar 2016 23:22:45 +0900</pubDate>
    </item>
    <item>
      <title>LA갈비</title>
      <link>https://jiming.tistory.com/437</link>
      <description>사진찍기가 왜케 귀찮은지 ㅋㅋ&amp;nbsp;생각난김에 !!역시 한식엔 마늘이 팍팍 들어가야 제맛..</description>
      <category>취미 ㅋㅋ</category>
      <author>김지밍</author>
      <guid isPermaLink="true">https://jiming.tistory.com/437</guid>
      <comments>https://jiming.tistory.com/437#entry437comment</comments>
      <pubDate>Sun, 6 Mar 2016 23:18:51 +0900</pubDate>
    </item>
    <item>
      <title>kernel/head.S (2)</title>
      <link>https://jiming.tistory.com/434</link>
      <description>이전__turn_mmu_on, __turn_mmu_on_end영역만 page table에 매핑__create_page_table &amp;nbsp;계속...커널 코드 시작부터 .bss 섹션의 끝까지 메모리를 매핑한다.page table의 시작위치는 0x4000 (r4)* x &amp;gt;&amp;gt; (20-2)&amp;nbsp;1)&amp;nbsp;x &amp;gt;&amp;gt; 18x / 2^18x / (2^20 x 2^2)2)x &amp;gt;&amp;gt; 20 &amp;nbsp; &amp;nbsp; &amp;nbsp; ; ..</description>
      <category>System/Linux Kernel</category>
      <author>김지밍</author>
      <guid isPermaLink="true">https://jiming.tistory.com/434</guid>
      <comments>https://jiming.tistory.com/434#entry434comment</comments>
      <pubDate>Sat, 5 Mar 2016 16:35:48 +0900</pubDate>
    </item>
    <item>
      <title>레고 시청 / 파리레스토랑 / 펠리스시네마</title>
      <link>https://jiming.tistory.com/433</link>
      <description>모듈러시청 10224&amp;nbsp;파리레스토랑 10243펠리스시네마 10232</description>
      <category>취미 ㅋㅋ</category>
      <author>김지밍</author>
      <guid isPermaLink="true">https://jiming.tistory.com/433</guid>
      <comments>https://jiming.tistory.com/433#entry433comment</comments>
      <pubDate>Fri, 4 Mar 2016 21:53:21 +0900</pubDate>
    </item>
    <item>
      <title>레고 소방대</title>
      <link>https://jiming.tistory.com/432</link>
      <description>모듈러 소방대 10197</description>
      <category>취미 ㅋㅋ</category>
      <author>김지밍</author>
      <guid isPermaLink="true">https://jiming.tistory.com/432</guid>
      <comments>https://jiming.tistory.com/432#entry432comment</comments>
      <pubDate>Fri, 4 Mar 2016 21:51:31 +0900</pubDate>
    </item>
    <item>
      <title>레고 백화점</title>
      <link>https://jiming.tistory.com/431</link>
      <description>모듈러 백화점 10211</description>
      <category>취미 ㅋㅋ</category>
      <author>김지밍</author>
      <guid isPermaLink="true">https://jiming.tistory.com/431</guid>
      <comments>https://jiming.tistory.com/431#entry431comment</comments>
      <pubDate>Fri, 4 Mar 2016 21:50:13 +0900</pubDate>
    </item>
    <item>
      <title>kernel/head.S</title>
      <link>https://jiming.tistory.com/386</link>
      <description>head.S*&amp;nbsp;; 컴파일 시점에 이루어짐r3 : r2번 레이블의 물리주소 0x8080r4 : 2번 레이블의 가상주소 0x80008080r8 : 커널 메모리 시작 offset. 0x80000000r8 = r8 + r4 (0x8000000 + 0x8000000 = 0x0 &amp;nbsp;-&amp;gt; overflow 발생으로 더한값이 0이 된다.)#ifndef CONFIG_XIP_KERNELadr&amp;nbsp; &amp;nbsp; r3, 2fldmia r3, {r4,..</description>
      <category>System/Linux Kernel</category>
      <author>김지밍</author>
      <guid isPermaLink="true">https://jiming.tistory.com/386</guid>
      <comments>https://jiming.tistory.com/386#entry386comment</comments>
      <pubDate>Sat, 27 Feb 2016 15:42:11 +0900</pubDate>
    </item>
    <item>
      <title>[Grammar in Use, intermediate] Unit 25. Can, could, and (be) able to</title>
      <link>https://jiming.tistory.com/370</link>
      <description>##### Unit&amp;nbsp;25.&amp;nbsp;Can, could, and (be) able to&amp;nbsp;~ 할수있다.#1. Cana. We use &quot;can&quot; to say that something is possible or allowed, or that somebody has the ability to do something.&amp;nbsp;* We use can + base form (can do / can see, etc.):+ We can see th..</description>
      <category>Studying English/grammar</category>
      <author>김지밍</author>
      <guid isPermaLink="true">https://jiming.tistory.com/370</guid>
      <comments>https://jiming.tistory.com/370#entry370comment</comments>
      <pubDate>Tue, 16 Feb 2016 19:04:33 +0900</pubDate>
    </item>
    <item>
      <title>[Grammar in Use, intermediate] Unit 24. When I do / When I've done, When and if</title>
      <link>https://jiming.tistory.com/369</link>
      <description>##### Unit&amp;nbsp;24. When I do / When I've done, When and if~ 할 때,#1. When I do (When)&quot;I'll call you when I get home from work&quot; is a sentence with two parts:- the main part : I'll call you&amp;nbsp; &amp;nbsp; and- the when part : when I get home from worka. The t..</description>
      <category>Studying English/grammar</category>
      <author>김지밍</author>
      <guid isPermaLink="true">https://jiming.tistory.com/369</guid>
      <comments>https://jiming.tistory.com/369#entry369comment</comments>
      <pubDate>Tue, 16 Feb 2016 18:07:48 +0900</pubDate>
    </item>
    <item>
      <title>[Grammar in Use, intermediate] Unit 23. Will be doing and will have done</title>
      <link>https://jiming.tistory.com/368</link>
      <description>##### Unit&amp;nbsp;23. Will be doing and will have done미래진행과 미래완료#0. Study this example situation:Now,&amp;nbsp;these people are standing in line to get into the stadium.An hour from now, the stadium will be full.Everyone will be watching the game.Three hours fr..</description>
      <category>Studying English/grammar</category>
      <author>김지밍</author>
      <guid isPermaLink="true">https://jiming.tistory.com/368</guid>
      <comments>https://jiming.tistory.com/368#entry368comment</comments>
      <pubDate>Tue, 16 Feb 2016 17:13:48 +0900</pubDate>
    </item>
    <item>
      <title>[Grammar in Use, intermediate] Unit 22. I will and I'm going to</title>
      <link>https://jiming.tistory.com/367</link>
      <description>##### Unit&amp;nbsp;22. I will and I'm going toI will과 I'm going to 비교# 1. Future actions&amp;nbsp;Will&amp;nbsp;(be) going&amp;nbsp;to&amp;nbsp;- We use will when we decide to do something at the time of speaking.&amp;nbsp;&amp;nbsp;- The speaker has not decided before.&amp;nbsp;- To d..</description>
      <category>Studying English/grammar</category>
      <author>김지밍</author>
      <guid isPermaLink="true">https://jiming.tistory.com/367</guid>
      <comments>https://jiming.tistory.com/367#entry367comment</comments>
      <pubDate>Tue, 16 Feb 2016 16:23:23 +0900</pubDate>
    </item>
    <item>
      <title>[Grammar in Use, intermediate] Units 20-21. Will (Shall/Should)</title>
      <link>https://jiming.tistory.com/366</link>
      <description>##### Units 20-21.&amp;nbsp;Will (Shall/Should)~할 것이다.#1. I'll (= I will)a. We use I'll when we decide to do something at the time of speaking:* You cannot use the simple present in these sentences.+ Oh, I left the door ope. I'll go and shut it.+ What would y..</description>
      <category>Studying English/grammar</category>
      <author>김지밍</author>
      <guid isPermaLink="true">https://jiming.tistory.com/366</guid>
      <comments>https://jiming.tistory.com/366#entry366comment</comments>
      <pubDate>Tue, 16 Feb 2016 14:29:41 +0900</pubDate>
    </item>
    <item>
      <title>[Grammar in Use, intermediate] Unit 19. (I'm) going to (do)</title>
      <link>https://jiming.tistory.com/365</link>
      <description>##### Unit 19. (I'm) going to (do)~할 예정이다.#1. I am going to do something = I have already decided to do it, I intend to do it:+&amp;nbsp;A: Are you going to watch the football game on TV tonight?B: No, I'm going to go to bed early. I'm tired from my trip.+A: ..</description>
      <category>Studying English/grammar</category>
      <author>김지밍</author>
      <guid isPermaLink="true">https://jiming.tistory.com/365</guid>
      <comments>https://jiming.tistory.com/365#entry365comment</comments>
      <pubDate>Tue, 16 Feb 2016 14:28:46 +0900</pubDate>
    </item>
    <item>
      <title>[Grammar in Use, intermediate] Unit 18. Present Tense (I am doing/ I do) with a Future Meaning</title>
      <link>https://jiming.tistory.com/364</link>
      <description>##### Unit 18. Present Tense&amp;nbsp;(I am doing / I&amp;nbsp;do) with a Future Meaning현재진행/현재&amp;nbsp;시제 (미래의미)#1. Present Continuous (I am doing) with a future meaninga. We &amp;nbsp;can use Present continuous with a future meaning when we has already decided and arr..</description>
      <category>Studying English/grammar</category>
      <author>김지밍</author>
      <guid isPermaLink="true">https://jiming.tistory.com/364</guid>
      <comments>https://jiming.tistory.com/364#entry364comment</comments>
      <pubDate>Tue, 16 Feb 2016 13:13:48 +0900</pubDate>
    </item>
  </channel>
</rss>