History log of /xv6-public/Makefile (Results 51 – 75 of 133)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 77a9aa55 05-Oct-2009 Austin Clements <amdragon@mit.edu>

Record debug info for assmebly code


# bab819ed 01-Oct-2009 Austin Clements <amdragon@mit.edu>

Be consistent with JOS make targets


# 01396b3a 21-Sep-2009 Austin Clements <amdragon@mit.edu>

xv6 runs the console on the serial port, not the parallel port


Revision tags: xv6-rev3
# 074ac7cc 15-Sep-2009 Silas Boyd-Wickizer <sbw@wether.csail.mit.edu>

add .gdbinit.tmpl to dist


# 01b667e4 15-Sep-2009 Silas Boyd-Wickizer <sbw@wether.csail.mit.edu>

rev3


# 568bbae8 15-Sep-2009 Silas Boyd-Wickizer <sbw@wether.csail.mit.edu>

qemu-gdb target and script


# 7e0cc8e3 02-Sep-2009 Russ Cox <rsc@x40.(none)>

another attempt at cpu-local variables.
this time do it ourselves instead of piggybacking on TLS.
add -fno-pic to Makefile; pic code breaks our fake TLS.


# 45a97826 02-Sep-2009 Nickolai Zeldovich <nickolai@csail.mit.edu>

fix bootblock build with gcc 4.4


# 48755214 31-Aug-2009 Russ Cox <rsc@swtch.com>

assorted fixes:
* rename c/cp to cpu/proc
* rename cpu.context to cpu.scheduler
* fix some comments
* formatting for printout


# 0aef8914 08-Aug-2009 Russ Cox <rsc@swtch.com>

shuffle and tweak for formatting.
pdf has very good page breaks now.
would be a good copy for fall 2009.


# 19333efb 31-May-2009 rsc <rsc>

Some proc cleanup, moving some of copyproc into allocproc.

Also, an experiment: use "thread-local" storage for c and cp
instead of the #define macro for curproc[cpu()].


Revision tags: xv6-2008
# adcd16c3 11-Sep-2008 rtm <rtm>

restore std toolprefix


# 4651d04a 11-Sep-2008 rtm <rtm>

omit *.d from tar file


# 1808b2f1 20-Aug-2008 rsc <rsc>

now rev2


# d7a90d3b 19-Sep-2007 nelhage <nelhage>

This should fix building on FreeBSD


# 6197c042 18-Sep-2007 nelhage <nelhage>

Fix compilation on 64-bit machines (thanks to andersk for patch)


# e51ae8a2 30-Aug-2007 rsc <rsc>

do not toss .ps


# 05109382 30-Aug-2007 rsc <rsc>

tweak


Revision tags: xv6-2007, xv6-rev1
# 68a2d537 28-Aug-2007 rsc <rsc>

match README


# e3f271e8 28-Aug-2007 rsc <rsc>

oops


# 818fc012 28-Aug-2007 rsc <rsc>

replace setjmp/longjmp with swtch


# 2d7d2b18 28-Aug-2007 rsc <rsc>

rename 8253pit -> timer


# 1a89baa7 28-Aug-2007 rsc <rsc>

add grep; add lost echo


# 76f09d7d 28-Aug-2007 rsc <rsc>

clean up Makefile; add wc


# f0d11fea 28-Aug-2007 rsc <rsc>

Move keyboard code into kbd.c; add backspace handling.


123456