File: table.S86

package info (click to toggle)
mbr 1.1.5-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 384 kB
  • ctags: 293
  • sloc: ansic: 2,151; sh: 762; makefile: 116
file content (31 lines) | stat: -rw-r--r-- 837 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
	.org 0
	dw 0
	.space 0x1be-2
!   00 byte Boot indicator
!   01 byte start head
!   02 byte start sector
!   03 byte start cylinder
!   04 byte type
!   05 byte end head
!   06 byte end sector
!   07 byte end cylinder
!   08 dw   sectors before partition
!   0c dw   sectors in partition

	!          0+    131     132-    17951+   6  FAT16
	db 0x00, 0x00, 0x02, 0x00, 0x06, 0x0f, 0x11, 0x83
	dd   0x00000001, 0x00008c3f

	!   *    132    1155    1024    139264   83  Linux
	db 0x80, 0x00, 0x01, 0x84, 0x83, 0x0f, 0xd1, 0xff
	dd   0x00008c40, 0x00044000

	!       1156    1409     254     34544   eb  BeOS fs
	db 0x00, 0x0f, 0xd1, 0xff, 0xeb, 0x0f, 0xd1, 0xff
	dd   0x0004CC40, 0x00010de0

	!       1410    2047     638     86768   a7  NeXTSTEP
	db 0x00, 0x0f, 0xd1, 0xff, 0xa7, 0x0f, 0xd1, 0xff
	dd   0x0005da20, 0x0002a5e0

	dw 0xaa55