mirror of
https://github.com/elliotnunn/mac-rom.git
synced 2025-02-22 11:28:59 +00:00
Reverse the Universal Info table
This was tricky. The table seems to be vestigial, anyway.
This commit is contained in:
parent
4204a9c355
commit
9c4547cfdb
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -514,7 +514,7 @@ SlotF ds.b 1 ; info for Slot F
|
||||
; If you change the ProductInfo record, bump the version up by 1.
|
||||
;
|
||||
;--------------------------------------------------------------------------------------------
|
||||
ProductInfoVersion equ 1 ; Version of the ProductInfo record
|
||||
ProductInfoVersion equ 0 ; Version of the ProductInfo record
|
||||
|
||||
ProductInfo record 0,increment ; data structure describing product dependent features
|
||||
|
||||
|
16
OS/OS.make
16
OS/OS.make
@ -254,14 +254,14 @@ OSObjs = "{ObjDir}BCScreenRelated.o"
|
||||
Asm {StdAOpts} -o "{Targ}" "{OSDir}Universal.a" -i "{OSDir}StartMgr"
|
||||
|
||||
|
||||
# "{ObjDir}UniversalTables.a.o" Ä "{ObjDir}StandardEqu.d" ¶
|
||||
# "{IntAIncludes}HardwarePrivateEqu.a" ¶
|
||||
# "{IntAIncludes}UniversalEqu.a" ¶
|
||||
# "{AIncludes}Slots.a" ¶
|
||||
# "{IntAincludes}DepVideoEqu.a" ¶
|
||||
# "{AIncludes}ROMEqu.a" ¶
|
||||
# "{OSDir}UniversalTables.a"
|
||||
# Asm {StdAOpts} -o "{Targ}" "{OSDir}UniversalTables.a" -i "{OSDir}IoPrimitives:"
|
||||
"{ObjDir}UniversalTables.a.o" Ä "{ObjDir}StandardEqu.d" ¶
|
||||
"{IntAIncludes}HardwarePrivateEqu.a" ¶
|
||||
"{IntAIncludes}UniversalEqu.a" ¶
|
||||
"{AIncludes}Slots.a" ¶
|
||||
"{IntAincludes}DepVideoEqu.a" ¶
|
||||
"{AIncludes}ROMEqu.a" ¶
|
||||
"{OSDir}UniversalTables.a"
|
||||
Asm {StdAOpts} -o "{Targ}" "{OSDir}UniversalTables.a" -i "{OSDir}IoPrimitives:"
|
||||
|
||||
|
||||
"{ObjDir}VerticalRetraceMgr.a.o" Ä "{ObjDir}StandardEqu.d" ¶
|
||||
|
@ -1084,8 +1084,8 @@ GetHardwareInfo
|
||||
|
||||
cmpi.l #'Hnfo',([$68FFEFD0],$70) ; NKHWInfo.Signature, fix this later
|
||||
bne.s @tryOldWay
|
||||
import InfoNanoKernel
|
||||
biglea InfoNanoKernel,a1
|
||||
import InfoNewWorld
|
||||
biglea InfoNewWorld,a1
|
||||
bra Matched
|
||||
@tryOldWay
|
||||
biglea CPUIDProductLookup-4,a2 ; get address of CPUID product lookup table
|
||||
|
7247
OS/UniversalTables.a
7247
OS/UniversalTables.a
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user