History log of /xv6-public/Makefile (Results 1 – 25 of 133)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: xv6-rev11
# 76d4005f 30-Aug-2018 Frans Kaashoek <kaashoek@mit.edu>

thanks mtasm


# 8f63beaa 30-Aug-2018 Frans Kaashoek <kaashoek@mit.edu>

vectors.pl is executable and asks shell for perl


# 26108a3b 30-Aug-2018 Frans Kaashoek <kaashoek@mit.edu>

thanks tyfkda


# 7f3528bc 30-Aug-2018 Frans Kaashoek <kaashoek@mit.edu>

x


# 0b6f4c08 30-Aug-2018 Frans Kaashoek <kaashoek@mit.edu>

x


# 4f14d8d1 09-Aug-2017 Frans Kaashoek <kaashoek@mit.edu>

Commit to running on an SMP (perhaps with only 1 core). Remove most code
from picirq.c and remove timer.c completely. Update runoff.list.


# d57d37eb 31-Jan-2017 Frans Kaashoek <kaashoek@mit.edu>

Thanks to Wolfgang Keller <nubok@users.noreply.github.com>


# 1772853d 02-Dec-2016 Antonio Gutierrez <chibby0ne@gmail.com>

Add support for qemu-system-x86_64 in 64bit hosts

As x86-64 is a superset of x86, we can use qemu-system-x86_64 to run
the OS image.

Signed-off-by: Antonio Gutierrez <chibby0ne@gmail.com>


Revision tags: xv6-rev9
# 91fd3470 09-Apr-2016 Icenowy Zheng <icenowy@outlook.com>

Fixed broken build on newer gold linker with NaCl support

On platforms with NaCl support, ld.gold -V will return a "elf_i386_nacl" in
addition to "elf_i386", which will make the build fail.


# 6670d3b5 11-Sep-2016 Frans Kaashoek <kaashoek@mit.edu>

Straight replacement of B_BUSY with a sleeping lock.


# 5faed8ba 26-Sep-2015 Peter H. Froehlich <peter.hans.froehlich@gmail.com>

Fixed QEMU command line avoids raw image warning.


# 216fdf84 03-Oct-2015 Peter H. Froehlich <peter.hans.froehlich@gmail.com>

Again, QEMU command line to avoid image warning.


# 19f65413 13-Aug-2016 Robert Morris <rtm@csail.mit.edu>

hold ptable.lock for the entire process creation
however, processes still modify their own p->* without locking


# ecb40fb1 30-Jun-2015 Frans Kaashoek <kaashoek@mit.edu>

coding style (per Jeremías Feltan <jeremias.feltan@gmail.com>)


# 41f16c21 03-Oct-2014 Austin Clements <aclements@csail.mit.edu>

Increase VM memory when running qemu-memfs

Presumably because of the pre-loaded file system, the default RAM is
insufficient when running kernelmemfs


# 8e541963 03-Oct-2014 Austin Clements <aclements@csail.mit.edu>

Make kernelmemfs depend on kernel.ld


# 0dd991dd 03-Oct-2014 Austin Clements <aclements@csail.mit.edu>

Fix kernelmemfs linking

Commit 9aa0337d introduced a linker script for linking the kernel image,
but only changed the kernel target to use it. kernelmemfs was still
using the old linker command lin

Fix kernelmemfs linking

Commit 9aa0337d introduced a linker script for linking the kernel image,
but only changed the kernel target to use it. kernelmemfs was still
using the old linker command line arguments, which weren't sufficient.

show more ...


# 053082fb 23-Sep-2014 Frans Kaashoek <kaashoek@mit.edu>

ggdb -> gdwarf-2 for gcc4.8


# 75dee121 08-Sep-2014 Frans Kaashoek <kaashoek@mit.edu>

Oops (thanks David Lawrence)


Revision tags: xv6-rev8
# 86188d9d 31-Jul-2014 Frans Kaashoek <kaashoek@mit.edu>

newer versions of qemu have different binary names (per Joel Nider <joel@nider.org>)


# 241c0680 24-Oct-2012 Cam Tenny <cjtenny@mit.edu>

Prevent extra rebuild of fs.img by keeping intermediate object files.


# cf57e525 07-Sep-2012 Frans Kaashoek <kaashoek@mit.edu>

Remove -m32 flag from native gcc compiler
But check that mkfs.c is building with LP64


Revision tags: xv6-rev7, osdi12-submit, xv6-rev6
# 09b19091 06-Sep-2011 Austin Clements <amdragon@mit.edu>

Re-alphabetize OBJS


# b1c66ca8 05-Sep-2011 Austin Clements <amdragon@mit.edu>

Sync up clean and gitignore better


# 68b58727 04-Sep-2011 Austin Clements <amdragon@mit.edu>

kernel depends on kernel.ld


123456