簡易檢索 / 詳目顯示

研究生: 余家樺
Chia-Hua Yu
論文名稱: 記憶體修復之軟體解決方案
Software Solution for Memory Repair
指導教授: 黃世禎
Sun-Jen Huang
口試委員: 盧希鵬
Hsi-Peng Lu
羅天一
Tain-Yi Luor
黃世禎
Sun-Jen Huang
學位類別: 碩士
Master
系所名稱: 管理學院 - 資訊管理系
Department of Information Management
論文出版年: 2018
畢業學年度: 106
語文別: 中文
論文頁數: 24
中文關鍵詞: 記憶體修復動態隨機存取記憶體軟體修復
外文關鍵詞: Memory Repair, Software Repair Method
相關次數: 點閱:231下載:0
分享至:
查詢本校圖書館目錄 查詢臺灣博碩士論文知識加值系統 勘誤回報
  • 以往的記憶體修復,是從更換新的DRAM模組、DRAM顆粒,及用DRAM的備援去替換有問題的儲存單元(Cell),這些皆是對硬體做實際的修復,須要耗費較多的時間與成本。本論文提出軟體修復式方式,當桌上型或筆記型電腦之記憶體的儲存空間發生問題時,可以透過系統韌體(BIOS),將有問題的記憶體區塊,去做屏蔽的動作,並通知作業系統,不要對這些記憶體位址,讀寫其資料內容,用簡易且快速的軟體解決方案,去讓已經損壞的記憶體部份,不需要有任何硬體的替換,能讓作業系統維持正常工作,達到記憶體元件的再次利用,節省成本支出與元件的浪費。
    整個修復流程,將從記憶體測試、錯誤位元位址的分析與記錄,使系統於下一次的開機,能對其有問題的位址去做屏蔽,讓作業系統無法對其位址進行存取,防止因為記憶體的出錯,造成系統發生不可預期的問題發生。就算錯誤的位址數目已經超出可修復數量,也可透過記憶體控制器的定址方式與PCB Layout的走線,去找出問題的記憶體顆粒,個別做修復的處理,不致要更替整個記憶體模組的顆粒。使用軟體的修復方式取代傳統的硬體修復方式,雖然讓系統的可用記憶體空間,受到屏蔽的影響而減少,卻讓整體修復的成本與時間大幅降低。


    Traditional DRAM repair method is replacing new DRAM module, replacing new DRAM chip or DRAM backup solution. These belong to hardware repair, and take more time and more cost. When desktop or laptop computer memory malfunction, this thesis presents a software repair method to block this memory location by system firmware (BIOS) and notify OS not to read/write this protected memory address. It uses an easy and rapid way to repair DRAM damage part without any hardware replacement and let OS work normally. It saves the cost of repair and can re-use DRAM component.

    The whole repair process includes memory test, error bit address analysis and recording. Then next time system boot, it uses software method block memory address with problems before entering OS to prevent unpredictable issue occur. Even error address numbers exceed repairable number, we still can find out malfunction memory chip effectively by memory controller addressing or PCB layout, and repair it individually. Although system available memory size will be reduced by using software repair method to replace traditional hardware repair method, but it can improve repair cost and time effectively.

    目錄 摘要 .........................I ABSTRACT .......................II 誌謝 ......................III 目錄 .......................IV 圖目錄 ........................V 表目錄 .......................VI 第壹章 緒論 ....................1 1.1 研究背景 ....................1 1.2 研究目的 ....................2 1.3 研究流程 ....................2 第貳章 產業概況與知識背景 ........5 2.1 產業概況 ..................5 2.2 知識背景 ..................6 第參章 現行解決方案與問題 ......13 3.1 DRAM組態式Slot .........13 3.2 DRAM組態式Onboard ......13 3.3 DRAM的備援設計 .........14 第肆章 軟體修復方式 .........15 4.1 應用範圍 ..............15 4.2 資料收集 ..............17 4.3 相關變數與處置方法 ......19 第伍章 研究成果的分析 .......21 5.1 與傳統硬體維修方式之比較 .21 5.2 軟體維修方式之優缺點分析 .21 第陸章 結論與建議 ...........23 6.1 結論 ...................23 6.2 功能限制 ................23 6.3 研究延伸之未來性 ........23 參考文獻 ......................24 中文部分 ......................24 英文部分 ......................24 網站部分 ......................24

    參考文獻
    中文部分
    1. 戴正華(2015),UEFI原理與編程
    2. Mark E. Russinovich, David A. Solomon with Alex lonescu著,鄧瑋敦譯(2010),深入Windows核心Windows Internals第五版
    3. Barry B. Brey 著,王順源、曾傳蘆、周仁祥、曹恆偉譯(2005),Intel系列微處理器第七版
    4. Muhammad Ali Mazidi, Janice Gillispie Mazidi,方志鵬譯(2000),IBM PC系統設計與介面技術
    5. 古頤榛著(1996),80x86與MASM 6.1組合語言

    英文部分
    1. David A. Patterson, John L. Hennessy, 1997, Computer Organization & Design the hardware / software interface
    2. Michael Rothman, Tim Lewis, Vincent Zimmer and Robert Hale, 2010, Harnessing the UEFI Shell
    3. Vincent Zimmer, Michael Rothman, and Robert Hale, 2006, Beyond BIOS: Implementing the Unified Extensible Firmware Interface with Intel’s Framework

    網站部分
    1. 隨機存取記憶體,https://zh.wikipedia.org/wiki/%E9%9A%8F%E6%9C%BA%E5%AD%98%E5%8F%96%E5%AD%98%E5%82%A8%E5%99%A8
    2. 圖解RAM結構與原理,系統記憶體的Channel、Chip與Bank, https://www.techbang.com/posts/18381-from-the-channel-to-address-computer-main-memory-structures-to-understand
    3. MemTest86, https://www.memtest86.com/
    4. 2017年第三季全球PC出貨量,https://www.eettaiwan.com/news/article/20171016NT21-worldwide-pc-shipments-declined-in-2017Q3
    5. 2017年第二季全球DRAM廠記憶體營收排名,https://technews.tw/2017/09/19/the-dram-market-in-future/

    無法下載圖示 全文公開日期 2023/01/23 (校內網路)
    全文公開日期 本全文未授權公開 (校外網路)
    全文公開日期 本全文未授權公開 (國家圖書館:臺灣博碩士論文系統)
    QR CODE