Change a reference to the "posh" instruction to "pushf"[1].
Bump copyright. [1]: Submitted by: Sergey 'DoubleF' Zaharchenko <doublef@tele-kom.ru>, Rostislav Krasny <rosti_bsd@yahoo.com> PR: docs/61585
This commit is contained in:
parent
1069b67fe5
commit
ed57d062ab
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=19746
2 changed files with 2 additions and 1 deletions
|
@ -31,6 +31,7 @@
|
|||
<year>2001</year>
|
||||
<year>2002</year>
|
||||
<year>2003</year>
|
||||
<year>2004</year>
|
||||
<holder>The FreeBSD Documentation Project</holder>
|
||||
</copyright>
|
||||
|
||||
|
|
|
@ -333,7 +333,7 @@ boot2: boot2.ldr boot2.bin ${BTX}/btx/btx
|
|||
|
||||
<itemizedlist>
|
||||
<listitem><para>virtual v86 mode. That means, the BTX is a v86
|
||||
monitor. Real mode instructions like posh, popf, cli, sti, if
|
||||
monitor. Real mode instructions like pushf, popf, cli, sti, if
|
||||
called by the client, will work.</para></listitem>
|
||||
|
||||
<listitem><para>Interrupt Descriptor Table (IDT) is set up so
|
||||
|
|
Loading…
Reference in a new issue