show your diff.

(hint: bind -ac /dist/plan9front / && git/diff /sys/src/9 | webpaste)

diff 66fc6a3e6443d7eb8298f65b0c9803197d196ec7 uncommitted
--- a//sys/src/9/mkfile
+++ b//sys/src/9/mkfile
@@ -1,17 +1,17 @@
ARCH=\
- bcm\
- bcm64\
- cycv\
- kw\
+ #bcm\
+ #bcm64\
+ #cycv\
+ #kw\
#mtx\
- omap\
- pc\
+ #omap\
+ #pc\
pc64\
#ppc\
- sgi\
- teg2\
- xen\
- zynq\
+ #sgi\
+ #teg2\
+ #xen\
+ #zynq\

all:V:
for(i in $ARCH)@{
--- a//sys/src/9/pc64/main.c
+++ b//sys/src/9/pc64/main.c
@@ -182,7 +182,7 @@
i8250console();
quotefmtinstall();
screeninit();
- print("\nPlan 9\n");
+ print("\nPlan 69\n");
cpuidentify();
meminit0();
archinit();
--- a//sys/src/9/port/edf.c
+++ b//sys/src/9/port/edf.c
@@ -10,9 +10,10 @@

/* debugging */
enum {
- Dontprint = 1,
+ Dontprint = 0,
};

+
#define DPRINT if(Dontprint){}else print

static long now; /* Low order 32 bits of time in µs */
@@ -118,6 +119,7 @@
void
edfinit(Proc*p)
{
+ print("NESTO");
if(!edfinited){
fmtinstall('t', timeconv);
edfinited++;