summaryrefslogtreecommitdiff
path: root/DEVELOPMENT
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-04-01 22:10:40 +0000
committerThomas Schwinge <tschwinge@gnu.org>2009-06-18 00:27:07 +0200
commit123d406152b033dc321d57cd86e45d058746547c (patch)
treee6b3c96e63ed7d973760e0f7290e573e24777d18 /DEVELOPMENT
parent861203044a89a8e0cb9b6e0200aad791ee9e5804 (diff)
2007-04-02 Thomas Schwinge <tschwinge@gnu.org>
* i386/i386/io_emulate.c: Remove file. * i386/i386/io_emulate.h: Likewise. * i386/i386at/iopl.c: Likewise. * i386/Makefrag.am (libkernel_a_SOURCES): Remove the aforementioned files. * i386/i386/trap.c: Don't include <i386/io_emulate.h>. (v86_assist, check_io_fault): Remove functions. (user_trap): Remove the code referencing the above functions. * i386/i386at/conf.c (dev_name_list): Remove the `iopl' device. * DEVELOPMENT: Document this.
Diffstat (limited to 'DEVELOPMENT')
-rw-r--r--DEVELOPMENT11
1 files changed, 7 insertions, 4 deletions
diff --git a/DEVELOPMENT b/DEVELOPMENT
index 81891a0e..c9cb9adc 100644
--- a/DEVELOPMENT
+++ b/DEVELOPMENT
@@ -48,14 +48,17 @@ Support for building without CONTINUATIONS was removed on 2006-12-03.
<http://savannah.gnu.org/patch/?5019>.
Support for FP emulation was removed on 2006-12-13.
-http://lists.gnu.org/archive/html/bug-hurd/2006-12/msg00031.html
+<http://lists.gnu.org/archive/html/bug-hurd/2006-12/msg00031.html>.
Support for Olivetti XP7 & XP9 was removed on 2007-01-02.
-http://lists.gnu.org/archive/html/bug-hurd/2006-12/msg00107.html
+<http://lists.gnu.org/archive/html/bug-hurd/2006-12/msg00107.html>.
+Support for the `iopl' device and some i/o emulation code (that might be useful
+for DOSemu) was removed on 2007-04-02. <TODO>.
-Be sure to check the ChangeLog and have a look at the repository at that
-tag's state if you want to work on those parts of GNU Mach.
+
+Be sure to check the ChangeLog and have a look at the repository at that states
+if you want to work on those parts of GNU Mach.
LAYOUT OF THE SOURCE TREE (very incomplete)