boot.html
来自「NTFS 磁盘系统 加载源代码」· HTML 代码 · 共 33 行
HTML
33 行
<title>Boot file</title>The file 7, $Boot, starts at cluster 0 of the volume. The first 0x28 bytesare the same as for FAT boot sectors, except that useless fields are zeroed.The last sector is stored in its own run, which is located in the logical center of the volume - for crash recovery.<pre>offset(length) contents0(3) Jump to boot routine3(4) System ID 'NTFS 'B(2) Sector size of volumeD(1) Number of sectors per clusterE(7) unused, zero filled15(1) Media descriptor (f8: hard disk)16(2) unused, zero filled18(2) Sectors per track1A(2) Number of heads1C(8) unused, zero filled24(2) ?unknown, set to 8026(2) ?unknown, set to 8028(8) Number of sectors in volume30(8) Cluster number of the master file table ($MFT)38(8) Cluster number of copy of the master file table ($MFTMirr)40(1) MFT record size in clusters. F6 seems to indicate 0.25.44(4) Index buffer size in clusters.48(4) Volume serial number4C(4) ?50(D) unused, zero filled5D(1A1) Boot routine1FE(2) Magic boot sector ID (AA55)200 more code, probably NT kernel loaderlast 200 bytes copy of first 0x200 bytes</pre>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?