History log of /freebsd-9.3-release/sys/boot/i386/boot0/boot0ext.S
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 128741 29-Apr-2004 ru

Convert block comments into C-style that is understood by cpp(1).
Keep line comments in assembler style. A few lines that match
the '^[[:space:]]+#' regexp still need to be fixed, somehow.

OK'ed by: bde, jhb


# 128722 28-Apr-2004 ru

- Properly merge boot0sio.s and boot0.s into boot0.S.
boot0sio.s was repo-copied to boot0.S.

- Rename boot0ext.s to boot0ext.S, to stay consistent
with other preprocessed asm files around here, and
for better portability.

Repocopied by: joe


# 128471 20-Apr-2004 obrien

Fix a last second typo in 'vi' that caused a problem.


# 128451 20-Apr-2004 obrien

White space style cleanup.


# 128450 20-Apr-2004 obrien

Rev 1.2 changes include:
- Merge support for numeric keys 1-5 from boot0.s
- Fix _PRTEND for the case of more than 2 sectors.
- Move the code to set the drive number up before we try to load in the rest
of boot0 off of the disk.
- Expand the OS name table to recognize more windows partitions and rename
the NT entry to 'Windows NT/XP'.


# 128441 19-Apr-2004 obrien

MFp4: merge version #5 of the 2-sector boot0 from the "jhb boot" branch.


# 127458 26-Mar-2004 obrien

Bring back jhb's two sector (1024 bytes) 'boot0' [rev 1.22] as 'boot0ext'.