Hi.. Just getting started with IDA and am attempting a PC BIOS analysis. I have a binary file that represents linear address 0xE7BB0 to 0xFFFFF {E000:7BB0 to F000:FFFF}. I cannot seem to get the segments set correctly. I *thought* that if I create the segment(16 bit) as:
Start: 0xE7BB0
Stop: 0xFFFFF
Base: 0xE000
That all would work as expected. However, I get a fault condition and the program shuts down. I would appreciate if someone would show how to do what I want to do.
thanks
Jim


