Skip to content

Commit

Permalink
added 7 more hives to HiveType enum
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewRathbun committed Nov 25, 2024
1 parent 6f5163c commit ebc65b3
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions RECmd/ReBatch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,16 @@ public enum HiveType_
[Description("SYSTEM")] System = 5,
[Description("USRCLASS")] UsrClass = 6,
[Description("COMPONENTS")] Components = 7,
[Description("BCD")] Bcd = 8,
[Description("DRIVERS")] Drivers = 8,
[Description("AMCACHE")] Amcache = 9,
[Description("SYSCACHE")] Syscache = 10
[Description("SYSCACHE")] Syscache = 10,
[Description("BCD")] Bcd = 11,
[Description("BCD-Template")] BcdTemplate = 12,
[Description("ELAM")] Elam = 13,
[Description("userdiff")] userdiff = 14,
[Description("BBI")] Bbi = 15,
[Description("VSMIDK")] Vsmidk = 16,
[Description("DEFAULT")] Default = 17,
}

public string Description { get; set; }
Expand Down

0 comments on commit ebc65b3

Please sign in to comment.