thorpej
|
78ea2dd367
|
Use __LDPGSZ (which must be == USRTEXT) as the text address for a.out
executables, and eliminate the USRTEXT constant, which was only used
by the a.out exec code.
|
2002-12-10 05:14:24 +00:00 |
chs
|
a2dade9e8e
|
move parts that are the same from vmparam3{,x}.h to vmparam.h.
|
2001-07-03 05:17:12 +00:00 |
chs
|
044409a035
|
reduce PAGER_MAP_SIZE to 4MB, we're short on KVA.
|
2001-02-21 02:43:02 +00:00 |
thorpej
|
dded044fc2
|
Update for the NKMEMPAGES changes.
|
2000-02-11 19:25:12 +00:00 |
ragge
|
0513268399
|
CL* discarding.
|
1999-12-04 21:13:19 +00:00 |
thorpej
|
b8073b401b
|
Garbage-collect the VM_MBUF_SIZE constant. Instead, use the size
(nmbclusters * mclbytes), so that the right amount of KVA space is
allocated if those variables are patched.
|
1999-04-26 22:46:44 +00:00 |
gwr
|
95e8060c58
|
Move VM_PHYSSEG_MAX to the common vmparam.h (needed by LKMs).
|
1999-04-05 14:35:13 +00:00 |
gwr
|
5cf3f8e3b2
|
It appears that pmap_physseg is now required in userland. Too bad.
|
1999-02-18 07:13:21 +00:00 |
chuck
|
90ddaed9b5
|
MNN is no longer optional, remove dead code
|
1999-01-16 20:43:21 +00:00 |
thorpej
|
d47ea67c1f
|
Define one page free list, and put all pages on it.
|
1998-07-08 04:43:18 +00:00 |
gwr
|
5f0963e887
|
Switch to MACHINE_NEW_NONCONTIG
|
1998-02-20 21:51:29 +00:00 |
gwr
|
eff2e270bd
|
Merge arch/sun3x into arch/sun3
|
1998-02-05 04:56:24 +00:00 |
perry
|
ad1710ce1e
|
update comment from 1981 on memory and disk prices -- pr-2754 from Curt Sampson
|
1997-07-12 16:18:36 +00:00 |
mrg
|
dc6a98e92c
|
bring mrg-vm-swap2 onto mainilne.
|
1997-06-12 15:09:23 +00:00 |
gwr
|
b2502668e5
|
Increase the default datasize limit to 16MB (enough to build libc).
|
1997-05-29 21:18:42 +00:00 |
gwr
|
4d534f3d52
|
Define VM_MAX_KERNEL_ADDRESS using KERN_END instead of a constant.
|
1997-02-27 18:22:53 +00:00 |
gwr
|
18f6e98a4a
|
Define MACHINE_NONCONTIG here instead of in conf/std.sun3.
|
1997-01-18 18:58:21 +00:00 |
gwr
|
3c868e07f9
|
New DVMA interface, and various cleanup.
|
1995-09-26 04:01:53 +00:00 |
gwr
|
239821855f
|
Add default value for SHMMAXPGS (from Jason Thorpe - fixes PR#1220)
|
1995-08-08 20:56:45 +00:00 |
gwr
|
6867f7fcbd
|
Update cpu_fork() to eliminate double mapping of kernel stacks.
|
1995-05-24 20:55:33 +00:00 |
gwr
|
d75dab3a1b
|
DVMA slave mapping support.
|
1995-02-13 22:23:55 +00:00 |
gwr
|
59bf96aa56
|
Lots of changes. Fairly stable now.
|
1994-11-21 21:26:40 +00:00 |
cgd
|
20af809ca2
|
new RCS ID format.
|
1994-10-26 09:07:55 +00:00 |
glass
|
aa497f4aea
|
snapshot of my private sources
|
1993-12-12 09:08:26 +00:00 |
glass
|
a2133ea268
|
last snapshot before uploading. we still have serious clock problems
|
1993-08-28 15:35:16 +00:00 |
glass
|
dc22f15a6d
|
snapshot. for uploading. gets lost in swtch after enablertclock()
|
1993-08-21 02:16:07 +00:00 |
glass
|
8ff8fa8046
|
runs up to and including configure().
todo: exceptions, interrupt support, make isrs affect vector table
kernel/user stacks
|
1993-08-15 23:01:58 +00:00 |
glass
|
9c18e650a2
|
snapshot. ready to call configure(), partial integration of torek's config
stuff, i.e it looks to do the right thing but we haven't written any code
yet :)
|
1993-08-13 13:16:11 +00:00 |
glass
|
58e4b64f4d
|
stupid cleanup; fixes to mon.h; rewrote asm.h based on old asm.h
and the i386 one from jolitz
cleaned up ending of virtaul addr space.
|
1993-08-02 02:04:30 +00:00 |
glass
|
d3b416231f
|
new pmap module
|
1993-07-27 12:04:41 +00:00 |
glass
|
c6b347c351
|
adding include files...not much of this works
|
1993-06-25 10:28:37 +00:00 |