Makefile (d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf) | Makefile (4722ceb7d53e76507c76e053caab6b6f7b24ecef) |
---|---|
1 2.include <bsd.init.mk> 3 4.PATH: ${BOOTSRC}/i386/boot2 ${BOOTSRC}/i386/common ${SASRC} 5 6FILES= gptboot 7MAN= gptboot.8 8 9BOOT_COMCONSOLE_PORT?= 0x3f8 | 1 2.include <bsd.init.mk> 3 4.PATH: ${BOOTSRC}/i386/boot2 ${BOOTSRC}/i386/common ${SASRC} 5 6FILES= gptboot 7MAN= gptboot.8 8 9BOOT_COMCONSOLE_PORT?= 0x3f8 |
10BOOT_COMCONSOLE_SPEED?= 9600 | 10BOOT_COMCONSOLE_SPEED?= 115200 |
11B2SIOFMT?= 0x3 12 13REL1= 0x700 14ORG1= 0x7c00 15ORG2= 0x0 16 17# Decide level of UFS support. 18GPTBOOT_UFS?= UFS1_AND_UFS2 --- 47 unchanged lines hidden --- | 11B2SIOFMT?= 0x3 12 13REL1= 0x700 14ORG1= 0x7c00 15ORG2= 0x0 16 17# Decide level of UFS support. 18GPTBOOT_UFS?= UFS1_AND_UFS2 --- 47 unchanged lines hidden --- |