Deleted Added
full compact
pc98_machdep.c (22338) pc98_machdep.c (22407)
1/*
2 * Copyright (c) KATO Takenori, 1996, 1997.
3 *
4 * All rights reserved. Unpublished rights reserved under the copyright
5 * laws of Japan.
6 *
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 33 unchanged lines hidden (view full) ---

42#include <vm/vm_kern.h>
43#include <vm/vm_object.h>
44#include <vm/vm_page.h>
45#include <vm/vm_map.h>
46#include <vm/vm_pager.h>
47#include <vm/vm_extern.h>
48
49#include <pc98/pc98/pc98.h>
1/*
2 * Copyright (c) KATO Takenori, 1996, 1997.
3 *
4 * All rights reserved. Unpublished rights reserved under the copyright
5 * laws of Japan.
6 *
7 *
8 * Redistribution and use in source and binary forms, with or without

--- 33 unchanged lines hidden (view full) ---

42#include <vm/vm_kern.h>
43#include <vm/vm_object.h>
44#include <vm/vm_page.h>
45#include <vm/vm_map.h>
46#include <vm/vm_pager.h>
47#include <vm/vm_extern.h>
48
49#include <pc98/pc98/pc98.h>
50#include <pc98/pc98/pc98_machdep.h>
50#include <i386/isa/isa_device.h>
51
52extern int Maxmem;
53extern int Maxmem_under16M;
54
55#ifdef notyet
56static void init_cpu_accel_mem __P((void));
57#endif

--- 240 unchanged lines hidden ---
51#include <i386/isa/isa_device.h>
52
53extern int Maxmem;
54extern int Maxmem_under16M;
55
56#ifdef notyet
57static void init_cpu_accel_mem __P((void));
58#endif

--- 240 unchanged lines hidden ---