History log of /netbsd/sys/arch/i386/stand/mbr/gpt.S (Results 1 – 3 of 3)
Revision Date Author Comments
# 9ca6ca48 19-May-2018 jakllsch <jakllsch@NetBSD.org>

Fix some whitespace style issues.


# f280ec49 19-May-2018 jakllsch <jakllsch@NetBSD.org>

Compact crc32 code by 12 bytes of text.

From dave0 in #NetBSD on Freenode circa December 2017.

Tested in a 32-bit userland harness to produce identical results as old
code for one set of inputs.


# 8bc68b79 06-Jan-2011 jakllsch <jakllsch@NetBSD.org>

Support booting from GPT-partioned disks on PC-BIOS-compatible systems.

Much of the work in this commit was done by Mike Volokhov during GSoC 2009.