mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
Add a note to indicate that these files do borrow in part from mbr.s and
boot1.S Requested by: rnordier
This commit is contained in:
parent
1a4ae5c45b
commit
8ec770db87
2 changed files with 4 additions and 0 deletions
|
|
@ -28,6 +28,8 @@
|
|||
* SUCH DAMAGE.
|
||||
*
|
||||
* $FreeBSD$
|
||||
*
|
||||
* Partly from: src/sys/boot/i386/boot2/boot1.S 1.31
|
||||
*/
|
||||
|
||||
/* Memory Locations */
|
||||
|
|
|
|||
|
|
@ -28,6 +28,8 @@
|
|||
# SUCH DAMAGE.
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
# Partly from: src/sys/boot/i386/mbr/mbr.s 1.7
|
||||
|
||||
# A 512 byte PMBR boot manager that looks for a FreeBSD boot GPT partition
|
||||
# and boots it.
|
||||
|
|
|
|||
Loading…
Reference in a new issue