Revision ff56954b

b/pc-bios/optionrom/multiboot.S
113 113
	/* entry size (mmap struct) & max buffer size (int15) */
114 114
	movl		$20, %ecx
115 115
	/* store entry size */
116
	/* old as(1) doesn't like this insn so emit the bytes instead:
116 117
	movl		%ecx, %es:-4(%edi)
118
	*/
119
	.dc.b		0x26,0x67,0x66,0x89,0x4f,0xfc
117 120
	/* e820 */
118 121
	movl		$0x0000e820, %eax
119 122
	/* 'SMAP' magic */

Also available in: Unified diff