diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2006-02-20 20:32:44 +0000 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-06-18 00:26:34 +0200 |
commit | 2a50c925882fe2d6535f130401eb6d4a4feb3e93 (patch) | |
tree | d27cd8aeaa2aef88f0a604827bee78fe068f4cb6 /i386/i386at | |
parent | d8ae6e264f06044497ed4d029e6e44d4a28b10b6 (diff) |
2006-02-20 Thomas Schwinge <tschwinge@gnu.org>
Remove unused and unsupported code. Consult the file
`DEVELOPMENT' for details. Partly based on suggestions by
Gianluca Guida <glguida@gmail.com>.
* i386/i386at/asm_startup.h: Remove file.
* i386/i386at/phys_mem_grab_page.c: Likewise.
* i386/Makefile.in (i386at-files): Remove `phys_mem_grab_page.c'.
Diffstat (limited to 'i386/i386at')
-rw-r--r-- | i386/i386at/asm_startup.h | 42 | ||||
-rw-r--r-- | i386/i386at/phys_mem_grab_page.c | 1 |
2 files changed, 0 insertions, 43 deletions
diff --git a/i386/i386at/asm_startup.h b/i386/i386at/asm_startup.h deleted file mode 100644 index 5b35293..0000000 --- a/i386/i386at/asm_startup.h +++ /dev/null @@ -1,42 +0,0 @@ -/* - * Mach Operating System - * Copyright (c) 1991,1990 Carnegie Mellon University - * All Rights Reserved. - * - * Permission to use, copy, modify and distribute this software and its - * documentation is hereby granted, provided that both the copyright - * notice and this permission notice appear in all copies of the - * software, derivative works or modified versions, and any portions - * thereof, and that both notices appear in supporting documentation. - * - * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS" - * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR - * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE. - * - * Carnegie Mellon requests users of this software to return to - * - * Software Distribution Coordinator or Software.Distribution@CS.CMU.EDU - * School of Computer Science - * Carnegie Mellon University - * Pittsburgh PA 15213-3890 - * - * any improvements or extensions that they make and grant Carnegie Mellon - * the rights to redistribute these changes. - */ -/* - * Startup code for an i386 on an AT. - * Kernel is loaded starting at 1MB. - * Protected mode, paging disabled. - * - * %esp -> boottype - * size of extended memory (K) - * size of conventional memory (K) - * boothowto - * - */ - - popl _boottype+KVTOPHYS /* get boottype */ - popl _extmem+KVTOPHYS /* extended memory, in K */ - popl _cnvmem+KVTOPHYS /* conventional memory, in K */ - popl _boothowto+KVTOPHYS /* boot flags */ - diff --git a/i386/i386at/phys_mem_grab_page.c b/i386/i386at/phys_mem_grab_page.c deleted file mode 100644 index 8ceaca6..0000000 --- a/i386/i386at/phys_mem_grab_page.c +++ /dev/null @@ -1 +0,0 @@ -/*XXX bogus kludge */ |