Makefile (d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf) Makefile (4722ceb7d53e76507c76e053caab6b6f7b24ecef)
1
2.include <bsd.init.mk>
3
4FILES= boot boot1 boot2
5
6# A value of 0x80 enables LBA support.
7BOOT_BOOT1_FLAGS?= 0x80
8
9BOOT_COMCONSOLE_PORT?= 0x3f8
1
2.include <bsd.init.mk>
3
4FILES= boot boot1 boot2
5
6# A value of 0x80 enables LBA support.
7BOOT_BOOT1_FLAGS?= 0x80
8
9BOOT_COMCONSOLE_PORT?= 0x3f8
10BOOT_COMCONSOLE_SPEED?= 9600
10BOOT_COMCONSOLE_SPEED?= 115200
11B2SIOFMT?= 0x3
12
13REL1= 0x700
14ORG1= 0x7c00
15ORG2= 0x2000
16
17# Decide level of UFS support.
18BOOT2_UFS?= UFS1_AND_UFS2

--- 75 unchanged lines hidden ---
11B2SIOFMT?= 0x3
12
13REL1= 0x700
14ORG1= 0x7c00
15ORG2= 0x2000
16
17# Decide level of UFS support.
18BOOT2_UFS?= UFS1_AND_UFS2

--- 75 unchanged lines hidden ---