Created
May 30, 2021 08:05
-
-
Save deadprogram/71f8ae4a06f962bbbcd8eee04e2c4834 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xxd 100000 512 | |
00100000: eb 58 90 6d 6b 66 73 2e 66 61 74 00 02 10 20 00 .X.mkfs.fat... . | |
00100010: 02 00 00 00 00 f8 00 00 10 00 04 00 00 08 00 00 ................ | |
00100020: 00 70 df 01 e0 3b 00 00 00 00 00 00 02 00 00 00 .p...;.......... | |
00100030: 01 00 06 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ | |
00100040: 80 00 29 f1 32 21 be 4e 4f 20 4e 41 4d 45 20 20 ..).2!.NO NAME | |
00100050: 20 20 46 41 54 33 32 20 20 20 0e 1f be 77 7c ac FAT32 ...w|. | |
00100060: 22 c0 74 0b 56 b4 0e bb 07 00 cd 10 5e eb f0 32 ".t.V.......^..2 | |
00100070: e4 cd 16 cd 19 eb fe 54 68 69 73 20 69 73 20 6e .......This is n | |
00100080: 6f 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 64 69 ot a bootable di | |
00100090: 73 6b 2e 20 20 50 6c 65 61 73 65 20 69 6e 73 65 sk. Please inse | |
001000a0: 72 74 20 61 20 62 6f 6f 74 61 62 6c 65 20 66 6c rt a bootable fl | |
001000b0: 6f 70 70 79 20 61 6e 64 0d 0a 70 72 65 73 73 20 oppy and..press | |
001000c0: 61 6e 79 20 6b 65 79 20 74 6f 20 74 72 79 20 61 any key to try a | |
001000d0: 67 61 69 6e 20 2e 2e 2e 20 0d 0a 00 00 00 00 00 gain ... ....... | |
001000e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ | |
001000f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ | |
00100100: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ | |
00100110: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ | |
00100120: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ | |
00100130: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ | |
00100140: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ | |
00100150: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ | |
00100160: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ | |
00100170: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ | |
00100180: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ | |
00100190: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ | |
001001a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ | |
001001b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ | |
001001c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ | |
001001d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ | |
001001e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................ | |
001001f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 55 aa ..............U. | |
ls | |
3: sector : 0 | |
3: fs->winsect : 4294967295 | |
3: res : 0 | |
disk_read: 0 1 | |
go_fatfs_disk_read(drv, bufptr, 0, 1) | |
bdev.ReadAt(buffer[:512], 00000000) | |
disk_read ok | |
3: f->winsect : 0 | |
2: fmt : 2 | |
2: LD2PT(fs) : 0 | |
2: LD2PT(fs) : 0 | |
3: sector : 2048 | |
3: fs->winsect : 4294967295 | |
3: res : 0 | |
disk_read: 2048 1 | |
go_fatfs_disk_read(drv, bufptr, 2048, 1) | |
bdev.ReadAt(buffer[:512], 00100000) | |
disk_read ok | |
3: f->winsect : 2048 | |
2: i : 0 | |
2: bsect : 800 | |
2: fmt : 0 | |
fmt : 0 | |
ld_word(fs->win + BPB_BytsPerSec) : 512 | |
SS(fs) : 512 | |
fs->n_fats : 2 | |
fs->cside : 16 | |
fs->cside & (fs->csize - 1) : 0 | |
fs->n_rootdir : 0 | |
fs->n_rootdir % (SS(fs) / SZDIRE) : 0 | |
nrsv : 20 | |
tsect : 1DF7000 | |
sysect : 77E0 | |
nclst : 1DEF82 | |
fmt : 3 | |
ld_word(fs->win + BPB_FSVer32) : 0 | |
fs->n_rootdir : 0 | |
3: sector : 32736 | |
3: fs->winsect : 2048 | |
3: res : 0 | |
disk_read: 32736 1 | |
go_fatfs_disk_read(drv, bufptr, 32736, 1) | |
bdev.ReadAt(buffer[:512], 00FFC000) | |
disk_read ok | |
3: f->winsect : 32736 | |
3: sector : 32736 | |
3: fs->winsect : 32736 | |
3: sector : 32736 | |
3: fs->winsect : 32736 | |
3: sector : 32736 | |
3: fs->winsect : 32736 | |
3: sector : 32736 | |
3: fs->winsect : 32736 | |
-rwxrwxrwx 143 raspi.json | |
-rwxrwxrwx 573 go.mod | |
==> ls | |
3: sector : 32736 | |
3: fs->winsect : 32736 | |
3: sector : 32736 | |
3: fs->winsect : 32736 | |
3: sector : 32736 | |
3: fs->winsect : 32736 | |
3: sector : 32736 | |
3: fs->winsect : 32736 | |
3: sector : 32736 | |
3: fs->winsect : 32736 | |
-rwxrwxrwx 143 raspi.json | |
-rwxrwxrwx 573 go.mod |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment