Deleted Added
full compact
filesystems (276415) filesystems (277592)
1#------------------------------------------------------------------------------
1#------------------------------------------------------------------------------
2# $File: filesystems,v 1.107 2014/12/03 18:02:52 christos Exp $
2# $File: filesystems,v 1.108 2015/01/01 17:43:47 christos Exp $
3# filesystems: file(1) magic for different filesystems
4#
50 name partid
6>0 ubyte 0x00 Unused
7>0 ubyte 0x01 12-bit FAT
8>0 ubyte 0x02 XENIX /
9>0 ubyte 0x03 XENIX /usr
10>0 ubyte 0x04 16-bit FAT, less than 32M

--- 244 unchanged lines hidden (view full) ---

255# to display DOS/MBR boot sector (40) before old one (strength=50+21),Syslinux bootloader (71),SYSLINUX MBR (37+36),NetBSD mbr (110),AdvanceMAME mbr (111)
256# DOS BPB information (70) and after DOS floppy (120) like in previous file version
257!:strength +65
258# for sector sizes < 512 Bytes
259>11 uleshort <512
260>>(11.s-2) uleshort 0xAA55 DOS/MBR boot sector
261# for sector sizes with 512 or more Bytes
262>0x1FE leshort 0xAA55 DOS/MBR boot sector
3# filesystems: file(1) magic for different filesystems
4#
50 name partid
6>0 ubyte 0x00 Unused
7>0 ubyte 0x01 12-bit FAT
8>0 ubyte 0x02 XENIX /
9>0 ubyte 0x03 XENIX /usr
10>0 ubyte 0x04 16-bit FAT, less than 32M

--- 244 unchanged lines hidden (view full) ---

255# to display DOS/MBR boot sector (40) before old one (strength=50+21),Syslinux bootloader (71),SYSLINUX MBR (37+36),NetBSD mbr (110),AdvanceMAME mbr (111)
256# DOS BPB information (70) and after DOS floppy (120) like in previous file version
257!:strength +65
258# for sector sizes < 512 Bytes
259>11 uleshort <512
260>>(11.s-2) uleshort 0xAA55 DOS/MBR boot sector
261# for sector sizes with 512 or more Bytes
262>0x1FE leshort 0xAA55 DOS/MBR boot sector
263
264# keep old DOS/MBR boot sector as dummy for mbr and bootloader displaying
265# only for sector sizes with 512 or more Bytes
2660x1FE leshort 0xAA55 DOS/MBR boot sector
267#
268# to display information (50) before DOS BPB (strength=70) and after DOS floppy (120) like in old file version
269!:strength +65
263>2 string OSBS OS/BS MBR
264# added by Joerg Jenderek at Feb 2013 according to http://thestarman.pcministry.com/asm/mbr/
265# and http://en.wikipedia.org/wiki/Master_Boot_Record
266# test for nearly all MS-DOS Master Boot Record initial program loader (IPL) is now done by
267# characteristic assembler instructions: xor ax,ax;mov ss,ax;mov sp,7c00
268>0 search/2 \x33\xc0\x8e\xd0\xbc\x00\x7c MS-MBR
269# Microsoft Windows 95A and early ( http://thestarman.pcministry.com/asm/mbr/STDMBR.htm )
270# assembler instructions: mov si,sp;push ax;pop es;push ax;pop ds;sti;cld

--- 2068 unchanged lines hidden ---
270>2 string OSBS OS/BS MBR
271# added by Joerg Jenderek at Feb 2013 according to http://thestarman.pcministry.com/asm/mbr/
272# and http://en.wikipedia.org/wiki/Master_Boot_Record
273# test for nearly all MS-DOS Master Boot Record initial program loader (IPL) is now done by
274# characteristic assembler instructions: xor ax,ax;mov ss,ax;mov sp,7c00
275>0 search/2 \x33\xc0\x8e\xd0\xbc\x00\x7c MS-MBR
276# Microsoft Windows 95A and early ( http://thestarman.pcministry.com/asm/mbr/STDMBR.htm )
277# assembler instructions: mov si,sp;push ax;pop es;push ax;pop ds;sti;cld

--- 2068 unchanged lines hidden ---