Revision 8676188b

b/pc-bios/optionrom/multiboot.S
50 50
	.global 	_start
51 51
_start:
52 52
	.short		0xaa55
53
	.byte		(_end - _start) / 512
53
	.byte		1 /* (_end - _start) / 512 */
54 54
	push		%eax
55 55
	push		%ds
56 56

  

Also available in: Unified diff