All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 995758] [NEW] Possibly inaccurate statement in PC Platform Docs
@ 2012-05-07  5:12 Graham Cottrell
  2012-05-07  5:35 ` [Qemu-devel] [Bug 995758] " Graham Cottrell
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Graham Cottrell @ 2012-05-07  5:12 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

The documentation at:

http://wiki.qemu.org/Documentation/Platforms/PC

Contains the statement that the processor, after reset, executes code
starting from address 0xFFFFF, corresponding to the last byte of the
single megabyte of memory in the old 8086 address range.

>From my recollection of working in the microcomputer industry in the
late 1980's, execution actually starts in real mode at the start of the
last 16 bytes of addressable memory, at 0xFFFF0.  Think about it - if
it's the last byte there's no room for an address operand to accompany a
1-byte opcode.

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/995758

Title:
  Possibly inaccurate statement in PC Platform Docs

Status in QEMU:
  New

Bug description:
  The documentation at:

  http://wiki.qemu.org/Documentation/Platforms/PC

  Contains the statement that the processor, after reset, executes code
  starting from address 0xFFFFF, corresponding to the last byte of the
  single megabyte of memory in the old 8086 address range.

  From my recollection of working in the microcomputer industry in the
  late 1980's, execution actually starts in real mode at the start of
  the last 16 bytes of addressable memory, at 0xFFFF0.  Think about it -
  if it's the last byte there's no room for an address operand to
  accompany a 1-byte opcode.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/995758/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [Bug 995758] Re: Possibly inaccurate statement in PC Platform Docs
  2012-05-07  5:12 [Qemu-devel] [Bug 995758] [NEW] Possibly inaccurate statement in PC Platform Docs Graham Cottrell
@ 2012-05-07  5:35 ` Graham Cottrell
  2016-10-24 21:06 ` Thomas Huth
  2016-10-24 21:17 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: Graham Cottrell @ 2012-05-07  5:35 UTC (permalink / raw)
  To: qemu-devel

Oh, and if I recall correctly, on the 80286 and 80386 and 80486, on
reset the amount of addressable memory was 16MiB, 4GiB and 4GiB
respectively, and IBM made the choice to map the BIOS ROMs to both the
top of addressable memory and at the top of the first MiB.  The CPU's
themselves always reset to near the top of their address range, and the
BIOS writers promptly jumped back down to somewhere near the top of the
first MiB.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/995758

Title:
  Possibly inaccurate statement in PC Platform Docs

Status in QEMU:
  New

Bug description:
  The documentation at:

  http://wiki.qemu.org/Documentation/Platforms/PC

  Contains the statement that the processor, after reset, executes code
  starting from address 0xFFFFF, corresponding to the last byte of the
  single megabyte of memory in the old 8086 address range.

  From my recollection of working in the microcomputer industry in the
  late 1980's, execution actually starts in real mode at the start of
  the last 16 bytes of addressable memory, at 0xFFFF0.  Think about it -
  if it's the last byte there's no room for an address operand to
  accompany a 1-byte opcode.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/995758/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [Bug 995758] Re: Possibly inaccurate statement in PC Platform Docs
  2012-05-07  5:12 [Qemu-devel] [Bug 995758] [NEW] Possibly inaccurate statement in PC Platform Docs Graham Cottrell
  2012-05-07  5:35 ` [Qemu-devel] [Bug 995758] " Graham Cottrell
@ 2016-10-24 21:06 ` Thomas Huth
  2016-10-24 21:17 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2016-10-24 21:06 UTC (permalink / raw)
  To: qemu-devel

As far as I can see, the wording on the page only says that the BIOS
ends at address 0xFFFFF, not that it starts execution at exactly that
address. So I think that page is ok.

** Changed in: qemu
       Status: New => Invalid

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/995758

Title:
  Possibly inaccurate statement in PC Platform Docs

Status in QEMU:
  Fix Released

Bug description:
  The documentation at:

  http://wiki.qemu.org/Documentation/Platforms/PC

  Contains the statement that the processor, after reset, executes code
  starting from address 0xFFFFF, corresponding to the last byte of the
  single megabyte of memory in the old 8086 address range.

  From my recollection of working in the microcomputer industry in the
  late 1980's, execution actually starts in real mode at the start of
  the last 16 bytes of addressable memory, at 0xFFFF0.  Think about it -
  if it's the last byte there's no room for an address operand to
  accompany a 1-byte opcode.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/995758/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Qemu-devel] [Bug 995758] Re: Possibly inaccurate statement in PC Platform Docs
  2012-05-07  5:12 [Qemu-devel] [Bug 995758] [NEW] Possibly inaccurate statement in PC Platform Docs Graham Cottrell
  2012-05-07  5:35 ` [Qemu-devel] [Bug 995758] " Graham Cottrell
  2016-10-24 21:06 ` Thomas Huth
@ 2016-10-24 21:17 ` Thomas Huth
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Huth @ 2016-10-24 21:17 UTC (permalink / raw)
  To: qemu-devel

OK, I just read the text again, and the sentences before the one with
the 0xfffff indeed sounded like the the start address was at the last
byte. I've reworded the text now a little bit so that it should be more
accurate.

** Changed in: qemu
       Status: Invalid => Fix Released

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/995758

Title:
  Possibly inaccurate statement in PC Platform Docs

Status in QEMU:
  Fix Released

Bug description:
  The documentation at:

  http://wiki.qemu.org/Documentation/Platforms/PC

  Contains the statement that the processor, after reset, executes code
  starting from address 0xFFFFF, corresponding to the last byte of the
  single megabyte of memory in the old 8086 address range.

  From my recollection of working in the microcomputer industry in the
  late 1980's, execution actually starts in real mode at the start of
  the last 16 bytes of addressable memory, at 0xFFFF0.  Think about it -
  if it's the last byte there's no room for an address operand to
  accompany a 1-byte opcode.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/995758/+subscriptions

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-10-24 21:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-07  5:12 [Qemu-devel] [Bug 995758] [NEW] Possibly inaccurate statement in PC Platform Docs Graham Cottrell
2012-05-07  5:35 ` [Qemu-devel] [Bug 995758] " Graham Cottrell
2016-10-24 21:06 ` Thomas Huth
2016-10-24 21:17 ` Thomas Huth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.