Actions
Feature #12091
closedloader: biosdisk.c: Use symbolic names for int13 calls
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
This patch is from FreeBSD:
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. FreeBSD commit: https://svnweb.freebsd.org/base?view=revision&revision=355825
No functional changes.
Updated by Electric Monk almost 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 2ed5f78a049996104f9dcce38d0c0c1735dd0e7a
commit 2ed5f78a049996104f9dcce38d0c0c1735dd0e7a Author: Toomas Soome <tsoome@me.com> Date: 2019-12-18T17:50:43.000Z 12091 loader: biosdisk.c: Use symbolic names for int13 calls Reviewed by: John Levon <john.levon@joyent.com> Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>
Actions