Commit graph

271 commits

Author SHA1 Message Date
rsc ed960d2c19 watch for zombies 2007-08-08 08:57:03 +00:00
rsc e204d0a151 atoi, for kill 2007-08-08 08:56:09 +00:00
rsc e0924827ee add kill 2007-08-08 08:50:23 +00:00
rsc e695b849af spacing 2007-08-08 08:44:11 +00:00
rsc af689dcf7e oops 2007-08-08 08:40:08 +00:00
rsc 39c84ccf48 fix wait bug in init 2007-08-08 08:39:23 +00:00
rsc f8f7fcbebd handle EOF in shell 2007-08-08 08:39:07 +00:00
rsc 349ee132f0 add zombie program 2007-08-08 08:38:55 +00:00
rsc a7d18bb6f0 comment tweaks; more informative process list 2007-08-08 08:38:38 +00:00
rsc 7366e042d9 save process name for debugging 2007-08-08 08:38:11 +00:00
rsc 7e89fb90bd add safestrcpy 2007-08-08 08:37:22 +00:00
rsc cd08e6e065 typo 2007-08-08 08:27:32 +00:00
rsc a059f02596 change gets to return \n, to distinguish 0-byte read from empty line 2007-08-08 08:04:20 +00:00
rsc 07018064bb add EOF handling to console_read - works with cat 2007-08-08 08:04:02 +00:00
rsc ca3d577671 add rule to generate init.sym 2007-08-08 07:43:02 +00:00
rsc 71d1122a03 add bootmain.c to runoff.list 2007-08-08 07:41:30 +00:00
rsc b4c1a88d6c forgot to check in long ago 2007-06-29 17:35:54 +00:00
kaashoek cc9c9814b2 bug reported by nelson 2006-10-19 13:10:08 +00:00
kaashoek 4b5443c3cd record tim's bug and patch 2006-10-18 14:58:27 +00:00
kaashoek 7356f26a68 a few notes 2006-10-13 19:55:07 +00:00
kaashoek f8ac639675 a few other nits 2006-09-17 22:01:12 +00:00
rsc b438eff6bf Have kernel build rule create kernel.sym, which can be
used in Bochs to make breakpoint setting easier:

	load-symbols "kernel.sym"
	vb 0x8:"main0"
	c
	disasm/25 "main0"
	vb 0x8:"main0"+0x5f
	c

etc.
2006-09-17 19:21:12 +00:00
rsc c25e0a5ff8 accumulate bugs 2006-09-17 19:19:01 +00:00
rsc 05eecb6313 a copy of xv6.pdf that can be sent to turkey and duplexes correctly 2006-09-08 16:19:26 +00:00
rsc 5cc0bd5cea sent to printer - CTC job 6955 40 copies 2006-09-08 15:55:26 +00:00
rsc 2c88030df0 dist tarball 2006-09-08 15:44:42 +00:00
rsc ca0140339d fix toc example 2006-09-08 15:39:24 +00:00
rsc e936743429 tweak 2006-09-08 15:34:04 +00:00
rsc b02e13f0f6 shorten 2006-09-08 15:31:23 +00:00
rsc 3689c7f5ce unnecessary struct jmpbuf 2006-09-08 15:31:18 +00:00
rsc ba969aa6a8 make lines shorter 2006-09-08 15:18:58 +00:00
rsc 5788b3604a nit 2006-09-08 15:15:44 +00:00
rsc 4fb684548a formatting nits 2006-09-08 15:14:43 +00:00
rsc efb01c1dc0 only need a page 2006-09-08 15:09:48 +00:00
kaashoek 5c596bb3a7 consistency. 2006-09-08 15:07:45 +00:00
kaashoek 5cb7877e0f use bootstrap processor as specified by MP table. typically 0, but not
guaranteed.
2006-09-08 14:48:07 +00:00
rsc f80873e602 update line numbers 2006-09-08 14:46:16 +00:00
rsc 5eb6212dfe xv6 style 2006-09-08 14:41:18 +00:00
rsc db2d8e4b82 dist rules 2006-09-08 14:41:06 +00:00
rsc fb6ddf3ea2 tweaks 2006-09-08 14:40:59 +00:00
rsc 66d46d691d fix file names 2006-09-08 14:40:51 +00:00
rsc 8be7e703ca wording nit 2006-09-08 14:36:56 +00:00
kaashoek 8e1d1ec934 some comment changes 2006-09-08 14:36:44 +00:00
rsc 50f8850366 move ide_intr lower 2006-09-08 14:33:27 +00:00
rsc 4194835901 tweak fs.h spacing; add comment 2006-09-08 14:31:17 +00:00
rsc cd12eea3c7 make trap fit on one page 2006-09-08 14:29:58 +00:00
rsc 1656b1b232 move growproc up higher 2006-09-08 14:26:51 +00:00
rsc be29b8e263 ++ 2006-09-08 14:26:16 +00:00
rsc d6d636aad3 make setjmp fit on one page 2006-09-08 14:20:43 +00:00
rsc ab299eb39a can break after }; too 2006-09-08 14:19:30 +00:00