- Apr 03, 2015
-
-
Frans Kaashoek authored
that they can be different. Clean up mkfs, simplifying specifying fs parameters, remove some redundancy between fs and mkfs, and fix disk layout bugs. Call blocks in the file system blocks instead of sectors. Passes usertests for different block sizes.
-
- Sep 04, 2011
-
-
Austin Clements authored
This way, the bootloader doesn't have to translate the entry point. This also makes xv6 multiboot-compliant and follows the convention used by Linux.
-
- Aug 31, 2011
-
-
Robert Morris authored
-
- Aug 17, 2011
-
-
Frans Kaashoek authored
-
Frans Kaashoek authored
-
- Jul 29, 2011
-
-
Frans Kaashoek authored
Very important to give qemu memory through PHYSTOP :(
-
- Jan 11, 2011
-
-
Russ Cox authored
Variable declarations at top of function, separate from initialization. Use == 0 instead of ! for checking pointers. Consistent spacing around {, *, casts. Declare 0-parameter functions as (void) not (). Integer valued functions return -1 on failure, 0 on success.
-
- Sep 15, 2010
-
-
Austin Clements authored
-
- Mar 08, 2009
-
-
rsc authored
do Bochs breakpoint and spin in bootasm.S. not needed in bootmain too. fix readseg bug (rounding of va). zero segments when memsz > filesz. no need to clear BSS in kernel main. make bootother.S like bootasm.S
-
- Sep 15, 2007
-
-
rtm authored
-
- Aug 28, 2007
- Aug 27, 2007
-
-
rsc authored
-
- Aug 24, 2007
- Aug 21, 2007
-
-
rsc authored
PDF at http://am.lcs.mit.edu/~rsc/xv6.pdf Various changes made while offline. + bwrite sector argument is redundant; use b->sector. + reformatting of files for nicer PDF page breaks + distinguish between locked, unlocked inodes in type signatures + change FD_FILE to FD_INODE + move userinit (nee proc0init) to proc.c + move ROOTDEV to param.h + always parenthesize sizeof argument
-
- Sep 06, 2006
- Jul 20, 2006
-
-
rtm authored
-
- Jul 16, 2006
- Jun 12, 2006
-
-
rtm authored
-