cgd
|
27bc255b86
|
kill accounting.
|
1993-10-18 23:22:56 +00:00 |
|
cgd
|
d7498e64da
|
fix the 'size allocated vs. MAXBSIZE' check for buffers. Instead
of making vfs_bio *and* machdep.c deal with it, just deal with it
here, where we actually allocate the physical memory for pages.
|
1993-10-18 23:14:13 +00:00 |
|
cgd
|
1411cfbd47
|
byte-order fixes, and bunch of debug printfs...
|
1993-10-18 23:01:13 +00:00 |
|
cgd
|
238d7de281
|
byte-order fixes
|
1993-10-18 22:59:56 +00:00 |
|
cgd
|
20d926b4e9
|
change ni_rdir to ni_rootdir in #ifdef PARANOID. from rgrimes
|
1993-10-18 22:42:14 +00:00 |
|
mycroft
|
9eafd05204
|
Add I486_CPU.
|
1993-10-18 16:25:42 +00:00 |
|
pk
|
f0c6138247
|
Made "start" the entry point (for consistency with other "ld" lines).
|
1993-10-18 14:41:31 +00:00 |
|
pk
|
f8b564f223
|
Fixed typo.
|
1993-10-18 14:35:45 +00:00 |
|
pk
|
14ba800a2f
|
Provided entry point (_boot1) to ld.
Use DESTDIR when installing.
|
1993-10-18 13:34:26 +00:00 |
|
deraadt
|
0e9ecd46ec
|
fix a typo
|
1993-10-18 13:28:19 +00:00 |
|
deraadt
|
3af6e429f4
|
decl of ttrstrt isn't here anymore.
|
1993-10-18 11:49:16 +00:00 |
|
pk
|
14e6ea89aa
|
Put definition of __LDPGSZ and `struct relocation_info' where they belong:
in <machine/exec.h>.
|
1993-10-18 09:46:56 +00:00 |
|
pk
|
593a6c40ef
|
Explicit entry point specified in kernel link command.
(so far, we've been lucky only because vers.o doesn't contain text)
|
1993-10-17 20:56:09 +00:00 |
|
mycroft
|
107d011b19
|
Add KBR_EXTENDED.
|
1993-10-17 14:04:15 +00:00 |
|
mycroft
|
7620c96e5d
|
Make atdevbase an int.
|
1993-10-17 14:03:54 +00:00 |
|
mycroft
|
6067dc9ea8
|
Minor cleanup.
|
1993-10-17 05:34:23 +00:00 |
|
deraadt
|
0f39e223a2
|
use RCONSOLE; whee
|
1993-10-17 04:41:34 +00:00 |
|
deraadt
|
64a71293dc
|
fbio.h, mailed from Torek. This file is from Sprite, and clearly an
extensively modified SunOS file. *sigh*.
(ie. Feel free to rewrite it from scratch...)
|
1993-10-16 11:14:51 +00:00 |
|
cgd
|
bf4b776381
|
total overhaul. still needs a lot of cleanup though...
|
1993-10-16 07:57:36 +00:00 |
|
mycroft
|
7e8063835d
|
Use `swap generic'.
|
1993-10-16 07:48:04 +00:00 |
|
cgd
|
29988603d4
|
add a header file with some protos...
|
1993-10-16 07:32:22 +00:00 |
|
deraadt
|
53402794da
|
mountroot is defined in vfs_conf.c
|
1993-10-16 07:23:10 +00:00 |
|
mycroft
|
2ce6de16d5
|
Add isa_establish(), for all it's worth (which is to say, nothing).
|
1993-10-16 05:25:21 +00:00 |
|
mycroft
|
c73d85d341
|
Panic if DMA with odd length attempted on a 16-bit channel.
|
1993-10-16 03:55:59 +00:00 |
|
phil
|
5df59aabeb
|
Changes for ram disk specification.
|
1993-10-15 22:46:46 +00:00 |
|
cgd
|
d3731177f7
|
rename nfsboot.c, and add boot_tftp.c, which isn't done yet.
|
1993-10-15 13:52:26 +00:00 |
|
cgd
|
4bcf529b86
|
oops; forgot to move these definitions over, before...
|
1993-10-15 13:47:22 +00:00 |
|
cgd
|
ca91b52083
|
get rid of extra variable, and move to boot_nfs.c
|
1993-10-15 13:43:16 +00:00 |
|
cgd
|
fba9bbc5d9
|
add back the bufpages limit
|
1993-10-15 11:55:39 +00:00 |
|
deraadt
|
6ecda95b8a
|
rebuilt from syscall.master: {get,set}domainname change
|
1993-10-15 11:29:13 +00:00 |
|
deraadt
|
ef0d3bd5cb
|
fix sun_getdents()
fix sun_mmap()
Note: delete the "struct dirent" in here when sys/dirent.h is created.
|
1993-10-15 11:28:29 +00:00 |
|
deraadt
|
fc55b2487e
|
use the standard {get,set}domainname stuff
|
1993-10-15 10:58:42 +00:00 |
|
cgd
|
2193c056b8
|
add strncmp to anything
|
1993-10-15 08:41:12 +00:00 |
|
cgd
|
acbf63a86b
|
add __main()
|
1993-10-15 06:20:46 +00:00 |
|
cgd
|
dd818c7cd0
|
get rid of __main() -- it's going into libkern
|
1993-10-15 06:16:22 +00:00 |
|
deraadt
|
ab2ddd1c05
|
we now handle SunOS NMAGIC executables
|
1993-10-15 06:13:17 +00:00 |
|
deraadt
|
cefac63158
|
actually put something in a previously empty file.
__LDPGSZ should now be defined here!
|
1993-10-15 06:01:06 +00:00 |
|
deraadt
|
c6003607ba
|
arch/sparc/sparc/sys_machdep.c is non optional; there is more in
there than just TRACE
|
1993-10-15 05:59:28 +00:00 |
|
deraadt
|
091c24de94
|
No need to allocate clists.
|
1993-10-15 03:37:33 +00:00 |
|
deraadt
|
f51bf630eb
|
default is to have nbuf = 0 and bufpages = 0
|
1993-10-15 03:00:56 +00:00 |
|
deraadt
|
56cc97cb80
|
update from rick, tarfile of Oct 11 10:46
|
1993-10-15 02:56:33 +00:00 |
|
cgd
|
8bf3fac77c
|
comments need ... '/'s at the end of them!!!
|
1993-10-14 22:35:26 +00:00 |
|
mycroft
|
4f94812b29
|
New file with DMA code from isa.c, modified to check for some errors.
|
1993-10-14 05:22:57 +00:00 |
|
mycroft
|
5448e175cf
|
Only include isa/dma.c if a driver which needs it is configured.
|
1993-10-14 05:17:24 +00:00 |
|
glass
|
e74dea9259
|
upgraded the critical bits to 'bootbootp' version 0.3.
added file to describe bootbootp -> netboot integration, though it does so
badly and without much detail.
|
1993-10-14 04:53:34 +00:00 |
|
glass
|
392149b053
|
this is the disgusting temporary hack to assist people booting over nfs via
hacked structures until netboot works.
the word "abortion" comes to mind.
|
1993-10-14 03:05:02 +00:00 |
|
cgd
|
aed90a8659
|
make user define debug variable. get rid of the COMMON_ETHER
define; always require a machdep_common_ether routine, which
may do zip if no common enet addr
|
1993-10-13 21:22:27 +00:00 |
|
cgd
|
b6a7521043
|
separate globals, add the bootinfo.c file to the lib
|
1993-10-13 16:33:55 +00:00 |
|
cgd
|
c141ecaada
|
fix lbl revision number, and update to latest lbl source (fix bug)
|
1993-10-13 13:55:38 +00:00 |
|
cgd
|
c667517e13
|
punt on doing minimal work in favor of less output in 'happy' case.
|
1993-10-13 12:19:37 +00:00 |
|