summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2020-08-17Delete some obselete stuffFrans Kaashoek
2020-08-10Generate initcode without compressed extensionsFrans Kaashoek
2020-07-17drop QEMUEXTRARobert Morris
2019-11-07Merge branch 'riscv' of g.csail.mit.edu:xv6-dev into riscvRobert Morris
2019-11-07more grindRobert Morris
2019-11-07yet another toolchain namertm
2019-11-06grind: run parallel system calls foreverRobert Morris
2019-10-27nitsRobert Morris
2019-09-30Make QEMU memory size match PHYSTOPAnish Athalye
2019-09-20nitsRobert Morris
2019-09-13add `-bios none' to silence qemuXi Wang
2019-08-26cow moved to xv6-riscv-fall19Frans Kaashoek
2019-07-27split printf into a separate file, to make console.c more like a driverRobert Morris
2019-07-23a few core -> CPURobert Morris
2019-07-22-MD and TRAPFRAMERobert Morris
2019-07-01have fork() fail, not panic, if not enough phys memRobert Morris
2019-06-13eliminate ramdiskRobert Morris
2019-06-13virtio disk driverRobert Morris
2019-06-11separate source into kernel/ user/ mkfs/Robert Morris
2019-06-06gdb backtraces: -ggdb, -fno-omit-frame-pointer, BSIZE=1024Robert Morris
2019-06-06add kernelvecRobert Morris
2019-06-05make -O work with asm volatile(...)Robert Morris
2019-06-05clean up -WallRobert Morris
2019-06-05spinlocks using gcc intrinsicsRobert Morris
2019-06-05start at support for multiple CPUsRobert Morris
2019-06-03push/pop all registers when handling interrupt from kernelRobert Morris
2019-05-31exec compiles but argstr() doesn't work yetRobert Morris
2019-05-31-initrd fs.img, ramdisk.c, file systemRobert Morris
2019-05-31fork/wait/exit workRobert Morris
2018-09-23Checkpoint port of xv6 to x86-64. Passed usertests on 2 processors a few times.Frans Kaashoek
2018-08-30thanks mtasmFrans Kaashoek
2018-08-30vectors.pl is executable and asks shell for perlFrans Kaashoek
2018-08-30thanks tyfkdaFrans Kaashoek
2018-08-30xFrans Kaashoek
2018-08-30xFrans Kaashoek
2017-08-09Commit to running on an SMP (perhaps with only 1 core). Remove most codeFrans Kaashoek
2017-01-30Thanks to Wolfgang Keller <nubok@users.noreply.github.com>Frans Kaashoek
2017-01-30Add support for qemu-system-x86_64 in 64bit hostsAntonio Gutierrez
2016-09-26Fixed broken build on newer gold linker with NaCl supportIcenowy Zheng
2016-09-11Straight replacement of B_BUSY with a sleeping lock.Frans Kaashoek
2016-08-18Fixed QEMU command line avoids raw image warning.Peter H. Froehlich
2016-08-18Again, QEMU command line to avoid image warning.Peter H. Froehlich
2016-08-13hold ptable.lock for the entire process creationRobert Morris
2015-06-30coding style (per Jeremías Feltan <jeremias.feltan@gmail.com>)Frans Kaashoek
2014-10-03Increase VM memory when running qemu-memfsAustin Clements
2014-10-03Make kernelmemfs depend on kernel.ldAustin Clements
2014-10-03Fix kernelmemfs linkingAustin Clements
2014-09-23ggdb -> gdwarf-2 for gcc4.8Frans Kaashoek
2014-09-08Oops (thanks David Lawrence)Frans Kaashoek
2014-07-31newer versions of qemu have different binary names (per Joel Nider <joel@nide...Frans Kaashoek