Code at 0x9F00 segment after boot (Miscellaneous)
> > Hm, is that code active (called)? Does it belongs to some interrupt
> vector?
> > What if you zeto this block?
>
> No interrupt vector in the array points to this code.
I think this might be related to the CSM entry point. I'm not familiar enough with UEFI and CSM to know what's going on, but am guessing that CSM is set up something akin to the old DOS DPMS or Cloaking mechanisms for TSR's. That is, there is a small amount (a "stub") of real-mode code needed to do a small amount of initialization before switching to protected mode and most of the "real" code is located in memory only accessible from protected mode. Particularly if they use high-level languages to virtualize the BIOS, it would be so wasteful of real-mode memory that it would never fly. Old BIOSs were almost always written in assembly for this reason. If this is the case, entries in the IVT would not necessarily point directly at the segment, but would get there indirectly after a few steps into the real-mode interrupt handler code.
That's my best guess, anyway.
Complete thread:
- Code at 0x9F00 segment after boot - CandyMan, 04.11.2020, 17:50 (Miscellaneous)
![Open in board view [Board]](img/board_d.gif)
![Open in mix view [Mix]](img/mix_d.gif)
- Code at 0x9F00 segment after boot - Laaca, 04.11.2020, 21:00
- Code at 0x9F00 segment after boot - CandyMan, 05.11.2020, 12:35
- Code at 0x9F00 segment after boot - RayeR, 06.11.2020, 13:27
- Code at 0x9F00 segment after boot - tkchia, 08.11.2020, 07:45
- Code at 0x9F00 segment after boot - RayeR, 08.11.2020, 16:07
- Code at 0x9F00 segment after boot - Zyzzle, 09.11.2020, 06:46
- Code at 0x9F00 segment after boot - tkchia, 09.11.2020, 17:23
- Code at 0x9F00 segment after boot - RayeR, 10.11.2020, 03:52
- Code at 0x9F00 segment after boot - tkchia, 09.11.2020, 17:23
- Code at 0x9F00 segment after boot - Zyzzle, 09.11.2020, 06:46
- Code at 0x9F00 segment after boot - CandyMan, 08.11.2020, 20:50
- Code at 0x9F00 segment after boot - tkchia, 09.11.2020, 17:03
- Code at 0x9F00 segment after boot - RayeR, 08.11.2020, 16:07
- Code at 0x9F00 segment after boot - CandyMan, 08.11.2020, 20:45
- Code at 0x9F00 segment after boot - bretjohn, 09.11.2020, 00:26
- Code at 0x9F00 segment after boot - tkchia, 08.11.2020, 07:45
- Code at 0x9F00 segment after boot - RayeR, 06.11.2020, 13:27
- Code at 0x9F00 segment after boot - CandyMan, 05.11.2020, 12:35
- Code at 0x9F00 segment after boot - Laaca, 04.11.2020, 21:00
Mix view