]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use symbolic names for int13 calls
authorWarner Losh <imp@FreeBSD.org>
Mon, 16 Dec 2019 21:52:12 +0000 (21:52 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Fri, 8 Oct 2021 01:15:58 +0000 (20:15 -0500)
commit01791287987664b5db4a362dc817f7081553aca2
treef2b139ba479c44d27325e2b6732ed51c070deb18
parent1e07e20d96d98d10b04d2d09345f091dda0e7761
Use symbolic names for int13 calls

For all the INT13 calls, use symbolic names instead of magic numbers. This makes
it easier to understand what the code is doing w/o a trip to google to find what
these numbers mean.

(cherry picked from commit 7f5499972e115cafc861ec438cd7237422cd9b7c)
stand/i386/common/edd.h
stand/i386/libi386/biosdisk.c