* more re-work
commitbdea852dcc60e1e6eece3bc42bb25d1639ca5204
authorMarius Vlad <m3s0n3.14@gmail.com>
Sat, 7 Apr 2012 15:09:19 +0000 (7 18:09 +0300)
committerMarius Vlad <m3s0n3.14@gmail.com>
Sat, 7 Apr 2012 15:09:19 +0000 (7 18:09 +0300)
tree6592ee2195c725977ed4d2a8e4ce1cc8f8c7bb03
parent00772ccc4365239c8232f8285b47d3aa52b6eda2
* more re-work
2509 files changed:
i386/386htm09.tar.gz [deleted file]
i386/MIT/course/src/git.lab/.gitignore [deleted file]
i386/MIT/course/src/src.lab/.dir-locals.el [deleted file]
i386/MIT/course/src/src.lab/.gdbinit.tmpl [deleted file]
i386/MIT/course/src/src.lab/CODING [deleted file]
i386/MIT/course/src/src.lab/GNUmakefile [deleted file]
i386/MIT/course/src/src.lab/boot/Makefrag [deleted file]
i386/MIT/course/src/src.lab/boot/boot.S [deleted file]
i386/MIT/course/src/src.lab/boot/main.c [deleted file]
i386/MIT/course/src/src.lab/boot/sign.pl [deleted file]
i386/MIT/course/src/src.lab/fs/Makefrag [deleted file]
i386/MIT/course/src/src.lab/fs/bc.c [deleted file]
i386/MIT/course/src/src.lab/fs/fs.c [deleted file]
i386/MIT/course/src/src.lab/fs/fs.h [deleted file]
i386/MIT/course/src/src.lab/fs/fsformat.c [deleted file]
i386/MIT/course/src/src.lab/fs/ide.c [deleted file]
i386/MIT/course/src/src.lab/fs/index.html [deleted file]
i386/MIT/course/src/src.lab/fs/serv.c [deleted file]
i386/MIT/course/src/src.lab/fs/test.c [deleted file]
i386/MIT/course/src/src.lab/grade-lab1 [deleted file]
i386/MIT/course/src/src.lab/grade-lab2 [deleted file]
i386/MIT/course/src/src.lab/grade-lab3 [deleted file]
i386/MIT/course/src/src.lab/grade-lab4 [deleted file]
i386/MIT/course/src/src.lab/grade-lab5 [deleted file]
i386/MIT/course/src/src.lab/grade-lab6 [deleted file]
i386/MIT/course/src/src.lab/grade-lab7 [deleted file]
i386/MIT/course/src/src.lab/gradelib.py [deleted file]
i386/MIT/course/src/src.lab/inc/COPYRIGHT [deleted file]
i386/MIT/course/src/src.lab/inc/args.h [deleted file]
i386/MIT/course/src/src.lab/inc/env.h [deleted file]
i386/MIT/course/src/src.lab/inc/error.h [deleted file]
i386/MIT/course/src/src.lab/inc/fd.h [deleted file]
i386/MIT/course/src/src.lab/inc/fs.h [deleted file]
i386/MIT/course/src/src.lab/inc/lib.h [deleted file]
i386/MIT/course/src/src.lab/inc/malloc.h [deleted file]
i386/MIT/course/src/src.lab/inc/memlayout.h [deleted file]
i386/MIT/course/src/src.lab/inc/mmu.h [deleted file]
i386/MIT/course/src/src.lab/inc/ns.h [deleted file]
i386/MIT/course/src/src.lab/inc/queue.h [deleted file]
i386/MIT/course/src/src.lab/inc/stdio.h [deleted file]
i386/MIT/course/src/src.lab/inc/string.h [deleted file]
i386/MIT/course/src/src.lab/inc/syscall.h [deleted file]
i386/MIT/course/src/src.lab/inc/trap.h [deleted file]
i386/MIT/course/src/src.lab/inc/types.h [deleted file]
i386/MIT/course/src/src.lab/inc/x86.h [deleted file]
i386/MIT/course/src/src.lab/kern/Makefrag [deleted file]
i386/MIT/course/src/src.lab/kern/console.c [deleted file]
i386/MIT/course/src/src.lab/kern/cpu.h [deleted file]
i386/MIT/course/src/src.lab/kern/e1000.c [deleted file]
i386/MIT/course/src/src.lab/kern/e1000.h [deleted file]
i386/MIT/course/src/src.lab/kern/entry.S [deleted file]
i386/MIT/course/src/src.lab/kern/entrypgdir.c [deleted file]
i386/MIT/course/src/src.lab/kern/env.c [deleted file]
i386/MIT/course/src/src.lab/kern/env.h [deleted file]
i386/MIT/course/src/src.lab/kern/init.c [deleted file]
i386/MIT/course/src/src.lab/kern/kclock.c [deleted file]
i386/MIT/course/src/src.lab/kern/kclock.h [deleted file]
i386/MIT/course/src/src.lab/kern/kdebug.c [deleted file]
i386/MIT/course/src/src.lab/kern/kernel.ld [deleted file]
i386/MIT/course/src/src.lab/kern/lapic.c [deleted file]
i386/MIT/course/src/src.lab/kern/monitor.c [deleted file]
i386/MIT/course/src/src.lab/kern/mpconfig.c [deleted file]
i386/MIT/course/src/src.lab/kern/mpentry.S [deleted file]
i386/MIT/course/src/src.lab/kern/pci.c [deleted file]
i386/MIT/course/src/src.lab/kern/pci.h [deleted file]
i386/MIT/course/src/src.lab/kern/pcireg.h [deleted file]
i386/MIT/course/src/src.lab/kern/picirq.c [deleted file]
i386/MIT/course/src/src.lab/kern/picirq.h [deleted file]
i386/MIT/course/src/src.lab/kern/pmap.c [deleted file]
i386/MIT/course/src/src.lab/kern/pmap.h [deleted file]
i386/MIT/course/src/src.lab/kern/printf.c [deleted file]
i386/MIT/course/src/src.lab/kern/sched.c [deleted file]
i386/MIT/course/src/src.lab/kern/spinlock.c [deleted file]
i386/MIT/course/src/src.lab/kern/spinlock.h [deleted file]
i386/MIT/course/src/src.lab/kern/syscall.c [deleted file]
i386/MIT/course/src/src.lab/kern/time.c [deleted file]
i386/MIT/course/src/src.lab/kern/time.h [deleted file]
i386/MIT/course/src/src.lab/kern/trap.c [deleted file]
i386/MIT/course/src/src.lab/kern/trap.h [deleted file]
i386/MIT/course/src/src.lab/kern/trapentry.S [deleted file]
i386/MIT/course/src/src.lab/lib/Makefrag [deleted file]
i386/MIT/course/src/src.lab/lib/args.c [deleted file]
i386/MIT/course/src/src.lab/lib/console.c [deleted file]
i386/MIT/course/src/src.lab/lib/entry.S [deleted file]
i386/MIT/course/src/src.lab/lib/fd.c [deleted file]
i386/MIT/course/src/src.lab/lib/file.c [deleted file]
i386/MIT/course/src/src.lab/lib/fork.c [deleted file]
i386/MIT/course/src/src.lab/lib/ipc.c [deleted file]
i386/MIT/course/src/src.lab/lib/libmain.c [deleted file]
i386/MIT/course/src/src.lab/lib/malloc.c [deleted file]
i386/MIT/course/src/src.lab/lib/nsipc.c [deleted file]
i386/MIT/course/src/src.lab/lib/panic.c [deleted file]
i386/MIT/course/src/src.lab/lib/pfentry.S [deleted file]
i386/MIT/course/src/src.lab/lib/pgfault.c [deleted file]
i386/MIT/course/src/src.lab/lib/pipe.c [deleted file]
i386/MIT/course/src/src.lab/lib/printf.c [deleted file]
i386/MIT/course/src/src.lab/lib/printfmt.c [deleted file]
i386/MIT/course/src/src.lab/lib/readline.c [deleted file]
i386/MIT/course/src/src.lab/lib/sockets.c [deleted file]
i386/MIT/course/src/src.lab/lib/spawn.c [deleted file]
i386/MIT/course/src/src.lab/lib/string.c [deleted file]
i386/MIT/course/src/src.lab/lib/syscall.c [deleted file]
i386/MIT/course/src/src.lab/net/Makefrag [deleted file]
i386/MIT/course/src/src.lab/net/input.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/FILES [deleted file]
i386/MIT/course/src/src.lab/net/lwip/Makefrag [deleted file]
i386/MIT/course/src/src.lab/net/lwip/api/api_lib.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/api/api_msg.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/api/err.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/api/netbuf.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/api/netdb.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/api/netifapi.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/api/sockets.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/api/tcpip.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/core/dhcp.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/core/dns.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/core/init.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/core/ipv4/autoip.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/core/ipv4/icmp.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/core/ipv4/igmp.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/core/ipv4/inet.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/core/ipv4/inet_chksum.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/core/ipv4/ip.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/core/ipv4/ip_addr.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/core/ipv4/ip_frag.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/core/ipv6/README [deleted file]
i386/MIT/course/src/src.lab/net/lwip/core/ipv6/icmp6.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/core/ipv6/inet6.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/core/ipv6/ip6.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/core/ipv6/ip6_addr.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/core/mem.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/core/memp.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/core/netif.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/core/pbuf.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/core/raw.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/core/snmp/asn1_dec.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/core/snmp/asn1_enc.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/core/snmp/mib2.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/core/snmp/mib_structs.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/core/snmp/msg_in.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/core/snmp/msg_out.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/core/stats.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/core/sys.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/core/tcp.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/core/tcp_in.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/core/tcp_out.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/core/udp.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/ipv4/lwip/autoip.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/ipv4/lwip/icmp.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/ipv4/lwip/igmp.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/ipv4/lwip/inet.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/ipv4/lwip/inet_chksum.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/ipv4/lwip/ip.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/ipv4/lwip/ip_addr.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/ipv4/lwip/ip_frag.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/ipv6/lwip/icmp.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/ipv6/lwip/inet.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/ipv6/lwip/ip.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/ipv6/lwip/ip_addr.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/lwip/api.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/lwip/api_msg.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/lwip/arch.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/lwip/debug.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/lwip/def.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/lwip/dhcp.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/lwip/dns.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/lwip/err.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/lwip/init.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/lwip/mem.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/lwip/memp.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/lwip/memp_std.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/lwip/netbuf.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/lwip/netdb.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/lwip/netif.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/lwip/netifapi.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/lwip/opt.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/lwip/pbuf.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/lwip/raw.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/lwip/sio.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/lwip/snmp.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/lwip/snmp_asn1.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/lwip/snmp_msg.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/lwip/snmp_structs.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/lwip/sockets.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/lwip/stats.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/lwip/sys.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/lwip/tcp.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/lwip/tcpip.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/lwip/udp.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/netif/etharp.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/netif/loopif.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/netif/ppp_oe.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/include/netif/slipif.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/jos/arch/cc.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/jos/arch/i386/setjmp.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/jos/arch/longjmp.S [deleted file]
i386/MIT/course/src/src.lab/net/lwip/jos/arch/perf.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/jos/arch/perror.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/jos/arch/perror.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/jos/arch/setjmp.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/jos/arch/sys_arch.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/jos/arch/sys_arch.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/jos/arch/thread.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/jos/arch/thread.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/jos/arch/threadq.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/jos/jif/jif.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/jos/jif/jif.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/jos/lwipopts.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/netif/FILES [deleted file]
i386/MIT/course/src/src.lab/net/lwip/netif/etharp.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/netif/ethernetif.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/netif/loopif.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/netif/ppp/auth.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/netif/ppp/auth.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/netif/ppp/chap.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/netif/ppp/chap.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/netif/ppp/chpms.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/netif/ppp/chpms.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/netif/ppp/fsm.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/netif/ppp/fsm.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/netif/ppp/ipcp.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/netif/ppp/ipcp.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/netif/ppp/lcp.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/netif/ppp/lcp.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/netif/ppp/magic.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/netif/ppp/magic.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/netif/ppp/md5.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/netif/ppp/md5.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/netif/ppp/pap.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/netif/ppp/pap.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/netif/ppp/ppp.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/netif/ppp/ppp.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/netif/ppp/ppp_oe.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/netif/ppp/pppdebug.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/netif/ppp/randm.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/netif/ppp/randm.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/netif/ppp/vj.c [deleted file]
i386/MIT/course/src/src.lab/net/lwip/netif/ppp/vj.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/netif/ppp/vjbsdhdr.h [deleted file]
i386/MIT/course/src/src.lab/net/lwip/netif/slipif.c [deleted file]
i386/MIT/course/src/src.lab/net/ns.h [deleted file]
i386/MIT/course/src/src.lab/net/output.c [deleted file]
i386/MIT/course/src/src.lab/net/serv.c [deleted file]
i386/MIT/course/src/src.lab/net/testinput.c [deleted file]
i386/MIT/course/src/src.lab/net/testoutput.c [deleted file]
i386/MIT/course/src/src.lab/net/timer.c [deleted file]
i386/MIT/course/src/src.lab/user/Makefrag [deleted file]
i386/MIT/course/src/src.lab/user/badsegment.c [deleted file]
i386/MIT/course/src/src.lab/user/breakpoint.c [deleted file]
i386/MIT/course/src/src.lab/user/buggyhello.c [deleted file]
i386/MIT/course/src/src.lab/user/buggyhello2.c [deleted file]
i386/MIT/course/src/src.lab/user/cat.c [deleted file]
i386/MIT/course/src/src.lab/user/divzero.c [deleted file]
i386/MIT/course/src/src.lab/user/dumbfork.c [deleted file]
i386/MIT/course/src/src.lab/user/echo.c [deleted file]
i386/MIT/course/src/src.lab/user/echosrv.c [deleted file]
i386/MIT/course/src/src.lab/user/echotest.c [deleted file]
i386/MIT/course/src/src.lab/user/evilhello.c [deleted file]
i386/MIT/course/src/src.lab/user/fairness.c [deleted file]
i386/MIT/course/src/src.lab/user/faultalloc.c [deleted file]
i386/MIT/course/src/src.lab/user/faultallocbad.c [deleted file]
i386/MIT/course/src/src.lab/user/faultbadhandler.c [deleted file]
i386/MIT/course/src/src.lab/user/faultdie.c [deleted file]
i386/MIT/course/src/src.lab/user/faultevilhandler.c [deleted file]
i386/MIT/course/src/src.lab/user/faultnostack.c [deleted file]
i386/MIT/course/src/src.lab/user/faultread.c [deleted file]
i386/MIT/course/src/src.lab/user/faultreadkernel.c [deleted file]
i386/MIT/course/src/src.lab/user/faultregs.c [deleted file]
i386/MIT/course/src/src.lab/user/faultwrite.c [deleted file]
i386/MIT/course/src/src.lab/user/faultwritekernel.c [deleted file]
i386/MIT/course/src/src.lab/user/forktree.c [deleted file]
i386/MIT/course/src/src.lab/user/hello.c [deleted file]
i386/MIT/course/src/src.lab/user/httpd.c [deleted file]
i386/MIT/course/src/src.lab/user/icode.c [deleted file]
i386/MIT/course/src/src.lab/user/idle.c [deleted file]
i386/MIT/course/src/src.lab/user/init.c [deleted file]
i386/MIT/course/src/src.lab/user/initsh.c [deleted file]
i386/MIT/course/src/src.lab/user/ls.c [deleted file]
i386/MIT/course/src/src.lab/user/lsfd.c [deleted file]
i386/MIT/course/src/src.lab/user/num.c [deleted file]
i386/MIT/course/src/src.lab/user/pingpong.c [deleted file]
i386/MIT/course/src/src.lab/user/pingpongs.c [deleted file]
i386/MIT/course/src/src.lab/user/primes.c [deleted file]
i386/MIT/course/src/src.lab/user/primespipe.c [deleted file]
i386/MIT/course/src/src.lab/user/sh.c [deleted file]
i386/MIT/course/src/src.lab/user/softint.c [deleted file]
i386/MIT/course/src/src.lab/user/spawnhello.c [deleted file]
i386/MIT/course/src/src.lab/user/spawninit.c [deleted file]
i386/MIT/course/src/src.lab/user/spin.c [deleted file]
i386/MIT/course/src/src.lab/user/stresssched.c [deleted file]
i386/MIT/course/src/src.lab/user/testbss.c [deleted file]
i386/MIT/course/src/src.lab/user/testfdsharing.c [deleted file]
i386/MIT/course/src/src.lab/user/testfile.c [deleted file]
i386/MIT/course/src/src.lab/user/testkbd.c [deleted file]
i386/MIT/course/src/src.lab/user/testmalloc.c [deleted file]
i386/MIT/course/src/src.lab/user/testpipe.c [deleted file]
i386/MIT/course/src/src.lab/user/testpiperace.c [deleted file]
i386/MIT/course/src/src.lab/user/testpiperace2.c [deleted file]
i386/MIT/course/src/src.lab/user/testptelibrary.c [deleted file]
i386/MIT/course/src/src.lab/user/testpteshare.c [deleted file]
i386/MIT/course/src/src.lab/user/testshell.c [deleted file]
i386/MIT/course/src/src.lab/user/testtime.c [deleted file]
i386/MIT/course/src/src.lab/user/user.ld [deleted file]
i386/MIT/course/src/src.lab/user/writemotd.c [deleted file]
i386/MIT/course/src/src.lab/user/yield.c [deleted file]
i386/junos/MIT/README [moved from i386/MIT/README with 100% similarity]
i386/junos/MIT/course/README [moved from i386/MIT/course/README with 100% similarity]
i386/junos/MIT/course/labs/lab1.txt [moved from i386/MIT/course/labs/lab1.txt with 100% similarity]
i386/junos/MIT/course/labs/lab2.txt [moved from i386/MIT/course/labs/lab2.txt with 100% similarity]
i386/junos/MIT/course/labs/lab3.txt [moved from i386/MIT/course/labs/lab3.txt with 100% similarity]
i386/junos/MIT/course/labs/lab4.txt [moved from i386/MIT/course/labs/lab4.txt with 100% similarity]
i386/junos/MIT/course/labs/lab5.txt [moved from i386/MIT/course/labs/lab5.txt with 100% similarity]
i386/junos/MIT/course/labs/lab6.txt [moved from i386/MIT/course/labs/lab6.txt with 100% similarity]
i386/junos/MIT/course/labs/lab7.txt [moved from i386/MIT/course/labs/lab7.txt with 100% similarity]
i386/junos/MIT/course/labs/labguide.txt [moved from i386/MIT/course/labs/labguide.txt with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/index.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000001.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000001.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000001.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000001.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000002.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000002.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000004.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000004.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000005.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000005.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000005.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000005.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000006.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000006.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000008.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000008.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000009.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000009.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000009.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000009.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000010.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000010.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000016.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000016.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000017.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000017.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000017.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000017.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000018.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000018.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000028.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000028.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000029.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000029.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000029.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000029.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000030.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000030.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000046.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000046.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000047.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000047.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000047.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000047.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000048.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000048.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000049.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000049.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000050.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000050.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000050.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000050.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000051.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000051.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000052.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000052.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000052.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000052.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000053.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000053.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000053.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000053.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000054.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000054.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000054.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000054.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000055.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000055.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000055.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000055.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000056.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000056.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000056.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000056.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000057.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000057.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000057.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000057.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000058.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000058.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000059.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000059.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000059.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000059.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000060.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000060.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000060.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000060.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000061.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000061.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000061.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000061.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000062.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000062.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000062.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000062.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000063.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000063.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000064.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000064.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000065.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000065.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000065.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000065.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000066.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000066.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000067.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000067.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000067.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000067.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000068.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000068.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000069.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000069.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000069.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000069.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000070.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000070.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000070.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000070.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000071.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000071.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000071.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000071.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000072.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000072.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000073.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000073.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000074.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000074.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000074.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000074.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000075.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000075.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000075.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000075.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000076.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000076.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000076.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000076.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000077.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000077.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000080.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000080.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000081.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000081.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000081.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000081.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000082.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000082.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000083.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000083.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000083.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000083.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000084.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000084.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000084.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000084.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000085.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000085.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000086.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000086.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000086.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000086.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000087.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000087.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000092.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000092.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000093.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000093.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000093.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000093.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000094.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000094.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000094.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000094.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000095.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000095.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000095.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000095.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000096.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000096.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000096.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000096.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000097.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000097.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000099.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000099.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000100.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000100.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000100.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000100.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000101.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000101.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000101.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000101.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000102.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000102.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000102.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000102.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000103.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000103.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000104.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000104.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000104.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000104.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000105.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000105.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000106.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000106.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000106.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000106.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000107.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000107.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000107.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000107.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000108.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000108.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000110.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000110.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000111.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000111.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000111.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000111.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000112.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000112.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000112.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000112.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000113.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000113.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000113.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000113.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000114.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000114.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000114.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000114.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000115.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000115.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000116.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000116.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000116.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000116.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000117.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000117.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000119.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000119.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000120.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000120.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000120.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000120.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000121.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000121.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000121.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000121.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000122.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000122.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000122.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000122.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000123.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000123.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000126.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000126.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000127.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000127.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000127.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000127.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000128.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000128.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000144.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000144.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000145.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000145.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000145.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000145.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000146.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000146.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000152.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000152.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000153.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000153.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000153.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000153.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000154.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000154.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000160.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000160.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000161.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000161.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000161.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000161.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000162.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000162.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000164.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000164.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000165.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000165.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000165.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000165.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000166.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000166.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000168.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000168.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000169.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000169.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000169.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000169.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000170.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000170.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000182.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000182.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000183.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000183.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000183.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000183.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000184.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000184.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000190.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000190.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000191.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000191.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000191.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000191.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000192.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000192.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000196.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000196.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000197.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000197.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000197.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000197.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000198.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000198.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000199.gif [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000199.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000199.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000199.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000200.html [moved from i386/MIT/course/lectures/all/6.828/2005/pdp11/pdp11-40-000200.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/readings/i386/s05_02.htm [moved from i386/MIT/course/lectures/all/6.828/2005/readings/i386/s05_02.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2005/readings/pdp11-40.pdf [moved from i386/MIT/course/lectures/all/6.828/2005/readings/pdp11-40.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/classes.html [moved from i386/MIT/course/lectures/all/6.828/2011/classes.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/general.html [moved from i386/MIT/course/lectures/all/6.828/2011/general.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/homework/exok.html [moved from i386/MIT/course/lectures/all/6.828/2011/homework/exok.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/homework/homework.css [moved from i386/MIT/course/lectures/all/6.828/2011/homework/homework.css with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/homework/journal-ext2fs.html [moved from i386/MIT/course/lectures/all/6.828/2011/homework/journal-ext2fs.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/homework/klee.html [moved from i386/MIT/course/lectures/all/6.828/2011/homework/klee.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/homework/linuxscale.html [moved from i386/MIT/course/lectures/all/6.828/2011/homework/linuxscale.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/homework/livelock.html [moved from i386/MIT/course/lectures/all/6.828/2011/homework/livelock.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/homework/proposal.html [moved from i386/MIT/course/lectures/all/6.828/2011/homework/proposal.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/homework/ticketlock.html [moved from i386/MIT/course/lectures/all/6.828/2011/homework/ticketlock.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/homework/vm.html [moved from i386/MIT/course/lectures/all/6.828/2011/homework/vm.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/homework/x86-intr.html [moved from i386/MIT/course/lectures/all/6.828/2011/homework/x86-intr.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/homework/x86-intro.html [moved from i386/MIT/course/lectures/all/6.828/2011/homework/x86-intro.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/homework/x86-mmu.html [moved from i386/MIT/course/lectures/all/6.828/2011/homework/x86-mmu.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/homework/xv6-disk.html [moved from i386/MIT/course/lectures/all/6.828/2011/homework/xv6-disk.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/homework/xv6-intro.html [moved from i386/MIT/course/lectures/all/6.828/2011/homework/xv6-intro.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/homework/xv6-lock.html [moved from i386/MIT/course/lectures/all/6.828/2011/homework/xv6-lock.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/homework/xv6-log.html [moved from i386/MIT/course/lectures/all/6.828/2011/homework/xv6-log.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/homework/xv6-sched.html [moved from i386/MIT/course/lectures/all/6.828/2011/homework/xv6-sched.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/homework/xv6-sleep.html [moved from i386/MIT/course/lectures/all/6.828/2011/homework/xv6-sleep.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/HEAD [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/HEAD with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/branches/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/branches/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/branches/index.html?D=A [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/branches/index.html?D=A with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/branches/index.html?M=A [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/branches/index.html?M=A with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/branches/index.html?N=D [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/branches/index.html?N=D with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/branches/index.html?S=A [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/branches/index.html?S=A with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/config [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/config with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/description [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/description with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/hooks/applypatch-msg.sample [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/hooks/applypatch-msg.sample with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/hooks/commit-msg.sample [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/hooks/commit-msg.sample with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/hooks/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/hooks/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/hooks/index.html?D=A [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/hooks/index.html?D=A with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/hooks/index.html?M=A [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/hooks/index.html?M=A with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/hooks/index.html?N=D [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/hooks/index.html?N=D with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/hooks/index.html?S=A [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/hooks/index.html?S=A with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/hooks/post-commit.sample [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/hooks/post-commit.sample with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/hooks/post-receive [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/hooks/post-receive with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/hooks/post-receive.sample [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/hooks/post-receive.sample with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/hooks/post-update.sample [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/hooks/post-update.sample with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/hooks/pre-applypatch.sample [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/hooks/pre-applypatch.sample with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/hooks/pre-commit.sample [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/hooks/pre-commit.sample with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/hooks/pre-rebase.sample [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/hooks/pre-rebase.sample with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/hooks/prepare-commit-msg.sample [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/hooks/prepare-commit-msg.sample with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/hooks/update.sample [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/hooks/update.sample with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/index.html?D=A [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/index.html?D=A with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/index.html?D=D [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/index.html?D=D with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/index.html?M=A [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/index.html?M=A with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/index.html?M=D [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/index.html?M=D with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/index.html?N=A [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/index.html?N=A with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/index.html?N=D [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/index.html?N=D with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/index.html?S=A [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/index.html?S=A with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/index.html?S=D [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/index.html?S=D with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/info/exclude [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/info/exclude with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/info/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/info/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/info/index.html?D=A [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/info/index.html?D=A with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/info/index.html?M=A [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/info/index.html?M=A with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/info/index.html?N=D [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/info/index.html?N=D with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/info/index.html?S=A [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/info/index.html?S=A with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/info/refs [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/info/refs with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/00/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/00/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/01/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/01/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/02/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/02/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/05/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/05/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/06/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/06/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/08/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/08/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/09/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/09/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/0a/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/0a/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/0b/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/0b/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/0c/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/0c/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/0d/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/0d/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/0e/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/0e/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/0f/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/0f/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/11/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/11/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/12/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/12/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/13/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/13/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/14/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/14/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/15/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/15/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/16/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/16/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/17/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/17/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/19/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/19/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/1b/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/1b/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/1c/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/1c/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/1d/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/1d/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/1e/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/1e/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/20/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/20/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/21/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/21/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/22/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/22/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/23/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/23/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/25/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/25/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/26/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/26/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/28/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/28/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/29/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/29/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/2a/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/2a/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/2b/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/2b/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/2c/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/2c/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/2d/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/2d/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/2e/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/2e/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/2f/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/2f/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/30/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/30/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/31/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/31/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/32/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/32/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/35/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/35/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/36/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/36/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/37/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/37/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/38/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/38/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/39/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/39/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/3b/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/3b/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/3c/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/3c/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/3f/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/3f/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/40/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/40/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/41/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/41/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/42/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/42/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/43/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/43/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/44/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/44/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/45/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/45/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/46/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/46/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/47/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/47/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/48/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/48/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/49/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/49/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/4a/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/4a/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/4b/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/4b/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/4c/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/4c/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/4e/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/4e/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/4f/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/4f/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/50/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/50/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/52/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/52/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/54/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/54/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/55/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/55/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/56/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/56/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/57/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/57/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/58/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/58/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/59/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/59/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/5a/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/5a/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/5b/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/5b/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/5c/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/5c/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/5d/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/5d/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/5e/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/5e/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/60/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/60/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/61/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/61/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/62/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/62/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/63/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/63/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/64/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/64/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/66/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/66/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/67/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/67/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/68/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/68/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/69/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/69/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/6a/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/6a/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/6b/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/6b/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/6c/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/6c/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/6d/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/6d/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/6f/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/6f/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/70/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/70/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/71/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/71/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/75/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/75/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/76/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/76/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/77/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/77/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/79/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/79/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/7a/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/7a/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/7b/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/7b/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/7c/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/7c/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/7e/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/7e/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/7f/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/7f/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/81/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/81/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/82/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/82/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/83/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/83/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/84/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/84/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/85/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/85/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/86/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/86/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/87/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/87/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/88/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/88/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/89/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/89/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/8a/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/8a/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/8b/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/8b/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/8c/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/8c/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/8d/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/8d/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/8e/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/8e/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/8f/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/8f/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/90/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/90/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/92/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/92/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/93/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/93/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/94/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/94/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/95/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/95/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/96/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/96/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/97/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/97/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/98/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/98/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/99/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/99/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/9a/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/9a/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/9b/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/9b/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/9c/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/9c/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/9d/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/9d/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/9e/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/9e/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/9f/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/9f/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/a0/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/a0/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/a1/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/a1/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/a2/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/a2/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/a3/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/a3/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/a5/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/a5/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/a6/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/a6/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/a7/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/a7/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/a8/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/a8/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/a9/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/a9/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/aa/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/aa/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/ab/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/ab/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/ac/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/ac/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/ae/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/ae/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/af/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/af/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/b0/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/b0/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/b1/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/b1/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/b2/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/b2/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/b3/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/b3/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/b5/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/b5/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/b6/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/b6/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/b7/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/b7/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/b8/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/b8/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/b9/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/b9/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/bc/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/bc/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/bd/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/bd/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/be/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/be/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/bf/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/bf/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/c0/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/c0/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/c1/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/c1/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/c2/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/c2/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/c3/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/c3/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/c4/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/c4/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/c6/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/c6/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/c7/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/c7/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/c9/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/c9/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/ca/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/ca/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/cd/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/cd/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/ce/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/ce/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/cf/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/cf/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/d0/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/d0/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/d1/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/d1/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/d2/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/d2/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/d3/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/d3/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/d4/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/d4/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/d5/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/d5/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/d6/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/d6/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/d7/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/d7/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/d8/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/d8/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/d9/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/d9/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/da/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/da/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/db/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/db/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/dc/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/dc/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/dd/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/dd/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/de/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/de/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/df/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/df/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/e0/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/e0/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/e1/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/e1/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/e2/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/e2/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/e3/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/e3/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/e4/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/e4/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/e5/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/e5/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/e6/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/e6/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/e7/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/e7/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/e9/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/e9/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/ea/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/ea/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/eb/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/eb/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/ec/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/ec/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/f0/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/f0/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/f1/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/f1/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/f3/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/f3/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/f4/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/f4/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/f6/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/f6/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/f7/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/f7/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/f8/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/f8/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/f9/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/f9/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/fb/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/fb/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/fc/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/fc/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/fd/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/fd/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/fe/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/fe/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/ff/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/ff/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/index.html?D=A [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/index.html?D=A with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/index.html?M=A [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/index.html?M=A with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/index.html?N=D [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/index.html?N=D with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/index.html?S=A [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/index.html?S=A with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/info/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/info/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/objects/pack/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/objects/pack/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/refs/heads/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/refs/heads/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/refs/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/refs/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/refs/index.html?D=A [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/refs/index.html?D=A with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/refs/index.html?M=A [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/refs/index.html?M=A with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/refs/index.html?N=D [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/refs/index.html?N=D with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/refs/index.html?S=A [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/refs/index.html?S=A with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/jos.git/refs/tags/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/jos.git/refs/tags/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/labguide.html [moved from i386/MIT/course/lectures/all/6.828/2011/labguide.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/labs/lab1/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/labs/lab1/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/labs/lab1/pointers.c [moved from i386/MIT/course/lectures/all/6.828/2011/labs/lab1/pointers.c with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/labs/lab2/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/labs/lab2/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/labs/lab3/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/labs/lab3/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/labs/lab4/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/labs/lab4/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/labs/lab5/disk.png [moved from i386/MIT/course/lectures/all/6.828/2011/labs/lab5/disk.png with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/labs/lab5/file.png [moved from i386/MIT/course/lectures/all/6.828/2011/labs/lab5/file.png with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/labs/lab5/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/labs/lab5/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/labs/lab6/e1000_hw.h [moved from i386/MIT/course/lectures/all/6.828/2011/labs/lab6/e1000_hw.h with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/labs/lab6/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/labs/lab6/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/labs/lab6/ns.png [moved from i386/MIT/course/lectures/all/6.828/2011/labs/lab6/ns.png with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/labs/lab7/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/labs/lab7/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/labs/labs.css [moved from i386/MIT/course/lectures/all/6.828/2011/labs/labs.css with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/labs/labs.js [moved from i386/MIT/course/lectures/all/6.828/2011/labs/labs.js with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/lec/jos_layout.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/lec/jos_layout.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/lec/l-coordination.html [moved from i386/MIT/course/lectures/all/6.828/2011/lec/l-coordination.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/lec/l-crash.txt [moved from i386/MIT/course/lectures/all/6.828/2011/lec/l-crash.txt with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/lec/l-fs.txt [moved from i386/MIT/course/lectures/all/6.828/2011/lec/l-fs.txt with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/lec/l-interrupt.html [moved from i386/MIT/course/lectures/all/6.828/2011/lec/l-interrupt.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/lec/l-josmem.html [moved from i386/MIT/course/lectures/all/6.828/2011/lec/l-josmem.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/lec/l-journal.txt [moved from i386/MIT/course/lectures/all/6.828/2011/lec/l-journal.txt with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/lec/l-lockfree.txt [moved from i386/MIT/course/lectures/all/6.828/2011/lec/l-lockfree.txt with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/lec/l-lockv1.txt [moved from i386/MIT/course/lectures/all/6.828/2011/lec/l-lockv1.txt with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/lec/l-organization.txt [moved from i386/MIT/course/lectures/all/6.828/2011/lec/l-organization.txt with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/lec/l-overview.html [moved from i386/MIT/course/lectures/all/6.828/2011/lec/l-overview.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/lec/l-processes.txt [moved from i386/MIT/course/lectures/all/6.828/2011/lec/l-processes.txt with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/lec/l-race.txt [moved from i386/MIT/course/lectures/all/6.828/2011/lec/l-race.txt with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/lec/l-scalable-lock.txt [moved from i386/MIT/course/lectures/all/6.828/2011/lec/l-scalable-lock.txt with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/lec/l-schedule.txt [moved from i386/MIT/course/lectures/all/6.828/2011/lec/l-schedule.txt with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/lec/l-singularity.html [moved from i386/MIT/course/lectures/all/6.828/2011/lec/l-singularity.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/lec/l-sync.txt [moved from i386/MIT/course/lectures/all/6.828/2011/lec/l-sync.txt with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/lec/l-threadsv1.txt [moved from i386/MIT/course/lectures/all/6.828/2011/lec/l-threadsv1.txt with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/lec/l-vm.txt [moved from i386/MIT/course/lectures/all/6.828/2011/lec/l-vm.txt with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/lec/l-x86.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/lec/l-x86.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/lec/l-xv6vm.txt [moved from i386/MIT/course/lectures/all/6.828/2011/lec/l-xv6vm.txt with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/lec/l20.txt [moved from i386/MIT/course/lectures/all/6.828/2011/lec/l20.txt with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/lec/l21.txt [moved from i386/MIT/course/lectures/all/6.828/2011/lec/l21.txt with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/lec/pagetables.png [moved from i386/MIT/course/lectures/all/6.828/2011/lec/pagetables.png with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/lec/scalable-lock-code.c [moved from i386/MIT/course/lectures/all/6.828/2011/lec/scalable-lock-code.c with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/lec/vpt.png [moved from i386/MIT/course/lectures/all/6.828/2011/lec/vpt.png with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/lec/x86_idt.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/lec/x86_idt.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/lec/x86_translation_and_registers.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/lec/x86_translation_and_registers.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/overview.html [moved from i386/MIT/course/lectures/all/6.828/2011/overview.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/Erickson.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/readings/Erickson.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/adams06vmware.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/readings/adams06vmware.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/boot-cdrom.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/readings/boot-cdrom.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/elf.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/readings/elf.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/engler95exokernel.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/readings/engler95exokernel.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/esx-mem-osdi02.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/readings/esx-mem-osdi02.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/8237A.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/8237A.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/8254x_GBe_SDM.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/8254x_GBe_SDM.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/82559ER_datasheet.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/82559ER_datasheet.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/8255X_OpenSDM.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/8255X_OpenSDM.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/8259A.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/8259A.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/82C54.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/82C54.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/ATA-d1410r3a.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/ATA-d1410r3a.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/IDE-BusMaster.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/IDE-BusMaster.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/M48T86.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/M48T86.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/SoundBlaster.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/SoundBlaster.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/index.html?D=A [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/index.html?D=A with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/index.html?M=A [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/index.html?M=A with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/index.html?N=D [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/index.html?N=D with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/index.html?S=A [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/index.html?S=A with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vbe3.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vbe3.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/8514.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/8514.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/ACER.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/ACER.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/ADAPTERS.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/ADAPTERS.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/AHEAD.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/AHEAD.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/AI.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/AI.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/ALLIANCE.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/ALLIANCE.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/APPIAN.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/APPIAN.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/ARK.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/ARK.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/ATI.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/ATI.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/AVANCE.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/AVANCE.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/BITBLT.PAS [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/BITBLT.PAS with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/CGA.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/CGA.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/CHANGES.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/CHANGES.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/CHIPS.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/CHIPS.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/CIRRUS.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/CIRRUS.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/CLOCK.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/CLOCK.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/COMPAQ.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/COMPAQ.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/CT9001.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/CT9001.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/DEFVGA.PAS [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/DEFVGA.PAS with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/DMPMEM.EXE [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/DMPMEM.EXE with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/DMPMEM.PAS [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/DMPMEM.PAS with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/EGAREGS.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/EGAREGS.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/EVEREX.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/EVEREX.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/GENOA.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/GENOA.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/HERCULES.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/HERCULES.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/HUALON.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/HUALON.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/IDVGA.PAS [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/IDVGA.PAS with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/IDVGA2.PAS [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/IDVGA2.PAS with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/IIT.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/IIT.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/IMAGINE.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/IMAGINE.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/INTRO.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/INTRO.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/MATROX.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/MATROX.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/MEDIAV.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/MEDIAV.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/MONITOR.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/MONITOR.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/MXIC.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/MXIC.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/NCR.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/NCR.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/OAK.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/OAK.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/PARADISE.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/PARADISE.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/PCI.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/PCI.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/PCJR.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/PCJR.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/PCVISION.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/PCVISION.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/PINOUT.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/PINOUT.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/PRIMUS.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/PRIMUS.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/RAMDAC.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/RAMDAC.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/REALTEK.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/REALTEK.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/S3.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/S3.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/SHOWTEST.EXE [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/SHOWTEST.EXE with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/SHOWTEST.PAS [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/SHOWTEST.PAS with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/SIERRA.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/SIERRA.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/SIS.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/SIS.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/SUPERVGA.PAS [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/SUPERVGA.PAS with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/TABLE.EXE [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/TABLE.EXE with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/TABLE.PAS [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/TABLE.PAS with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/TARGA.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/TARGA.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/TRIDENT.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/TRIDENT.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/TSENG.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/TSENG.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/UMC.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/UMC.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/VENDOR.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/VENDOR.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/VESA.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/VESA.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/VESALIE.AS [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/VESALIE.AS with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/VESALIE.COM [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/VESALIE.COM with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/VGABIOS.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/VGABIOS.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/VGADECL.INC [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/VGADECL.INC with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/VGAREGS.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/VGAREGS.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/VIDEO7.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/VIDEO7.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/WEITEK.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/WEITEK.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/WHATVGA.DOC [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/WHATVGA.DOC with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/WHATVGA.EXE [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/WHATVGA.EXE with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/WHATVGA.NOT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/WHATVGA.NOT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/WHATVGA.PAS [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/WHATVGA.PAS with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/WHATVGA.VER [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/WHATVGA.VER with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/XGA.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/XGA.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/YAMAHA.TXT [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/YAMAHA.TXT with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/index.html?D=A [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/index.html?D=A with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/index.html?D=D [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/index.html?D=D with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/index.html?M=A [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/index.html?M=A with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/index.html?M=D [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/index.html?M=D with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/index.html?N=A [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/index.html?N=A with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/index.html?N=D [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/index.html?N=D with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/index.html?S=A [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/index.html?S=A with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/index.html?S=D [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc/index.html?S=D with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc4b.zip [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hardware/vgadoc4b.zip with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/hunt07singularity.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/readings/hunt07singularity.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/AAA.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/AAA.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/AAD.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/AAD.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/AAM.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/AAM.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/AAS.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/AAS.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/ADC.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/ADC.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/ADD.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/ADD.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/AND.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/AND.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/ARPL.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/ARPL.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/BOUND.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/BOUND.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/BSF.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/BSF.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/BSR.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/BSR.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/BT.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/BT.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/BTC.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/BTC.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/BTR.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/BTR.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/BTS.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/BTS.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/CALL.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/CALL.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/CBW.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/CBW.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/CLC.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/CLC.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/CLD.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/CLD.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/CLI.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/CLI.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/CLTS.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/CLTS.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/CMC.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/CMC.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/CMP.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/CMP.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/CMPS.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/CMPS.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/CWD.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/CWD.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/DAA.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/DAA.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/DAS.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/DAS.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/DEC.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/DEC.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/DIV.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/DIV.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/ENTER.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/ENTER.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/HLT.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/HLT.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/IDIV.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/IDIV.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/IMUL.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/IMUL.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/IN.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/IN.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/INC.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/INC.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/INS.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/INS.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/INT.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/INT.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/IRET.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/IRET.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/JMP.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/JMP.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/Jcc.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/Jcc.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/LAHF.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/LAHF.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/LAR.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/LAR.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/LEA.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/LEA.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/LEAVE.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/LEAVE.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/LGDT.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/LGDT.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/LGS.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/LGS.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/LLDT.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/LLDT.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/LMSW.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/LMSW.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/LOCK.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/LOCK.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/LODS.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/LODS.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/LOOP.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/LOOP.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/LSL.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/LSL.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/LTR.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/LTR.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/MOV.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/MOV.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/MOVRS.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/MOVRS.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/MOVS.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/MOVS.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/MOVSX.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/MOVSX.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/MOVZX.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/MOVZX.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/MUL.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/MUL.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/NEG.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/NEG.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/NOP.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/NOP.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/NOT.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/NOT.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/OR.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/OR.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/OUT.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/OUT.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/OUTS.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/OUTS.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/PI.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/PI.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/PII.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/PII.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/PIII.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/PIII.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/PIV.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/PIV.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/POP.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/POP.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/POPA.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/POPA.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/POPF.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/POPF.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/PUSH.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/PUSH.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/PUSHA.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/PUSHA.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/PUSHF.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/PUSHF.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/RCL.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/RCL.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/REP.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/REP.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/RET.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/RET.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/SAHF.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/SAHF.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/SAL.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/SAL.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/SBB.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/SBB.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/SCAS.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/SCAS.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/SETcc.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/SETcc.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/SGDT.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/SGDT.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/SHLD.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/SHLD.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/SHRD.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/SHRD.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/SLDT.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/SLDT.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/SMSW.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/SMSW.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/STC.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/STC.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/STD.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/STD.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/STI.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/STI.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/STOS.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/STOS.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/STR.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/STR.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/SUB.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/SUB.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/TEST.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/TEST.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/VERR.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/VERR.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/WAIT.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/WAIT.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/XCHG.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/XCHG.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/XLAT.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/XLAT.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/XOR.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/XOR.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/app.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/app.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/appa.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/appa.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/appb.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/appb.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/appc.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/appc.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/appd.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/appd.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/c01.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/c01.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/c02.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/c02.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/c03.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/c03.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/c04.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/c04.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/c05.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/c05.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/c06.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/c06.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/c07.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/c07.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/c08.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/c08.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/c09.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/c09.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/c10.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/c10.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/c11.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/c11.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/c12.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/c12.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/c13.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/c13.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/c14.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/c14.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/c15.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/c15.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/c16.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/c16.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/c17.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/c17.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig1-1.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig1-1.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig10-1.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig10-1.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig10-2.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig10-2.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig10-3.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig10-3.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig10-4.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig10-4.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig12-1.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig12-1.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig14-1.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig14-1.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig15-1.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig15-1.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig15-2.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig15-2.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig15-3.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig15-3.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig16-1.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig16-1.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig17-1.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig17-1.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig17-2.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig17-2.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig17-3.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig17-3.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig17-4.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig17-4.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig2-1.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig2-1.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig2-10.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig2-10.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig2-2.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig2-2.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig2-3.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig2-3.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig2-4.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig2-4.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig2-5.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig2-5.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig2-6.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig2-6.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig2-7.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig2-7.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig2-8.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig2-8.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig2-9.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig2-9.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-1.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-1.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-10.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-10.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-11.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-11.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-12.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-12.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-13.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-13.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-14.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-14.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-15.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-15.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-16.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-16.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-17.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-17.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-18.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-18.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-19.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-19.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-2.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-2.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-20.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-20.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-21.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-21.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-22.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-22.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-23.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-23.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-3.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-3.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-4.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-4.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-5.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-5.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-6.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-6.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-7.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-7.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-8.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-8.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-9.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig3-9.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig4-1.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig4-1.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig4-2.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig4-2.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig5-1.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig5-1.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig5-10.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig5-10.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig5-11.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig5-11.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig5-12.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig5-12.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig5-13.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig5-13.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig5-2.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig5-2.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig5-3.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig5-3.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig5-4.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig5-4.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig5-5.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig5-5.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig5-6.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig5-6.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig5-7.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig5-7.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig5-8.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig5-8.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig5-9.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig5-9.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig6-1.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig6-1.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig6-10.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig6-10.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig6-2.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig6-2.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig6-3.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig6-3.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig6-4.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig6-4.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig6-5.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig6-5.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig6-6.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig6-6.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig6-7.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig6-7.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig6-8.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig6-8.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig6-9.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig6-9.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig7-1.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig7-1.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig7-2.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig7-2.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig7-3.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig7-3.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig7-4.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig7-4.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig7-5.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig7-5.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig7-6.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig7-6.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig8-1.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig8-1.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig8-2.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig8-2.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig9-1.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig9-1.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig9-2.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig9-2.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig9-3.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig9-3.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig9-4.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig9-4.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig9-5.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig9-5.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig9-6.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig9-6.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig9-7.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig9-7.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig9-8.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig9-8.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/fig9-9.gif [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/fig9-9.gif with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s01_01.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s01_01.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s01_02.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s01_02.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s01_03.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s01_03.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s02_01.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s02_01.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s02_02.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s02_02.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s02_03.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s02_03.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s02_04.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s02_04.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s02_05.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s02_05.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s02_06.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s02_06.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s03_01.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s03_01.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s03_02.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s03_02.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s03_03.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s03_03.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s03_04.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s03_04.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s03_05.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s03_05.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s03_06.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s03_06.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s03_07.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s03_07.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s03_08.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s03_08.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s03_09.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s03_09.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s03_10.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s03_10.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s03_11.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s03_11.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s04_01.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s04_01.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s04_02.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s04_02.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s05_01.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s05_01.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s05_02.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s05_02.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s05_03.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s05_03.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s06_01.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s06_01.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s06_02.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s06_02.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s06_03.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s06_03.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s06_04.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s06_04.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s06_05.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s06_05.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s07_01.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s07_01.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s07_02.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s07_02.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s07_03.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s07_03.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s07_04.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s07_04.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s07_05.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s07_05.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s07_06.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s07_06.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s07_07.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s07_07.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s08_01.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s08_01.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s08_02.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s08_02.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s08_03.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s08_03.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s09_01.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s09_01.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s09_02.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s09_02.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s09_03.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s09_03.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s09_04.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s09_04.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s09_05.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s09_05.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s09_06.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s09_06.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s09_07.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s09_07.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s09_08.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s09_08.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s09_09.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s09_09.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s09_10.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s09_10.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s10_01.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s10_01.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s10_02.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s10_02.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s10_03.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s10_03.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s10_04.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s10_04.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s10_05.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s10_05.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s10_06.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s10_06.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s11_01.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s11_01.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s11_02.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s11_02.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s12_01.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s12_01.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s12_02.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s12_02.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s12_03.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s12_03.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s13_01.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s13_01.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s13_02.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s13_02.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s13_03.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s13_03.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s14_01.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s14_01.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s14_02.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s14_02.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s14_03.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s14_03.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s14_04.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s14_04.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s14_05.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s14_05.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s14_06.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s14_06.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s14_07.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s14_07.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s14_08.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s14_08.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s15_01.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s15_01.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s15_02.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s15_02.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s15_03.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s15_03.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s15_04.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s15_04.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s15_05.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s15_05.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s15_06.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s15_06.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s15_07.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s15_07.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s16_01.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s16_01.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s16_02.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s16_02.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s16_03.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s16_03.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s16_04.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s16_04.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s17_01.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s17_01.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/s17_02.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/s17_02.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/i386/toc.htm [moved from i386/MIT/course/lectures/all/6.828/2011/readings/i386/toc.htm with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/ia32/IA32-1.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/readings/ia32/IA32-1.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/ia32/IA32-2A.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/readings/ia32/IA32-2A.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/ia32/IA32-2B.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/readings/ia32/IA32-2B.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/ia32/IA32-3A.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/readings/ia32/IA32-3A.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/ia32/IA32-3B.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/readings/ia32/IA32-3B.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/ia32/MPspec.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/readings/ia32/MPspec.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/ia32/ioapic.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/readings/ia32/ioapic.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/index.html [moved from i386/MIT/course/lectures/all/6.828/2011/readings/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/journal-design.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/readings/journal-design.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/klee.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/readings/klee.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/ksplice.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/readings/ksplice.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/mogul96usenix.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/readings/mogul96usenix.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/pcasm-book.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/readings/pcasm-book.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/pointers.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/readings/pointers.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/rethink-the-sync.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/readings/rethink-the-sync.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/ritchie78unix.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/readings/ritchie78unix.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/ritchie79evolution.html [moved from i386/MIT/course/lectures/all/6.828/2011/readings/ritchie79evolution.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/readings/scale.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/readings/scale.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/reference.html [moved from i386/MIT/course/lectures/all/6.828/2011/reference.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/schedule.html [moved from i386/MIT/course/lectures/all/6.828/2011/schedule.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/style.css [moved from i386/MIT/course/lectures/all/6.828/2011/style.css with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/tools.html [moved from i386/MIT/course/lectures/all/6.828/2011/tools.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/xv6.html [moved from i386/MIT/course/lectures/all/6.828/2011/xv6.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/xv6/book-rev6.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/xv6/book-rev6.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/2011/xv6/xv6-rev6.pdf [moved from i386/MIT/course/lectures/all/6.828/2011/xv6/xv6-rev6.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/quiz/index.html [moved from i386/MIT/course/lectures/all/6.828/quiz/index.html with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/quiz/q02_1_sol.pdf [moved from i386/MIT/course/lectures/all/6.828/quiz/q02_1_sol.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/quiz/q02_2_sol.pdf [moved from i386/MIT/course/lectures/all/6.828/quiz/q02_2_sol.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/quiz/q03_1_sol.pdf [moved from i386/MIT/course/lectures/all/6.828/quiz/q03_1_sol.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/quiz/q03_2_sol.pdf [moved from i386/MIT/course/lectures/all/6.828/quiz/q03_2_sol.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/quiz/q04_1_sol.pdf [moved from i386/MIT/course/lectures/all/6.828/quiz/q04_1_sol.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/quiz/q04_2_sol_convert.pdf [moved from i386/MIT/course/lectures/all/6.828/quiz/q04_2_sol_convert.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/quiz/q05_1_sol.pdf [moved from i386/MIT/course/lectures/all/6.828/quiz/q05_1_sol.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/quiz/q05_2_sol.pdf [moved from i386/MIT/course/lectures/all/6.828/quiz/q05_2_sol.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/quiz/q06_1_sol.pdf [moved from i386/MIT/course/lectures/all/6.828/quiz/q06_1_sol.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/quiz/q06_2_sol.pdf [moved from i386/MIT/course/lectures/all/6.828/quiz/q06_2_sol.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/quiz/q07_1_sol.pdf [moved from i386/MIT/course/lectures/all/6.828/quiz/q07_1_sol.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/quiz/q07_2_sol.pdf [moved from i386/MIT/course/lectures/all/6.828/quiz/q07_2_sol.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/quiz/q08_1.pdf [moved from i386/MIT/course/lectures/all/6.828/quiz/q08_1.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/quiz/q08_1_sol.pdf [moved from i386/MIT/course/lectures/all/6.828/quiz/q08_1_sol.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/quiz/q08_2.pdf [moved from i386/MIT/course/lectures/all/6.828/quiz/q08_2.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/quiz/q08_2_sol.pdf [moved from i386/MIT/course/lectures/all/6.828/quiz/q08_2_sol.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/quiz/q09_1.pdf [moved from i386/MIT/course/lectures/all/6.828/quiz/q09_1.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/quiz/q09_1_sol.pdf [moved from i386/MIT/course/lectures/all/6.828/quiz/q09_1_sol.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/quiz/q09_2.pdf [moved from i386/MIT/course/lectures/all/6.828/quiz/q09_2.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/quiz/q09_2_sol.pdf [moved from i386/MIT/course/lectures/all/6.828/quiz/q09_2_sol.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/quiz/q10_1.pdf [moved from i386/MIT/course/lectures/all/6.828/quiz/q10_1.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/quiz/q10_1_sol.pdf [moved from i386/MIT/course/lectures/all/6.828/quiz/q10_1_sol.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/quiz/q10_2.pdf [moved from i386/MIT/course/lectures/all/6.828/quiz/q10_2.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/quiz/q10_2_sol.pdf [moved from i386/MIT/course/lectures/all/6.828/quiz/q10_2_sol.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/quiz/q11_1.pdf [moved from i386/MIT/course/lectures/all/6.828/quiz/q11_1.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/quiz/q11_1_sol.pdf [moved from i386/MIT/course/lectures/all/6.828/quiz/q11_1_sol.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/quiz/q11_2.pdf [moved from i386/MIT/course/lectures/all/6.828/quiz/q11_2.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/quiz/q11_2_sol.pdf [moved from i386/MIT/course/lectures/all/6.828/quiz/q11_2_sol.pdf with 100% similarity]
i386/junos/MIT/course/lectures/all/6.828/xv6/index.html [moved from i386/MIT/course/lectures/all/6.828/xv6/index.html with 100% similarity]
i386/junos/MIT/course/src/git.lab [new submodule]
i386/junos/MIT/course/src/src.lab/.dir-locals.el [moved from i386/MIT/course/src/git.lab/.dir-locals.el with 100% similarity]
i386/junos/MIT/course/src/src.lab/.gdbinit.tmpl [moved from i386/MIT/course/src/git.lab/.gdbinit.tmpl with 100% similarity]
i386/junos/MIT/course/src/src.lab/CODING [moved from i386/MIT/course/src/git.lab/CODING with 100% similarity]
i386/junos/MIT/course/src/src.lab/GNUmakefile [moved from i386/MIT/course/src/git.lab/GNUmakefile with 100% similarity]
i386/junos/MIT/course/src/src.lab/boot/Makefrag [moved from i386/MIT/course/src/git.lab/boot/Makefrag with 100% similarity]
i386/junos/MIT/course/src/src.lab/boot/boot.S [moved from i386/MIT/course/src/git.lab/boot/boot.S with 100% similarity]
i386/junos/MIT/course/src/src.lab/boot/main.c [moved from i386/MIT/course/src/git.lab/boot/main.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/boot/sign.pl [moved from i386/MIT/course/src/git.lab/boot/sign.pl with 100% similarity]
i386/junos/MIT/course/src/src.lab/conf/env.mk [moved from i386/MIT/course/src/git.lab/conf/env.mk with 100% similarity]
i386/junos/MIT/course/src/src.lab/conf/lab.mk [moved from i386/MIT/course/src/src.lab/conf/lab.mk with 100% similarity]
i386/junos/MIT/course/src/src.lab/fs/Makefrag [moved from i386/MIT/course/src/git.lab/fs/Makefrag with 100% similarity]
i386/junos/MIT/course/src/src.lab/fs/bc.c [moved from i386/MIT/course/src/git.lab/fs/bc.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/fs/fs.c [moved from i386/MIT/course/src/git.lab/fs/fs.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/fs/fs.h [moved from i386/MIT/course/src/git.lab/fs/fs.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/fs/fsformat.c [moved from i386/MIT/course/src/git.lab/fs/fsformat.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/fs/ide.c [moved from i386/MIT/course/src/git.lab/fs/ide.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/fs/index.html [moved from i386/MIT/course/src/git.lab/fs/index.html with 100% similarity]
i386/junos/MIT/course/src/src.lab/fs/lorem [moved from i386/MIT/course/src/git.lab/fs/lorem with 100% similarity]
i386/junos/MIT/course/src/src.lab/fs/motd [moved from i386/MIT/course/src/git.lab/fs/motd with 100% similarity]
i386/junos/MIT/course/src/src.lab/fs/newmotd [moved from i386/MIT/course/src/git.lab/fs/newmotd with 100% similarity]
i386/junos/MIT/course/src/src.lab/fs/script [moved from i386/MIT/course/src/git.lab/fs/script with 100% similarity]
i386/junos/MIT/course/src/src.lab/fs/serv.c [moved from i386/MIT/course/src/git.lab/fs/serv.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/fs/test.c [moved from i386/MIT/course/src/git.lab/fs/test.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/fs/testshell.key [moved from i386/MIT/course/src/git.lab/fs/testshell.key with 100% similarity]
i386/junos/MIT/course/src/src.lab/fs/testshell.sh [moved from i386/MIT/course/src/git.lab/fs/testshell.sh with 100% similarity]
i386/junos/MIT/course/src/src.lab/grade-lab1 [moved from i386/MIT/course/src/git.lab/grade-lab1 with 100% similarity]
i386/junos/MIT/course/src/src.lab/grade-lab2 [moved from i386/MIT/course/src/git.lab/grade-lab2 with 100% similarity]
i386/junos/MIT/course/src/src.lab/grade-lab3 [moved from i386/MIT/course/src/git.lab/grade-lab3 with 100% similarity]
i386/junos/MIT/course/src/src.lab/grade-lab4 [moved from i386/MIT/course/src/git.lab/grade-lab4 with 100% similarity]
i386/junos/MIT/course/src/src.lab/grade-lab5 [moved from i386/MIT/course/src/git.lab/grade-lab5 with 100% similarity]
i386/junos/MIT/course/src/src.lab/grade-lab6 [moved from i386/MIT/course/src/git.lab/grade-lab6 with 100% similarity]
i386/junos/MIT/course/src/src.lab/grade-lab7 [moved from i386/MIT/course/src/git.lab/grade-lab7 with 100% similarity]
i386/junos/MIT/course/src/src.lab/gradelib.py [moved from i386/MIT/course/src/git.lab/gradelib.py with 100% similarity]
i386/junos/MIT/course/src/src.lab/inc/COPYRIGHT [moved from i386/MIT/course/src/git.lab/inc/COPYRIGHT with 100% similarity]
i386/junos/MIT/course/src/src.lab/inc/args.h [moved from i386/MIT/course/src/git.lab/inc/args.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/inc/assert.h [moved from i386/MIT/course/src/git.lab/inc/assert.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/inc/elf.h [moved from i386/MIT/course/src/git.lab/inc/elf.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/inc/env.h [moved from i386/MIT/course/src/git.lab/inc/env.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/inc/error.h [moved from i386/MIT/course/src/git.lab/inc/error.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/inc/fd.h [moved from i386/MIT/course/src/git.lab/inc/fd.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/inc/fs.h [moved from i386/MIT/course/src/git.lab/inc/fs.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/inc/kbdreg.h [moved from i386/MIT/course/src/git.lab/inc/kbdreg.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/inc/lib.h [moved from i386/MIT/course/src/git.lab/inc/lib.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/inc/malloc.h [moved from i386/MIT/course/src/git.lab/inc/malloc.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/inc/memlayout.h [moved from i386/MIT/course/src/git.lab/inc/memlayout.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/inc/mmu.h [moved from i386/MIT/course/src/git.lab/inc/mmu.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/inc/ns.h [moved from i386/MIT/course/src/git.lab/inc/ns.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/inc/queue.h [moved from i386/MIT/course/src/git.lab/inc/queue.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/inc/stab.h [moved from i386/MIT/course/src/git.lab/inc/stab.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/inc/stdarg.h [moved from i386/MIT/course/src/git.lab/inc/stdarg.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/inc/stdio.h [moved from i386/MIT/course/src/git.lab/inc/stdio.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/inc/string.h [moved from i386/MIT/course/src/git.lab/inc/string.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/inc/syscall.h [moved from i386/MIT/course/src/git.lab/inc/syscall.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/inc/trap.h [moved from i386/MIT/course/src/git.lab/inc/trap.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/inc/types.h [moved from i386/MIT/course/src/git.lab/inc/types.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/inc/x86.h [moved from i386/MIT/course/src/git.lab/inc/x86.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/COPYRIGHT [moved from i386/MIT/course/src/git.lab/kern/COPYRIGHT with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/Makefrag [moved from i386/MIT/course/src/git.lab/kern/Makefrag with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/console.c [moved from i386/MIT/course/src/git.lab/kern/console.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/console.h [moved from i386/MIT/course/src/git.lab/kern/console.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/cpu.h [moved from i386/MIT/course/src/git.lab/kern/cpu.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/e1000.c [moved from i386/MIT/course/src/git.lab/kern/e1000.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/e1000.h [moved from i386/MIT/course/src/git.lab/kern/e1000.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/entry.S [moved from i386/MIT/course/src/git.lab/kern/entry.S with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/entrypgdir.c [moved from i386/MIT/course/src/git.lab/kern/entrypgdir.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/env.c [moved from i386/MIT/course/src/git.lab/kern/env.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/env.h [moved from i386/MIT/course/src/git.lab/kern/env.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/init.c [moved from i386/MIT/course/src/git.lab/kern/init.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/kclock.c [moved from i386/MIT/course/src/git.lab/kern/kclock.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/kclock.h [moved from i386/MIT/course/src/git.lab/kern/kclock.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/kdebug.c [moved from i386/MIT/course/src/git.lab/kern/kdebug.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/kdebug.h [moved from i386/MIT/course/src/git.lab/kern/kdebug.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/kernel.ld [moved from i386/MIT/course/src/git.lab/kern/kernel.ld with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/lapic.c [moved from i386/MIT/course/src/git.lab/kern/lapic.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/monitor.c [moved from i386/MIT/course/src/git.lab/kern/monitor.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/monitor.h [moved from i386/MIT/course/src/git.lab/kern/monitor.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/mpconfig.c [moved from i386/MIT/course/src/git.lab/kern/mpconfig.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/mpentry.S [moved from i386/MIT/course/src/git.lab/kern/mpentry.S with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/pci.c [moved from i386/MIT/course/src/git.lab/kern/pci.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/pci.h [moved from i386/MIT/course/src/git.lab/kern/pci.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/pcireg.h [moved from i386/MIT/course/src/git.lab/kern/pcireg.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/picirq.c [moved from i386/MIT/course/src/git.lab/kern/picirq.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/picirq.h [moved from i386/MIT/course/src/git.lab/kern/picirq.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/pmap.c [moved from i386/MIT/course/src/git.lab/kern/pmap.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/pmap.h [moved from i386/MIT/course/src/git.lab/kern/pmap.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/printf.c [moved from i386/MIT/course/src/git.lab/kern/printf.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/sched.c [moved from i386/MIT/course/src/git.lab/kern/sched.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/sched.h [moved from i386/MIT/course/src/git.lab/kern/sched.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/spinlock.c [moved from i386/MIT/course/src/git.lab/kern/spinlock.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/spinlock.h [moved from i386/MIT/course/src/git.lab/kern/spinlock.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/syscall.c [moved from i386/MIT/course/src/git.lab/kern/syscall.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/syscall.h [moved from i386/MIT/course/src/git.lab/kern/syscall.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/time.c [moved from i386/MIT/course/src/git.lab/kern/time.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/time.h [moved from i386/MIT/course/src/git.lab/kern/time.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/trap.c [moved from i386/MIT/course/src/git.lab/kern/trap.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/trap.h [moved from i386/MIT/course/src/git.lab/kern/trap.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/kern/trapentry.S [moved from i386/MIT/course/src/git.lab/kern/trapentry.S with 100% similarity]
i386/junos/MIT/course/src/src.lab/lib/Makefrag [moved from i386/MIT/course/src/git.lab/lib/Makefrag with 100% similarity]
i386/junos/MIT/course/src/src.lab/lib/args.c [moved from i386/MIT/course/src/git.lab/lib/args.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/lib/console.c [moved from i386/MIT/course/src/git.lab/lib/console.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/lib/entry.S [moved from i386/MIT/course/src/git.lab/lib/entry.S with 100% similarity]
i386/junos/MIT/course/src/src.lab/lib/exit.c [moved from i386/MIT/course/src/git.lab/lib/exit.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/lib/fd.c [moved from i386/MIT/course/src/git.lab/lib/fd.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/lib/file.c [moved from i386/MIT/course/src/git.lab/lib/file.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/lib/fork.c [moved from i386/MIT/course/src/git.lab/lib/fork.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/lib/fprintf.c [moved from i386/MIT/course/src/git.lab/lib/fprintf.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/lib/ipc.c [moved from i386/MIT/course/src/git.lab/lib/ipc.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/lib/libmain.c [moved from i386/MIT/course/src/git.lab/lib/libmain.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/lib/malloc.c [moved from i386/MIT/course/src/git.lab/lib/malloc.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/lib/nsipc.c [moved from i386/MIT/course/src/git.lab/lib/nsipc.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/lib/pageref.c [moved from i386/MIT/course/src/git.lab/lib/pageref.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/lib/panic.c [moved from i386/MIT/course/src/git.lab/lib/panic.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/lib/pfentry.S [moved from i386/MIT/course/src/git.lab/lib/pfentry.S with 100% similarity]
i386/junos/MIT/course/src/src.lab/lib/pgfault.c [moved from i386/MIT/course/src/git.lab/lib/pgfault.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/lib/pipe.c [moved from i386/MIT/course/src/git.lab/lib/pipe.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/lib/printf.c [moved from i386/MIT/course/src/git.lab/lib/printf.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/lib/printfmt.c [moved from i386/MIT/course/src/git.lab/lib/printfmt.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/lib/readline.c [moved from i386/MIT/course/src/git.lab/lib/readline.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/lib/sockets.c [moved from i386/MIT/course/src/git.lab/lib/sockets.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/lib/spawn.c [moved from i386/MIT/course/src/git.lab/lib/spawn.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/lib/string.c [moved from i386/MIT/course/src/git.lab/lib/string.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/lib/syscall.c [moved from i386/MIT/course/src/git.lab/lib/syscall.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/lib/wait.c [moved from i386/MIT/course/src/git.lab/lib/wait.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/mergedep.pl [moved from i386/MIT/course/src/git.lab/mergedep.pl with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/Makefrag [moved from i386/MIT/course/src/git.lab/net/Makefrag with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/input.c [moved from i386/MIT/course/src/git.lab/net/input.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/FILES [moved from i386/MIT/course/src/git.lab/net/lwip/FILES with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/Makefrag [moved from i386/MIT/course/src/git.lab/net/lwip/Makefrag with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/api/api_lib.c [moved from i386/MIT/course/src/git.lab/net/lwip/api/api_lib.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/api/api_msg.c [moved from i386/MIT/course/src/git.lab/net/lwip/api/api_msg.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/api/err.c [moved from i386/MIT/course/src/git.lab/net/lwip/api/err.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/api/netbuf.c [moved from i386/MIT/course/src/git.lab/net/lwip/api/netbuf.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/api/netdb.c [moved from i386/MIT/course/src/git.lab/net/lwip/api/netdb.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/api/netifapi.c [moved from i386/MIT/course/src/git.lab/net/lwip/api/netifapi.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/api/sockets.c [moved from i386/MIT/course/src/git.lab/net/lwip/api/sockets.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/api/tcpip.c [moved from i386/MIT/course/src/git.lab/net/lwip/api/tcpip.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/core/dhcp.c [moved from i386/MIT/course/src/git.lab/net/lwip/core/dhcp.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/core/dns.c [moved from i386/MIT/course/src/git.lab/net/lwip/core/dns.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/core/init.c [moved from i386/MIT/course/src/git.lab/net/lwip/core/init.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/core/ipv4/autoip.c [moved from i386/MIT/course/src/git.lab/net/lwip/core/ipv4/autoip.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/core/ipv4/icmp.c [moved from i386/MIT/course/src/git.lab/net/lwip/core/ipv4/icmp.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/core/ipv4/igmp.c [moved from i386/MIT/course/src/git.lab/net/lwip/core/ipv4/igmp.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/core/ipv4/inet.c [moved from i386/MIT/course/src/git.lab/net/lwip/core/ipv4/inet.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/core/ipv4/inet_chksum.c [moved from i386/MIT/course/src/git.lab/net/lwip/core/ipv4/inet_chksum.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/core/ipv4/ip.c [moved from i386/MIT/course/src/git.lab/net/lwip/core/ipv4/ip.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/core/ipv4/ip_addr.c [moved from i386/MIT/course/src/git.lab/net/lwip/core/ipv4/ip_addr.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/core/ipv4/ip_frag.c [moved from i386/MIT/course/src/git.lab/net/lwip/core/ipv4/ip_frag.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/core/ipv6/README [moved from i386/MIT/course/src/git.lab/net/lwip/core/ipv6/README with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/core/ipv6/icmp6.c [moved from i386/MIT/course/src/git.lab/net/lwip/core/ipv6/icmp6.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/core/ipv6/inet6.c [moved from i386/MIT/course/src/git.lab/net/lwip/core/ipv6/inet6.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/core/ipv6/ip6.c [moved from i386/MIT/course/src/git.lab/net/lwip/core/ipv6/ip6.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/core/ipv6/ip6_addr.c [moved from i386/MIT/course/src/git.lab/net/lwip/core/ipv6/ip6_addr.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/core/mem.c [moved from i386/MIT/course/src/git.lab/net/lwip/core/mem.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/core/memp.c [moved from i386/MIT/course/src/git.lab/net/lwip/core/memp.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/core/netif.c [moved from i386/MIT/course/src/git.lab/net/lwip/core/netif.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/core/pbuf.c [moved from i386/MIT/course/src/git.lab/net/lwip/core/pbuf.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/core/raw.c [moved from i386/MIT/course/src/git.lab/net/lwip/core/raw.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/core/snmp/asn1_dec.c [moved from i386/MIT/course/src/git.lab/net/lwip/core/snmp/asn1_dec.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/core/snmp/asn1_enc.c [moved from i386/MIT/course/src/git.lab/net/lwip/core/snmp/asn1_enc.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/core/snmp/mib2.c [moved from i386/MIT/course/src/git.lab/net/lwip/core/snmp/mib2.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/core/snmp/mib_structs.c [moved from i386/MIT/course/src/git.lab/net/lwip/core/snmp/mib_structs.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/core/snmp/msg_in.c [moved from i386/MIT/course/src/git.lab/net/lwip/core/snmp/msg_in.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/core/snmp/msg_out.c [moved from i386/MIT/course/src/git.lab/net/lwip/core/snmp/msg_out.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/core/stats.c [moved from i386/MIT/course/src/git.lab/net/lwip/core/stats.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/core/sys.c [moved from i386/MIT/course/src/git.lab/net/lwip/core/sys.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/core/tcp.c [moved from i386/MIT/course/src/git.lab/net/lwip/core/tcp.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/core/tcp_in.c [moved from i386/MIT/course/src/git.lab/net/lwip/core/tcp_in.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/core/tcp_out.c [moved from i386/MIT/course/src/git.lab/net/lwip/core/tcp_out.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/core/udp.c [moved from i386/MIT/course/src/git.lab/net/lwip/core/udp.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/ipv4/lwip/autoip.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/ipv4/lwip/autoip.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/ipv4/lwip/icmp.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/ipv4/lwip/icmp.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/ipv4/lwip/igmp.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/ipv4/lwip/igmp.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/ipv4/lwip/inet.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/ipv4/lwip/inet.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/ipv4/lwip/inet_chksum.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/ipv4/lwip/inet_chksum.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/ipv4/lwip/ip.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/ipv4/lwip/ip.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/ipv4/lwip/ip_addr.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/ipv4/lwip/ip_addr.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/ipv4/lwip/ip_frag.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/ipv4/lwip/ip_frag.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/ipv6/lwip/icmp.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/ipv6/lwip/icmp.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/ipv6/lwip/inet.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/ipv6/lwip/inet.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/ipv6/lwip/ip.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/ipv6/lwip/ip.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/ipv6/lwip/ip_addr.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/ipv6/lwip/ip_addr.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/lwip/api.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/lwip/api.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/lwip/api_msg.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/lwip/api_msg.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/lwip/arch.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/lwip/arch.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/lwip/debug.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/lwip/debug.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/lwip/def.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/lwip/def.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/lwip/dhcp.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/lwip/dhcp.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/lwip/dns.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/lwip/dns.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/lwip/err.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/lwip/err.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/lwip/init.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/lwip/init.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/lwip/mem.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/lwip/mem.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/lwip/memp.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/lwip/memp.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/lwip/memp_std.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/lwip/memp_std.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/lwip/netbuf.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/lwip/netbuf.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/lwip/netdb.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/lwip/netdb.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/lwip/netif.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/lwip/netif.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/lwip/netifapi.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/lwip/netifapi.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/lwip/opt.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/lwip/opt.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/lwip/pbuf.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/lwip/pbuf.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/lwip/raw.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/lwip/raw.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/lwip/sio.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/lwip/sio.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/lwip/snmp.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/lwip/snmp.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/lwip/snmp_asn1.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/lwip/snmp_asn1.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/lwip/snmp_msg.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/lwip/snmp_msg.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/lwip/snmp_structs.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/lwip/snmp_structs.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/lwip/sockets.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/lwip/sockets.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/lwip/stats.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/lwip/stats.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/lwip/sys.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/lwip/sys.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/lwip/tcp.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/lwip/tcp.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/lwip/tcpip.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/lwip/tcpip.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/lwip/udp.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/lwip/udp.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/netif/etharp.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/netif/etharp.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/netif/loopif.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/netif/loopif.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/netif/ppp_oe.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/netif/ppp_oe.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/include/netif/slipif.h [moved from i386/MIT/course/src/git.lab/net/lwip/include/netif/slipif.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/jos/arch/cc.h [moved from i386/MIT/course/src/git.lab/net/lwip/jos/arch/cc.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/jos/arch/i386/setjmp.h [moved from i386/MIT/course/src/git.lab/net/lwip/jos/arch/i386/setjmp.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/jos/arch/longjmp.S [moved from i386/MIT/course/src/git.lab/net/lwip/jos/arch/longjmp.S with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/jos/arch/perf.h [moved from i386/MIT/course/src/git.lab/net/lwip/jos/arch/perf.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/jos/arch/perror.c [moved from i386/MIT/course/src/git.lab/net/lwip/jos/arch/perror.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/jos/arch/perror.h [moved from i386/MIT/course/src/git.lab/net/lwip/jos/arch/perror.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/jos/arch/setjmp.h [moved from i386/MIT/course/src/git.lab/net/lwip/jos/arch/setjmp.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/jos/arch/sys_arch.c [moved from i386/MIT/course/src/git.lab/net/lwip/jos/arch/sys_arch.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/jos/arch/sys_arch.h [moved from i386/MIT/course/src/git.lab/net/lwip/jos/arch/sys_arch.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/jos/arch/thread.c [moved from i386/MIT/course/src/git.lab/net/lwip/jos/arch/thread.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/jos/arch/thread.h [moved from i386/MIT/course/src/git.lab/net/lwip/jos/arch/thread.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/jos/arch/threadq.h [moved from i386/MIT/course/src/git.lab/net/lwip/jos/arch/threadq.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/jos/jif/jif.c [moved from i386/MIT/course/src/git.lab/net/lwip/jos/jif/jif.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/jos/jif/jif.h [moved from i386/MIT/course/src/git.lab/net/lwip/jos/jif/jif.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/jos/lwipopts.h [moved from i386/MIT/course/src/git.lab/net/lwip/jos/lwipopts.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/netif/FILES [moved from i386/MIT/course/src/git.lab/net/lwip/netif/FILES with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/netif/etharp.c [moved from i386/MIT/course/src/git.lab/net/lwip/netif/etharp.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/netif/ethernetif.c [moved from i386/MIT/course/src/git.lab/net/lwip/netif/ethernetif.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/netif/loopif.c [moved from i386/MIT/course/src/git.lab/net/lwip/netif/loopif.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/netif/ppp/auth.c [moved from i386/MIT/course/src/git.lab/net/lwip/netif/ppp/auth.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/netif/ppp/auth.h [moved from i386/MIT/course/src/git.lab/net/lwip/netif/ppp/auth.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/netif/ppp/chap.c [moved from i386/MIT/course/src/git.lab/net/lwip/netif/ppp/chap.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/netif/ppp/chap.h [moved from i386/MIT/course/src/git.lab/net/lwip/netif/ppp/chap.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/netif/ppp/chpms.c [moved from i386/MIT/course/src/git.lab/net/lwip/netif/ppp/chpms.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/netif/ppp/chpms.h [moved from i386/MIT/course/src/git.lab/net/lwip/netif/ppp/chpms.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/netif/ppp/fsm.c [moved from i386/MIT/course/src/git.lab/net/lwip/netif/ppp/fsm.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/netif/ppp/fsm.h [moved from i386/MIT/course/src/git.lab/net/lwip/netif/ppp/fsm.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/netif/ppp/ipcp.c [moved from i386/MIT/course/src/git.lab/net/lwip/netif/ppp/ipcp.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/netif/ppp/ipcp.h [moved from i386/MIT/course/src/git.lab/net/lwip/netif/ppp/ipcp.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/netif/ppp/lcp.c [moved from i386/MIT/course/src/git.lab/net/lwip/netif/ppp/lcp.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/netif/ppp/lcp.h [moved from i386/MIT/course/src/git.lab/net/lwip/netif/ppp/lcp.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/netif/ppp/magic.c [moved from i386/MIT/course/src/git.lab/net/lwip/netif/ppp/magic.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/netif/ppp/magic.h [moved from i386/MIT/course/src/git.lab/net/lwip/netif/ppp/magic.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/netif/ppp/md5.c [moved from i386/MIT/course/src/git.lab/net/lwip/netif/ppp/md5.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/netif/ppp/md5.h [moved from i386/MIT/course/src/git.lab/net/lwip/netif/ppp/md5.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/netif/ppp/pap.c [moved from i386/MIT/course/src/git.lab/net/lwip/netif/ppp/pap.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/netif/ppp/pap.h [moved from i386/MIT/course/src/git.lab/net/lwip/netif/ppp/pap.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/netif/ppp/ppp.c [moved from i386/MIT/course/src/git.lab/net/lwip/netif/ppp/ppp.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/netif/ppp/ppp.h [moved from i386/MIT/course/src/git.lab/net/lwip/netif/ppp/ppp.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/netif/ppp/ppp_oe.c [moved from i386/MIT/course/src/git.lab/net/lwip/netif/ppp/ppp_oe.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/netif/ppp/pppdebug.h [moved from i386/MIT/course/src/git.lab/net/lwip/netif/ppp/pppdebug.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/netif/ppp/randm.c [moved from i386/MIT/course/src/git.lab/net/lwip/netif/ppp/randm.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/netif/ppp/randm.h [moved from i386/MIT/course/src/git.lab/net/lwip/netif/ppp/randm.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/netif/ppp/vj.c [moved from i386/MIT/course/src/git.lab/net/lwip/netif/ppp/vj.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/netif/ppp/vj.h [moved from i386/MIT/course/src/git.lab/net/lwip/netif/ppp/vj.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/netif/ppp/vjbsdhdr.h [moved from i386/MIT/course/src/git.lab/net/lwip/netif/ppp/vjbsdhdr.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/lwip/netif/slipif.c [moved from i386/MIT/course/src/git.lab/net/lwip/netif/slipif.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/ns.h [moved from i386/MIT/course/src/git.lab/net/ns.h with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/output.c [moved from i386/MIT/course/src/git.lab/net/output.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/serv.c [moved from i386/MIT/course/src/git.lab/net/serv.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/testinput.c [moved from i386/MIT/course/src/git.lab/net/testinput.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/testoutput.c [moved from i386/MIT/course/src/git.lab/net/testoutput.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/net/timer.c [moved from i386/MIT/course/src/git.lab/net/timer.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/Makefrag [moved from i386/MIT/course/src/git.lab/user/Makefrag with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/badsegment.c [moved from i386/MIT/course/src/git.lab/user/badsegment.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/breakpoint.c [moved from i386/MIT/course/src/git.lab/user/breakpoint.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/buggyhello.c [moved from i386/MIT/course/src/git.lab/user/buggyhello.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/buggyhello2.c [moved from i386/MIT/course/src/git.lab/user/buggyhello2.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/cat.c [moved from i386/MIT/course/src/git.lab/user/cat.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/divzero.c [moved from i386/MIT/course/src/git.lab/user/divzero.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/dumbfork.c [moved from i386/MIT/course/src/git.lab/user/dumbfork.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/echo.c [moved from i386/MIT/course/src/git.lab/user/echo.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/echosrv.c [moved from i386/MIT/course/src/git.lab/user/echosrv.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/echotest.c [moved from i386/MIT/course/src/git.lab/user/echotest.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/evilhello.c [moved from i386/MIT/course/src/git.lab/user/evilhello.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/fairness.c [moved from i386/MIT/course/src/git.lab/user/fairness.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/faultalloc.c [moved from i386/MIT/course/src/git.lab/user/faultalloc.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/faultallocbad.c [moved from i386/MIT/course/src/git.lab/user/faultallocbad.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/faultbadhandler.c [moved from i386/MIT/course/src/git.lab/user/faultbadhandler.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/faultdie.c [moved from i386/MIT/course/src/git.lab/user/faultdie.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/faultevilhandler.c [moved from i386/MIT/course/src/git.lab/user/faultevilhandler.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/faultnostack.c [moved from i386/MIT/course/src/git.lab/user/faultnostack.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/faultread.c [moved from i386/MIT/course/src/git.lab/user/faultread.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/faultreadkernel.c [moved from i386/MIT/course/src/git.lab/user/faultreadkernel.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/faultregs.c [moved from i386/MIT/course/src/git.lab/user/faultregs.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/faultwrite.c [moved from i386/MIT/course/src/git.lab/user/faultwrite.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/faultwritekernel.c [moved from i386/MIT/course/src/git.lab/user/faultwritekernel.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/forktree.c [moved from i386/MIT/course/src/git.lab/user/forktree.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/hello.c [moved from i386/MIT/course/src/git.lab/user/hello.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/httpd.c [moved from i386/MIT/course/src/git.lab/user/httpd.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/icode.c [moved from i386/MIT/course/src/git.lab/user/icode.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/idle.c [moved from i386/MIT/course/src/git.lab/user/idle.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/init.c [moved from i386/MIT/course/src/git.lab/user/init.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/initsh.c [moved from i386/MIT/course/src/git.lab/user/initsh.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/ls.c [moved from i386/MIT/course/src/git.lab/user/ls.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/lsfd.c [moved from i386/MIT/course/src/git.lab/user/lsfd.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/num.c [moved from i386/MIT/course/src/git.lab/user/num.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/pingpong.c [moved from i386/MIT/course/src/git.lab/user/pingpong.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/pingpongs.c [moved from i386/MIT/course/src/git.lab/user/pingpongs.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/primes.c [moved from i386/MIT/course/src/git.lab/user/primes.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/primespipe.c [moved from i386/MIT/course/src/git.lab/user/primespipe.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/sh.c [moved from i386/MIT/course/src/git.lab/user/sh.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/softint.c [moved from i386/MIT/course/src/git.lab/user/softint.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/spawnhello.c [moved from i386/MIT/course/src/git.lab/user/spawnhello.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/spawninit.c [moved from i386/MIT/course/src/git.lab/user/spawninit.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/spin.c [moved from i386/MIT/course/src/git.lab/user/spin.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/stresssched.c [moved from i386/MIT/course/src/git.lab/user/stresssched.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/testbss.c [moved from i386/MIT/course/src/git.lab/user/testbss.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/testfdsharing.c [moved from i386/MIT/course/src/git.lab/user/testfdsharing.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/testfile.c [moved from i386/MIT/course/src/git.lab/user/testfile.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/testkbd.c [moved from i386/MIT/course/src/git.lab/user/testkbd.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/testmalloc.c [moved from i386/MIT/course/src/git.lab/user/testmalloc.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/testpipe.c [moved from i386/MIT/course/src/git.lab/user/testpipe.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/testpiperace.c [moved from i386/MIT/course/src/git.lab/user/testpiperace.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/testpiperace2.c [moved from i386/MIT/course/src/git.lab/user/testpiperace2.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/testptelibrary.c [moved from i386/MIT/course/src/git.lab/user/testptelibrary.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/testpteshare.c [moved from i386/MIT/course/src/git.lab/user/testpteshare.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/testshell.c [moved from i386/MIT/course/src/git.lab/user/testshell.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/testtime.c [moved from i386/MIT/course/src/git.lab/user/testtime.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/user.ld [moved from i386/MIT/course/src/git.lab/user/user.ld with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/writemotd.c [moved from i386/MIT/course/src/git.lab/user/writemotd.c with 100% similarity]
i386/junos/MIT/course/src/src.lab/user/yield.c [moved from i386/MIT/course/src/git.lab/user/yield.c with 100% similarity]
i386/junos/MIT/src.xv6/.dir-locals.el [moved from i386/MIT/src.xv6/.dir-locals.el with 100% similarity]
i386/junos/MIT/src.xv6/.gdbinit.tmpl [moved from i386/MIT/src.xv6/.gdbinit.tmpl with 100% similarity]
i386/junos/MIT/src.xv6/BUGS [moved from i386/MIT/src.xv6/BUGS with 100% similarity]
i386/junos/MIT/src.xv6/LICENSE [moved from i386/MIT/src.xv6/LICENSE with 100% similarity]
i386/junos/MIT/src.xv6/Makefile [moved from i386/MIT/src.xv6/Makefile with 100% similarity]
i386/junos/MIT/src.xv6/Notes [moved from i386/MIT/src.xv6/Notes with 100% similarity]
i386/junos/MIT/src.xv6/README [moved from i386/MIT/src.xv6/README with 100% similarity]
i386/junos/MIT/src.xv6/TRICKS [moved from i386/MIT/src.xv6/TRICKS with 100% similarity]
i386/junos/MIT/src.xv6/asm.h [moved from i386/MIT/src.xv6/asm.h with 100% similarity]
i386/junos/MIT/src.xv6/bio.c [moved from i386/MIT/src.xv6/bio.c with 100% similarity]
i386/junos/MIT/src.xv6/bootasm.S [moved from i386/MIT/src.xv6/bootasm.S with 100% similarity]
i386/junos/MIT/src.xv6/bootmain.c [moved from i386/MIT/src.xv6/bootmain.c with 100% similarity]
i386/junos/MIT/src.xv6/buf.h [moved from i386/MIT/src.xv6/buf.h with 100% similarity]
i386/junos/MIT/src.xv6/cat.c [moved from i386/MIT/src.xv6/cat.c with 100% similarity]
i386/junos/MIT/src.xv6/console.c [moved from i386/MIT/src.xv6/console.c with 100% similarity]
i386/junos/MIT/src.xv6/cuth [moved from i386/MIT/src.xv6/cuth with 100% similarity]
i386/junos/MIT/src.xv6/defs.h [moved from i386/MIT/src.xv6/defs.h with 100% similarity]
i386/junos/MIT/src.xv6/dot-bochsrc [moved from i386/MIT/src.xv6/dot-bochsrc with 100% similarity]
i386/junos/MIT/src.xv6/echo.c [moved from i386/MIT/src.xv6/echo.c with 100% similarity]
i386/junos/MIT/src.xv6/elf.h [moved from i386/MIT/src.xv6/elf.h with 100% similarity]
i386/junos/MIT/src.xv6/entry.S [moved from i386/MIT/src.xv6/entry.S with 100% similarity]
i386/junos/MIT/src.xv6/entryother.S [moved from i386/MIT/src.xv6/entryother.S with 100% similarity]
i386/junos/MIT/src.xv6/exec.c [moved from i386/MIT/src.xv6/exec.c with 100% similarity]
i386/junos/MIT/src.xv6/fcntl.h [moved from i386/MIT/src.xv6/fcntl.h with 100% similarity]
i386/junos/MIT/src.xv6/file.c [moved from i386/MIT/src.xv6/file.c with 100% similarity]
i386/junos/MIT/src.xv6/file.h [moved from i386/MIT/src.xv6/file.h with 100% similarity]
i386/junos/MIT/src.xv6/forktest.c [moved from i386/MIT/src.xv6/forktest.c with 100% similarity]
i386/junos/MIT/src.xv6/fs.c [moved from i386/MIT/src.xv6/fs.c with 100% similarity]
i386/junos/MIT/src.xv6/fs.h [moved from i386/MIT/src.xv6/fs.h with 100% similarity]
i386/junos/MIT/src.xv6/gdbutil [moved from i386/MIT/src.xv6/gdbutil with 100% similarity]
i386/junos/MIT/src.xv6/grep.c [moved from i386/MIT/src.xv6/grep.c with 100% similarity]
i386/junos/MIT/src.xv6/ide.c [moved from i386/MIT/src.xv6/ide.c with 100% similarity]
i386/junos/MIT/src.xv6/init.c [moved from i386/MIT/src.xv6/init.c with 100% similarity]
i386/junos/MIT/src.xv6/initcode.S [moved from i386/MIT/src.xv6/initcode.S with 100% similarity]
i386/junos/MIT/src.xv6/ioapic.c [moved from i386/MIT/src.xv6/ioapic.c with 100% similarity]
i386/junos/MIT/src.xv6/kalloc.c [moved from i386/MIT/src.xv6/kalloc.c with 100% similarity]
i386/junos/MIT/src.xv6/kbd.c [moved from i386/MIT/src.xv6/kbd.c with 100% similarity]
i386/junos/MIT/src.xv6/kbd.h [moved from i386/MIT/src.xv6/kbd.h with 100% similarity]
i386/junos/MIT/src.xv6/kernel.ld [moved from i386/MIT/src.xv6/kernel.ld with 100% similarity]
i386/junos/MIT/src.xv6/kill.c [moved from i386/MIT/src.xv6/kill.c with 100% similarity]
i386/junos/MIT/src.xv6/lapic.c [moved from i386/MIT/src.xv6/lapic.c with 100% similarity]
i386/junos/MIT/src.xv6/ln.c [moved from i386/MIT/src.xv6/ln.c with 100% similarity]
i386/junos/MIT/src.xv6/log.c [moved from i386/MIT/src.xv6/log.c with 100% similarity]
i386/junos/MIT/src.xv6/ls.c [moved from i386/MIT/src.xv6/ls.c with 100% similarity]
i386/junos/MIT/src.xv6/main.c [moved from i386/MIT/src.xv6/main.c with 100% similarity]
i386/junos/MIT/src.xv6/memide.c [moved from i386/MIT/src.xv6/memide.c with 100% similarity]
i386/junos/MIT/src.xv6/memlayout.h [moved from i386/MIT/src.xv6/memlayout.h with 100% similarity]
i386/junos/MIT/src.xv6/mkdir.c [moved from i386/MIT/src.xv6/mkdir.c with 100% similarity]
i386/junos/MIT/src.xv6/mkfs.c [moved from i386/MIT/src.xv6/mkfs.c with 100% similarity]
i386/junos/MIT/src.xv6/mmu.h [moved from i386/MIT/src.xv6/mmu.h with 100% similarity]
i386/junos/MIT/src.xv6/mp.c [moved from i386/MIT/src.xv6/mp.c with 100% similarity]
i386/junos/MIT/src.xv6/mp.h [moved from i386/MIT/src.xv6/mp.h with 100% similarity]
i386/junos/MIT/src.xv6/param.h [moved from i386/MIT/src.xv6/param.h with 100% similarity]
i386/junos/MIT/src.xv6/picirq.c [moved from i386/MIT/src.xv6/picirq.c with 100% similarity]
i386/junos/MIT/src.xv6/pipe.c [moved from i386/MIT/src.xv6/pipe.c with 100% similarity]
i386/junos/MIT/src.xv6/pr.pl [moved from i386/MIT/src.xv6/pr.pl with 100% similarity]
i386/junos/MIT/src.xv6/printf.c [moved from i386/MIT/src.xv6/printf.c with 100% similarity]
i386/junos/MIT/src.xv6/proc.c [moved from i386/MIT/src.xv6/proc.c with 100% similarity]
i386/junos/MIT/src.xv6/proc.h [moved from i386/MIT/src.xv6/proc.h with 100% similarity]
i386/junos/MIT/src.xv6/rm.c [moved from i386/MIT/src.xv6/rm.c with 100% similarity]
i386/junos/MIT/src.xv6/runoff [moved from i386/MIT/src.xv6/runoff with 100% similarity]
i386/junos/MIT/src.xv6/runoff.list [moved from i386/MIT/src.xv6/runoff.list with 100% similarity]
i386/junos/MIT/src.xv6/runoff.spec [moved from i386/MIT/src.xv6/runoff.spec with 100% similarity]
i386/junos/MIT/src.xv6/runoff1 [moved from i386/MIT/src.xv6/runoff1 with 100% similarity]
i386/junos/MIT/src.xv6/sh.c [moved from i386/MIT/src.xv6/sh.c with 100% similarity]
i386/junos/MIT/src.xv6/show1 [moved from i386/MIT/src.xv6/show1 with 100% similarity]
i386/junos/MIT/src.xv6/sign.pl [moved from i386/MIT/src.xv6/sign.pl with 100% similarity]
i386/junos/MIT/src.xv6/sleep1.p [moved from i386/MIT/src.xv6/sleep1.p with 100% similarity]
i386/junos/MIT/src.xv6/spinlock.c [moved from i386/MIT/src.xv6/spinlock.c with 100% similarity]
i386/junos/MIT/src.xv6/spinlock.h [moved from i386/MIT/src.xv6/spinlock.h with 100% similarity]
i386/junos/MIT/src.xv6/spinp [moved from i386/MIT/src.xv6/spinp with 100% similarity]
i386/junos/MIT/src.xv6/stat.h [moved from i386/MIT/src.xv6/stat.h with 100% similarity]
i386/junos/MIT/src.xv6/stressfs.c [moved from i386/MIT/src.xv6/stressfs.c with 100% similarity]
i386/junos/MIT/src.xv6/string.c [moved from i386/MIT/src.xv6/string.c with 100% similarity]
i386/junos/MIT/src.xv6/swtch.S [moved from i386/MIT/src.xv6/swtch.S with 100% similarity]
i386/junos/MIT/src.xv6/symlink.patch [moved from i386/MIT/src.xv6/symlink.patch with 100% similarity]
i386/junos/MIT/src.xv6/syscall.c [moved from i386/MIT/src.xv6/syscall.c with 100% similarity]
i386/junos/MIT/src.xv6/syscall.h [moved from i386/MIT/src.xv6/syscall.h with 100% similarity]
i386/junos/MIT/src.xv6/sysfile.c [moved from i386/MIT/src.xv6/sysfile.c with 100% similarity]
i386/junos/MIT/src.xv6/sysproc.c [moved from i386/MIT/src.xv6/sysproc.c with 100% similarity]
i386/junos/MIT/src.xv6/timer.c [moved from i386/MIT/src.xv6/timer.c with 100% similarity]
i386/junos/MIT/src.xv6/toc.ftr [moved from i386/MIT/src.xv6/toc.ftr with 100% similarity]
i386/junos/MIT/src.xv6/toc.hdr [moved from i386/MIT/src.xv6/toc.hdr with 100% similarity]
i386/junos/MIT/src.xv6/trap.c [moved from i386/MIT/src.xv6/trap.c with 100% similarity]
i386/junos/MIT/src.xv6/trapasm.S [moved from i386/MIT/src.xv6/trapasm.S with 100% similarity]
i386/junos/MIT/src.xv6/traps.h [moved from i386/MIT/src.xv6/traps.h with 100% similarity]
i386/junos/MIT/src.xv6/types.h [moved from i386/MIT/src.xv6/types.h with 100% similarity]
i386/junos/MIT/src.xv6/uart.c [moved from i386/MIT/src.xv6/uart.c with 100% similarity]
i386/junos/MIT/src.xv6/ulib.c [moved from i386/MIT/src.xv6/ulib.c with 100% similarity]
i386/junos/MIT/src.xv6/umalloc.c [moved from i386/MIT/src.xv6/umalloc.c with 100% similarity]
i386/junos/MIT/src.xv6/user.h [moved from i386/MIT/src.xv6/user.h with 100% similarity]
i386/junos/MIT/src.xv6/usertests.c [moved from i386/MIT/src.xv6/usertests.c with 100% similarity]
i386/junos/MIT/src.xv6/usys.S [moved from i386/MIT/src.xv6/usys.S with 100% similarity]
i386/junos/MIT/src.xv6/vectors.pl [moved from i386/MIT/src.xv6/vectors.pl with 100% similarity]
i386/junos/MIT/src.xv6/vm.c [moved from i386/MIT/src.xv6/vm.c with 100% similarity]
i386/junos/MIT/src.xv6/wc.c [moved from i386/MIT/src.xv6/wc.c with 100% similarity]
i386/junos/MIT/src.xv6/x86.h [moved from i386/MIT/src.xv6/x86.h with 100% similarity]
i386/junos/MIT/src.xv6/zombie.c [moved from i386/MIT/src.xv6/zombie.c with 100% similarity]
i386/junos/MIT/xv6 [moved from i386/MIT/xv6 with 100% similarity]
i386/junos/standford/2004/labs/ash.c [moved from i386/standford/2004/labs/ash.c with 100% similarity]
i386/junos/standford/2004/labs/lab1.txt [moved from i386/standford/2004/labs/lab1.txt with 100% similarity]
i386/junos/standford/2004/labs/lab2.txt [moved from i386/standford/2004/labs/lab2.txt with 100% similarity]
i386/junos/standford/2004/labs/lab3.txt [moved from i386/standford/2004/labs/lab3.txt with 100% similarity]
i386/junos/standford/2004/labs/lab4.txt [moved from i386/standford/2004/labs/lab4.txt with 100% similarity]
i386/junos/standford/2004/labs/lab5.txt [moved from i386/standford/2004/labs/lab5.txt with 100% similarity]
i386/junos/standford/2004/labs/tools.txt [moved from i386/standford/2004/labs/tools.txt with 100% similarity]
i386/junos/standford/2004/src/bochs-20040926.tar.gz [moved from i386/standford/2004/src/bochs-20040926.tar.gz with 100% similarity]
i386/junos/standford/2004/src/lab2.tar.gz [moved from i386/standford/2004/src/lab2.tar.gz with 100% similarity]
i386/junos/standford/2004/src/lab2/.bochsrc [moved from i386/standford/2004/src/lab2/.bochsrc with 100% similarity]
i386/junos/standford/2004/src/lab2/CODING [moved from i386/standford/2004/src/lab2/CODING with 100% similarity]
i386/junos/standford/2004/src/lab2/GNUmakefile [moved from i386/standford/2004/src/lab2/GNUmakefile with 100% similarity]
i386/junos/standford/2004/src/lab2/boot/Makefrag [moved from i386/standford/2004/src/lab2/boot/Makefrag with 100% similarity]
i386/junos/standford/2004/src/lab2/boot/boot.S [moved from i386/standford/2004/src/lab2/boot/boot.S with 100% similarity]
i386/junos/standford/2004/src/lab2/boot/main.c [moved from i386/standford/2004/src/lab2/boot/main.c with 100% similarity]
i386/junos/standford/2004/src/lab2/boot/sign.pl [moved from i386/standford/2004/src/lab2/boot/sign.pl with 100% similarity]
i386/junos/standford/2004/src/lab2/grade.sh [moved from i386/standford/2004/src/lab2/grade.sh with 100% similarity]
i386/junos/standford/2004/src/lab2/inc/COPYRIGHT [moved from i386/standford/2004/src/lab2/inc/COPYRIGHT with 100% similarity]
i386/junos/standford/2004/src/lab2/inc/asm.h [moved from i386/standford/2004/src/lab2/inc/asm.h with 100% similarity]
i386/junos/standford/2004/src/lab2/inc/assert.h [moved from i386/standford/2004/src/lab2/inc/assert.h with 100% similarity]
i386/junos/standford/2004/src/lab2/inc/elf.h [moved from i386/standford/2004/src/lab2/inc/elf.h with 100% similarity]
i386/junos/standford/2004/src/lab2/inc/error.h [moved from i386/standford/2004/src/lab2/inc/error.h with 100% similarity]
i386/junos/standford/2004/src/lab2/inc/kbdreg.h [moved from i386/standford/2004/src/lab2/inc/kbdreg.h with 100% similarity]
i386/junos/standford/2004/src/lab2/inc/mmu.h [moved from i386/standford/2004/src/lab2/inc/mmu.h with 100% similarity]
i386/junos/standford/2004/src/lab2/inc/pmap.h [moved from i386/standford/2004/src/lab2/inc/pmap.h with 100% similarity]
i386/junos/standford/2004/src/lab2/inc/queue.h [moved from i386/standford/2004/src/lab2/inc/queue.h with 100% similarity]
i386/junos/standford/2004/src/lab2/inc/stdarg.h [moved from i386/standford/2004/src/lab2/inc/stdarg.h with 100% similarity]
i386/junos/standford/2004/src/lab2/inc/stdio.h [moved from i386/standford/2004/src/lab2/inc/stdio.h with 100% similarity]
i386/junos/standford/2004/src/lab2/inc/string.h [moved from i386/standford/2004/src/lab2/inc/string.h with 100% similarity]
i386/junos/standford/2004/src/lab2/inc/types.h [moved from i386/standford/2004/src/lab2/inc/types.h with 100% similarity]
i386/junos/standford/2004/src/lab2/inc/x86.h [moved from i386/standford/2004/src/lab2/inc/x86.h with 100% similarity]
i386/junos/standford/2004/src/lab2/kern/COPYRIGHT [moved from i386/MIT/course/src/src.lab/kern/COPYRIGHT with 100% similarity]
i386/junos/standford/2004/src/lab2/kern/Makefrag [moved from i386/standford/2004/src/lab2/kern/Makefrag with 100% similarity]
i386/junos/standford/2004/src/lab2/kern/bochs.h [moved from i386/standford/2004/src/lab2/kern/bochs.h with 100% similarity]
i386/junos/standford/2004/src/lab2/kern/console.c [moved from i386/standford/2004/src/lab2/kern/console.c with 100% similarity]
i386/junos/standford/2004/src/lab2/kern/console.h [moved from i386/standford/2004/src/lab2/kern/console.h with 100% similarity]
i386/junos/standford/2004/src/lab2/kern/entry.S [moved from i386/standford/2004/src/lab2/kern/entry.S with 100% similarity]
i386/junos/standford/2004/src/lab2/kern/init.c [moved from i386/standford/2004/src/lab2/kern/init.c with 100% similarity]
i386/junos/standford/2004/src/lab2/kern/monitor.c [moved from i386/standford/2004/src/lab2/kern/monitor.c with 100% similarity]
i386/junos/standford/2004/src/lab2/kern/monitor.h [moved from i386/standford/2004/src/lab2/kern/monitor.h with 100% similarity]
i386/junos/standford/2004/src/lab2/lib/printf.c [moved from i386/standford/2004/src/lab2/lib/printf.c with 100% similarity]
i386/junos/standford/2004/src/lab2/lib/printfmt.c [moved from i386/standford/2004/src/lab2/lib/printfmt.c with 100% similarity]
i386/junos/standford/2004/src/lab2/lib/readline.c [moved from i386/standford/2004/src/lab2/lib/readline.c with 100% similarity]
i386/junos/standford/2004/src/lab2/lib/sprintf.c [moved from i386/standford/2004/src/lab2/lib/sprintf.c with 100% similarity]
i386/junos/standford/2004/src/lab2/lib/string.c [moved from i386/standford/2004/src/lab2/lib/string.c with 100% similarity]
i386/junos/standford/2004/src/lab2/mergedep.pl [moved from i386/MIT/course/src/src.lab/mergedep.pl with 100% similarity]
i386/junos/standford/2004/src/lab3.tar.gz [moved from i386/standford/2004/src/lab3.tar.gz with 100% similarity]
i386/junos/standford/2004/src/lab3/.bochsrc [moved from i386/standford/2004/src/lab3/.bochsrc with 100% similarity]
i386/junos/standford/2004/src/lab3/.labsetup [moved from i386/standford/2004/src/lab3/.labsetup with 100% similarity]
i386/junos/standford/2004/src/lab3/CODING [moved from i386/standford/2004/src/lab3/CODING with 100% similarity]
i386/junos/standford/2004/src/lab3/GNUmakefile [moved from i386/standford/2004/src/lab3/GNUmakefile with 100% similarity]
i386/junos/standford/2004/src/lab3/boot/Makefrag [moved from i386/standford/2004/src/lab3/boot/Makefrag with 100% similarity]
i386/junos/standford/2004/src/lab3/boot/boot.S [moved from i386/standford/2004/src/lab3/boot/boot.S with 100% similarity]
i386/junos/standford/2004/src/lab3/boot/main.c [moved from i386/standford/2004/src/lab3/boot/main.c with 100% similarity]
i386/junos/standford/2004/src/lab3/boot/sign.pl [moved from i386/standford/2004/src/lab3/boot/sign.pl with 100% similarity]
i386/junos/standford/2004/src/lab3/grade.sh [moved from i386/standford/2004/src/lab3/grade.sh with 100% similarity]
i386/junos/standford/2004/src/lab3/inc/COPYRIGHT [moved from i386/standford/2004/src/lab3/inc/COPYRIGHT with 100% similarity]
i386/junos/standford/2004/src/lab3/inc/asm.h [moved from i386/standford/2004/src/lab3/inc/asm.h with 100% similarity]
i386/junos/standford/2004/src/lab3/inc/assert.h [moved from i386/standford/2004/src/lab3/inc/assert.h with 100% similarity]
i386/junos/standford/2004/src/lab3/inc/elf.h [moved from i386/standford/2004/src/lab3/inc/elf.h with 100% similarity]
i386/junos/standford/2004/src/lab3/inc/error.h [moved from i386/standford/2004/src/lab3/inc/error.h with 100% similarity]
i386/junos/standford/2004/src/lab3/inc/kbdreg.h [moved from i386/standford/2004/src/lab3/inc/kbdreg.h with 100% similarity]
i386/junos/standford/2004/src/lab3/inc/mmu.h [moved from i386/standford/2004/src/lab3/inc/mmu.h with 100% similarity]
i386/junos/standford/2004/src/lab3/inc/pmap.h [moved from i386/standford/2004/src/lab3/inc/pmap.h with 100% similarity]
i386/junos/standford/2004/src/lab3/inc/queue.h [moved from i386/standford/2004/src/lab3/inc/queue.h with 100% similarity]
i386/junos/standford/2004/src/lab3/inc/stdarg.h [moved from i386/standford/2004/src/lab3/inc/stdarg.h with 100% similarity]
i386/junos/standford/2004/src/lab3/inc/stdio.h [moved from i386/standford/2004/src/lab3/inc/stdio.h with 100% similarity]
i386/junos/standford/2004/src/lab3/inc/string.h [moved from i386/standford/2004/src/lab3/inc/string.h with 100% similarity]
i386/junos/standford/2004/src/lab3/inc/types.h [moved from i386/standford/2004/src/lab3/inc/types.h with 100% similarity]
i386/junos/standford/2004/src/lab3/inc/x86.h [moved from i386/standford/2004/src/lab3/inc/x86.h with 100% similarity]
i386/junos/standford/2004/src/lab3/kern/COPYRIGHT [moved from i386/standford/2004/src/lab2/kern/COPYRIGHT with 100% similarity]
i386/junos/standford/2004/src/lab3/kern/Makefrag [moved from i386/standford/2004/src/lab3/kern/Makefrag with 100% similarity]
i386/junos/standford/2004/src/lab3/kern/bochs.h [moved from i386/standford/2004/src/lab3/kern/bochs.h with 100% similarity]
i386/junos/standford/2004/src/lab3/kern/console.c [moved from i386/standford/2004/src/lab3/kern/console.c with 100% similarity]
i386/junos/standford/2004/src/lab3/kern/console.h [moved from i386/standford/2004/src/lab3/kern/console.h with 100% similarity]
i386/junos/standford/2004/src/lab3/kern/entry.S [moved from i386/standford/2004/src/lab3/kern/entry.S with 100% similarity]
i386/junos/standford/2004/src/lab3/kern/init.c [moved from i386/standford/2004/src/lab3/kern/init.c with 100% similarity]
i386/junos/standford/2004/src/lab3/kern/kclock.c [moved from i386/standford/2004/src/lab3/kern/kclock.c with 100% similarity]
i386/junos/standford/2004/src/lab3/kern/kclock.h [moved from i386/standford/2004/src/lab3/kern/kclock.h with 100% similarity]
i386/junos/standford/2004/src/lab3/kern/monitor.c [moved from i386/standford/2004/src/lab3/kern/monitor.c with 100% similarity]
i386/junos/standford/2004/src/lab3/kern/monitor.h [moved from i386/standford/2004/src/lab3/kern/monitor.h with 100% similarity]
i386/junos/standford/2004/src/lab3/kern/pmap.c [moved from i386/standford/2004/src/lab3/kern/pmap.c with 100% similarity]
i386/junos/standford/2004/src/lab3/kern/pmap.h [moved from i386/standford/2004/src/lab3/kern/pmap.h with 100% similarity]
i386/junos/standford/2004/src/lab3/lib/printf.c [moved from i386/standford/2004/src/lab3/lib/printf.c with 100% similarity]
i386/junos/standford/2004/src/lab3/lib/printfmt.c [moved from i386/standford/2004/src/lab3/lib/printfmt.c with 100% similarity]
i386/junos/standford/2004/src/lab3/lib/readline.c [moved from i386/standford/2004/src/lab3/lib/readline.c with 100% similarity]
i386/junos/standford/2004/src/lab3/lib/sprintf.c [moved from i386/standford/2004/src/lab3/lib/sprintf.c with 100% similarity]
i386/junos/standford/2004/src/lab3/lib/string.c [moved from i386/standford/2004/src/lab3/lib/string.c with 100% similarity]
i386/junos/standford/2004/src/lab3/mergedep.pl [moved from i386/standford/2004/src/lab2/mergedep.pl with 100% similarity]
i386/junos/standford/2004/src/lab4.tar.gz [moved from i386/standford/2004/src/lab4.tar.gz with 100% similarity]
i386/junos/standford/2004/src/lab4/.bochsrc [moved from i386/standford/2004/src/lab4/.bochsrc with 100% similarity]
i386/junos/standford/2004/src/lab4/CODING [moved from i386/standford/2004/src/lab4/CODING with 100% similarity]
i386/junos/standford/2004/src/lab4/GNUmakefile [moved from i386/standford/2004/src/lab4/GNUmakefile with 100% similarity]
i386/junos/standford/2004/src/lab4/boot/Makefrag [moved from i386/standford/2004/src/lab4/boot/Makefrag with 100% similarity]
i386/junos/standford/2004/src/lab4/boot/boot.S [moved from i386/standford/2004/src/lab4/boot/boot.S with 100% similarity]
i386/junos/standford/2004/src/lab4/boot/main.c [moved from i386/standford/2004/src/lab4/boot/main.c with 100% similarity]
i386/junos/standford/2004/src/lab4/boot/sign.pl [moved from i386/standford/2004/src/lab4/boot/sign.pl with 100% similarity]
i386/junos/standford/2004/src/lab4/conf/env.mk [moved from i386/standford/2004/src/lab4/conf/env.mk with 100% similarity]
i386/junos/standford/2004/src/lab4/conf/lab.mk [moved from i386/standford/2004/src/lab4/conf/lab.mk with 100% similarity]
i386/junos/standford/2004/src/lab4/grade.sh [moved from i386/standford/2004/src/lab4/grade.sh with 100% similarity]
i386/junos/standford/2004/src/lab4/inc/COPYRIGHT [moved from i386/standford/2004/src/lab4/inc/COPYRIGHT with 100% similarity]
i386/junos/standford/2004/src/lab4/inc/asm.h [moved from i386/standford/2004/src/lab4/inc/asm.h with 100% similarity]
i386/junos/standford/2004/src/lab4/inc/assert.h [moved from i386/standford/2004/src/lab4/inc/assert.h with 100% similarity]
i386/junos/standford/2004/src/lab4/inc/elf.h [moved from i386/standford/2004/src/lab4/inc/elf.h with 100% similarity]
i386/junos/standford/2004/src/lab4/inc/env.h [moved from i386/standford/2004/src/lab4/inc/env.h with 100% similarity]
i386/junos/standford/2004/src/lab4/inc/error.h [moved from i386/standford/2004/src/lab4/inc/error.h with 100% similarity]
i386/junos/standford/2004/src/lab4/inc/kbdreg.h [moved from i386/standford/2004/src/lab4/inc/kbdreg.h with 100% similarity]
i386/junos/standford/2004/src/lab4/inc/lib.h [moved from i386/standford/2004/src/lab4/inc/lib.h with 100% similarity]
i386/junos/standford/2004/src/lab4/inc/mmu.h [moved from i386/standford/2004/src/lab4/inc/mmu.h with 100% similarity]
i386/junos/standford/2004/src/lab4/inc/pmap.h [moved from i386/standford/2004/src/lab4/inc/pmap.h with 100% similarity]
i386/junos/standford/2004/src/lab4/inc/queue.h [moved from i386/standford/2004/src/lab4/inc/queue.h with 100% similarity]
i386/junos/standford/2004/src/lab4/inc/stdarg.h [moved from i386/standford/2004/src/lab4/inc/stdarg.h with 100% similarity]
i386/junos/standford/2004/src/lab4/inc/stdio.h [moved from i386/standford/2004/src/lab4/inc/stdio.h with 100% similarity]
i386/junos/standford/2004/src/lab4/inc/string.h [moved from i386/standford/2004/src/lab4/inc/string.h with 100% similarity]
i386/junos/standford/2004/src/lab4/inc/syscall.h [moved from i386/standford/2004/src/lab4/inc/syscall.h with 100% similarity]
i386/junos/standford/2004/src/lab4/inc/trap.h [moved from i386/standford/2004/src/lab4/inc/trap.h with 100% similarity]
i386/junos/standford/2004/src/lab4/inc/types.h [moved from i386/standford/2004/src/lab4/inc/types.h with 100% similarity]
i386/junos/standford/2004/src/lab4/inc/x86.h [moved from i386/standford/2004/src/lab4/inc/x86.h with 100% similarity]
i386/junos/standford/2004/src/lab4/kern/COPYRIGHT [moved from i386/standford/2004/src/lab3/kern/COPYRIGHT with 100% similarity]
i386/junos/standford/2004/src/lab4/kern/Makefrag [moved from i386/standford/2004/src/lab4/kern/Makefrag with 100% similarity]
i386/junos/standford/2004/src/lab4/kern/console.c [moved from i386/standford/2004/src/lab4/kern/console.c with 100% similarity]
i386/junos/standford/2004/src/lab4/kern/console.h [moved from i386/standford/2004/src/lab4/kern/console.h with 100% similarity]
i386/junos/standford/2004/src/lab4/kern/entry.S [moved from i386/standford/2004/src/lab4/kern/entry.S with 100% similarity]
i386/junos/standford/2004/src/lab4/kern/env.c [moved from i386/standford/2004/src/lab4/kern/env.c with 100% similarity]
i386/junos/standford/2004/src/lab4/kern/env.h [moved from i386/standford/2004/src/lab4/kern/env.h with 100% similarity]
i386/junos/standford/2004/src/lab4/kern/init.c [moved from i386/standford/2004/src/lab4/kern/init.c with 100% similarity]
i386/junos/standford/2004/src/lab4/kern/kclock.c [moved from i386/standford/2004/src/lab4/kern/kclock.c with 100% similarity]
i386/junos/standford/2004/src/lab4/kern/kclock.h [moved from i386/standford/2004/src/lab4/kern/kclock.h with 100% similarity]
i386/junos/standford/2004/src/lab4/kern/monitor.c [moved from i386/standford/2004/src/lab4/kern/monitor.c with 100% similarity]
i386/junos/standford/2004/src/lab4/kern/monitor.h [moved from i386/standford/2004/src/lab4/kern/monitor.h with 100% similarity]
i386/junos/standford/2004/src/lab4/kern/pmap.c [moved from i386/standford/2004/src/lab4/kern/pmap.c with 100% similarity]
i386/junos/standford/2004/src/lab4/kern/pmap.h [moved from i386/standford/2004/src/lab4/kern/pmap.h with 100% similarity]
i386/junos/standford/2004/src/lab4/kern/syscall.c [moved from i386/standford/2004/src/lab4/kern/syscall.c with 100% similarity]
i386/junos/standford/2004/src/lab4/kern/syscall.h [moved from i386/standford/2004/src/lab4/kern/syscall.h with 100% similarity]
i386/junos/standford/2004/src/lab4/kern/trap.c [moved from i386/standford/2004/src/lab4/kern/trap.c with 100% similarity]
i386/junos/standford/2004/src/lab4/kern/trap.h [moved from i386/standford/2004/src/lab4/kern/trap.h with 100% similarity]
i386/junos/standford/2004/src/lab4/kern/trapentry.S [moved from i386/standford/2004/src/lab4/kern/trapentry.S with 100% similarity]
i386/junos/standford/2004/src/lab4/lib/Makefrag [moved from i386/standford/2004/src/lab4/lib/Makefrag with 100% similarity]
i386/junos/standford/2004/src/lab4/lib/console.c [moved from i386/standford/2004/src/lab4/lib/console.c with 100% similarity]
i386/junos/standford/2004/src/lab4/lib/entry.S [moved from i386/standford/2004/src/lab4/lib/entry.S with 100% similarity]
i386/junos/standford/2004/src/lab4/lib/exit.c [moved from i386/standford/2004/src/lab4/lib/exit.c with 100% similarity]
i386/junos/standford/2004/src/lab4/lib/libmain.c [moved from i386/standford/2004/src/lab4/lib/libmain.c with 100% similarity]
i386/junos/standford/2004/src/lab4/lib/panic.c [moved from i386/standford/2004/src/lab4/lib/panic.c with 100% similarity]
i386/junos/standford/2004/src/lab4/lib/printf.c [moved from i386/standford/2004/src/lab4/lib/printf.c with 100% similarity]
i386/junos/standford/2004/src/lab4/lib/printfmt.c [moved from i386/standford/2004/src/lab4/lib/printfmt.c with 100% similarity]
i386/junos/standford/2004/src/lab4/lib/readline.c [moved from i386/standford/2004/src/lab4/lib/readline.c with 100% similarity]
i386/junos/standford/2004/src/lab4/lib/sprintf.c [moved from i386/standford/2004/src/lab4/lib/sprintf.c with 100% similarity]
i386/junos/standford/2004/src/lab4/lib/string.c [moved from i386/standford/2004/src/lab4/lib/string.c with 100% similarity]
i386/junos/standford/2004/src/lab4/lib/syscall.c [moved from i386/standford/2004/src/lab4/lib/syscall.c with 100% similarity]
i386/junos/standford/2004/src/lab4/mergedep.pl [moved from i386/standford/2004/src/lab3/mergedep.pl with 100% similarity]
i386/junos/standford/2004/src/lab4/user/Makefrag [moved from i386/standford/2004/src/lab4/user/Makefrag with 100% similarity]
i386/junos/standford/2004/src/lab4/user/badsegment.c [moved from i386/standford/2004/src/lab4/user/badsegment.c with 100% similarity]
i386/junos/standford/2004/src/lab4/user/breakpoint.c [moved from i386/standford/2004/src/lab4/user/breakpoint.c with 100% similarity]
i386/junos/standford/2004/src/lab4/user/buggyhello.c [moved from i386/standford/2004/src/lab4/user/buggyhello.c with 100% similarity]
i386/junos/standford/2004/src/lab4/user/divzero.c [moved from i386/standford/2004/src/lab4/user/divzero.c with 100% similarity]
i386/junos/standford/2004/src/lab4/user/evilhello.c [moved from i386/standford/2004/src/lab4/user/evilhello.c with 100% similarity]
i386/junos/standford/2004/src/lab4/user/faultread.c [moved from i386/standford/2004/src/lab4/user/faultread.c with 100% similarity]
i386/junos/standford/2004/src/lab4/user/faultreadkernel.c [moved from i386/standford/2004/src/lab4/user/faultreadkernel.c with 100% similarity]
i386/junos/standford/2004/src/lab4/user/faultwrite.c [moved from i386/standford/2004/src/lab4/user/faultwrite.c with 100% similarity]
i386/junos/standford/2004/src/lab4/user/faultwritekernel.c [moved from i386/standford/2004/src/lab4/user/faultwritekernel.c with 100% similarity]
i386/junos/standford/2004/src/lab4/user/hello.c [moved from i386/standford/2004/src/lab4/user/hello.c with 100% similarity]
i386/junos/standford/2004/src/lab4/user/softint.c [moved from i386/standford/2004/src/lab4/user/softint.c with 100% similarity]
i386/junos/standford/2004/src/lab4/user/testbss.c [moved from i386/standford/2004/src/lab4/user/testbss.c with 100% similarity]
i386/junos/standford/2004/src/lab5.tar.gz [moved from i386/standford/2004/src/lab5.tar.gz with 100% similarity]
i386/junos/standford/2004/src/lab5/.bochsrc [moved from i386/standford/2004/src/lab5/.bochsrc with 100% similarity]
i386/junos/standford/2004/src/lab5/CODING [moved from i386/standford/2004/src/lab5/CODING with 100% similarity]
i386/junos/standford/2004/src/lab5/GNUmakefile [moved from i386/standford/2004/src/lab5/GNUmakefile with 100% similarity]
i386/junos/standford/2004/src/lab5/boot/Makefrag [moved from i386/standford/2004/src/lab5/boot/Makefrag with 100% similarity]
i386/junos/standford/2004/src/lab5/boot/boot.S [moved from i386/standford/2004/src/lab5/boot/boot.S with 100% similarity]
i386/junos/standford/2004/src/lab5/boot/main.c [moved from i386/standford/2004/src/lab5/boot/main.c with 100% similarity]
i386/junos/standford/2004/src/lab5/boot/sign.pl [moved from i386/standford/2004/src/lab5/boot/sign.pl with 100% similarity]
i386/junos/standford/2004/src/lab5/conf/env.mk [moved from i386/standford/2004/src/lab5/conf/env.mk with 100% similarity]
i386/junos/standford/2004/src/lab5/conf/lab.mk [moved from i386/standford/2004/src/lab5/conf/lab.mk with 100% similarity]
i386/junos/standford/2004/src/lab5/grade.sh [moved from i386/standford/2004/src/lab5/grade.sh with 100% similarity]
i386/junos/standford/2004/src/lab5/inc/COPYRIGHT [moved from i386/standford/2004/src/lab5/inc/COPYRIGHT with 100% similarity]
i386/junos/standford/2004/src/lab5/inc/asm.h [moved from i386/standford/2004/src/lab5/inc/asm.h with 100% similarity]
i386/junos/standford/2004/src/lab5/inc/assert.h [moved from i386/standford/2004/src/lab5/inc/assert.h with 100% similarity]
i386/junos/standford/2004/src/lab5/inc/elf.h [moved from i386/standford/2004/src/lab5/inc/elf.h with 100% similarity]
i386/junos/standford/2004/src/lab5/inc/env.h [moved from i386/standford/2004/src/lab5/inc/env.h with 100% similarity]
i386/junos/standford/2004/src/lab5/inc/error.h [moved from i386/standford/2004/src/lab5/inc/error.h with 100% similarity]
i386/junos/standford/2004/src/lab5/inc/isareg.h [moved from i386/standford/2004/src/lab5/inc/isareg.h with 100% similarity]
i386/junos/standford/2004/src/lab5/inc/kbdreg.h [moved from i386/standford/2004/src/lab5/inc/kbdreg.h with 100% similarity]
i386/junos/standford/2004/src/lab5/inc/lib.h [moved from i386/standford/2004/src/lab5/inc/lib.h with 100% similarity]
i386/junos/standford/2004/src/lab5/inc/mmu.h [moved from i386/standford/2004/src/lab5/inc/mmu.h with 100% similarity]
i386/junos/standford/2004/src/lab5/inc/pmap.h [moved from i386/standford/2004/src/lab5/inc/pmap.h with 100% similarity]
i386/junos/standford/2004/src/lab5/inc/queue.h [moved from i386/standford/2004/src/lab5/inc/queue.h with 100% similarity]
i386/junos/standford/2004/src/lab5/inc/stdarg.h [moved from i386/standford/2004/src/lab5/inc/stdarg.h with 100% similarity]
i386/junos/standford/2004/src/lab5/inc/stdio.h [moved from i386/standford/2004/src/lab5/inc/stdio.h with 100% similarity]
i386/junos/standford/2004/src/lab5/inc/string.h [moved from i386/standford/2004/src/lab5/inc/string.h with 100% similarity]
i386/junos/standford/2004/src/lab5/inc/syscall.h [moved from i386/standford/2004/src/lab5/inc/syscall.h with 100% similarity]
i386/junos/standford/2004/src/lab5/inc/timerreg.h [moved from i386/standford/2004/src/lab5/inc/timerreg.h with 100% similarity]
i386/junos/standford/2004/src/lab5/inc/trap.h [moved from i386/standford/2004/src/lab5/inc/trap.h with 100% similarity]
i386/junos/standford/2004/src/lab5/inc/types.h [moved from i386/standford/2004/src/lab5/inc/types.h with 100% similarity]
i386/junos/standford/2004/src/lab5/inc/x86.h [moved from i386/standford/2004/src/lab5/inc/x86.h with 100% similarity]
i386/junos/standford/2004/src/lab5/kern/COPYRIGHT [moved from i386/standford/2004/src/lab4/kern/COPYRIGHT with 100% similarity]
i386/junos/standford/2004/src/lab5/kern/Makefrag [moved from i386/standford/2004/src/lab5/kern/Makefrag with 100% similarity]
i386/junos/standford/2004/src/lab5/kern/console.c [moved from i386/standford/2004/src/lab5/kern/console.c with 100% similarity]
i386/junos/standford/2004/src/lab5/kern/console.h [moved from i386/standford/2004/src/lab5/kern/console.h with 100% similarity]
i386/junos/standford/2004/src/lab5/kern/entry.S [moved from i386/standford/2004/src/lab5/kern/entry.S with 100% similarity]
i386/junos/standford/2004/src/lab5/kern/env.c [moved from i386/standford/2004/src/lab5/kern/env.c with 100% similarity]
i386/junos/standford/2004/src/lab5/kern/env.h [moved from i386/standford/2004/src/lab5/kern/env.h with 100% similarity]
i386/junos/standford/2004/src/lab5/kern/init.c [moved from i386/standford/2004/src/lab5/kern/init.c with 100% similarity]
i386/junos/standford/2004/src/lab5/kern/kclock.c [moved from i386/standford/2004/src/lab5/kern/kclock.c with 100% similarity]
i386/junos/standford/2004/src/lab5/kern/kclock.h [moved from i386/standford/2004/src/lab5/kern/kclock.h with 100% similarity]
i386/junos/standford/2004/src/lab5/kern/monitor.c [moved from i386/standford/2004/src/lab5/kern/monitor.c with 100% similarity]
i386/junos/standford/2004/src/lab5/kern/monitor.h [moved from i386/standford/2004/src/lab5/kern/monitor.h with 100% similarity]
i386/junos/standford/2004/src/lab5/kern/picirq.c [moved from i386/standford/2004/src/lab5/kern/picirq.c with 100% similarity]
i386/junos/standford/2004/src/lab5/kern/picirq.h [moved from i386/standford/2004/src/lab5/kern/picirq.h with 100% similarity]
i386/junos/standford/2004/src/lab5/kern/pmap.c [moved from i386/standford/2004/src/lab5/kern/pmap.c with 100% similarity]
i386/junos/standford/2004/src/lab5/kern/pmap.h [moved from i386/standford/2004/src/lab5/kern/pmap.h with 100% similarity]
i386/junos/standford/2004/src/lab5/kern/printf.c [moved from i386/standford/2004/src/lab5/kern/printf.c with 100% similarity]
i386/junos/standford/2004/src/lab5/kern/sched.c [moved from i386/standford/2004/src/lab5/kern/sched.c with 100% similarity]
i386/junos/standford/2004/src/lab5/kern/sched.h [moved from i386/standford/2004/src/lab5/kern/sched.h with 100% similarity]
i386/junos/standford/2004/src/lab5/kern/syscall.c [moved from i386/standford/2004/src/lab5/kern/syscall.c with 100% similarity]
i386/junos/standford/2004/src/lab5/kern/syscall.h [moved from i386/standford/2004/src/lab5/kern/syscall.h with 100% similarity]
i386/junos/standford/2004/src/lab5/kern/trap.c [moved from i386/standford/2004/src/lab5/kern/trap.c with 100% similarity]
i386/junos/standford/2004/src/lab5/kern/trap.h [moved from i386/standford/2004/src/lab5/kern/trap.h with 100% similarity]
i386/junos/standford/2004/src/lab5/kern/trapentry.S [moved from i386/standford/2004/src/lab5/kern/trapentry.S with 100% similarity]
i386/junos/standford/2004/src/lab5/lib/Makefrag [moved from i386/standford/2004/src/lab5/lib/Makefrag with 100% similarity]
i386/junos/standford/2004/src/lab5/lib/console.c [moved from i386/standford/2004/src/lab5/lib/console.c with 100% similarity]
i386/junos/standford/2004/src/lab5/lib/entry.S [moved from i386/standford/2004/src/lab5/lib/entry.S with 100% similarity]
i386/junos/standford/2004/src/lab5/lib/exit.c [moved from i386/standford/2004/src/lab5/lib/exit.c with 100% similarity]
i386/junos/standford/2004/src/lab5/lib/fork.c [moved from i386/standford/2004/src/lab5/lib/fork.c with 100% similarity]
i386/junos/standford/2004/src/lab5/lib/ipc.c [moved from i386/standford/2004/src/lab5/lib/ipc.c with 100% similarity]
i386/junos/standford/2004/src/lab5/lib/libmain.c [moved from i386/standford/2004/src/lab5/lib/libmain.c with 100% similarity]
i386/junos/standford/2004/src/lab5/lib/panic.c [moved from i386/standford/2004/src/lab5/lib/panic.c with 100% similarity]
i386/junos/standford/2004/src/lab5/lib/pfentry.S [moved from i386/standford/2004/src/lab5/lib/pfentry.S with 100% similarity]
i386/junos/standford/2004/src/lab5/lib/pgfault.c [moved from i386/standford/2004/src/lab5/lib/pgfault.c with 100% similarity]
i386/junos/standford/2004/src/lab5/lib/printf.c [moved from i386/standford/2004/src/lab5/lib/printf.c with 100% similarity]
i386/junos/standford/2004/src/lab5/lib/printfmt.c [moved from i386/standford/2004/src/lab5/lib/printfmt.c with 100% similarity]
i386/junos/standford/2004/src/lab5/lib/readline.c [moved from i386/standford/2004/src/lab5/lib/readline.c with 100% similarity]
i386/junos/standford/2004/src/lab5/lib/sprintf.c [moved from i386/standford/2004/src/lab5/lib/sprintf.c with 100% similarity]
i386/junos/standford/2004/src/lab5/lib/string.c [moved from i386/standford/2004/src/lab5/lib/string.c with 100% similarity]
i386/junos/standford/2004/src/lab5/lib/syscall.c [moved from i386/standford/2004/src/lab5/lib/syscall.c with 100% similarity]
i386/junos/standford/2004/src/lab5/mergedep.pl [moved from i386/standford/2004/src/lab4/mergedep.pl with 100% similarity]
i386/junos/standford/2004/src/lab5/user/Makefrag [moved from i386/standford/2004/src/lab5/user/Makefrag with 100% similarity]
i386/junos/standford/2004/src/lab5/user/dumbfork.c [moved from i386/standford/2004/src/lab5/user/dumbfork.c with 100% similarity]
i386/junos/standford/2004/src/lab5/user/fairness.c [moved from i386/standford/2004/src/lab5/user/fairness.c with 100% similarity]
i386/junos/standford/2004/src/lab5/user/faultalloc.c [moved from i386/standford/2004/src/lab5/user/faultalloc.c with 100% similarity]
i386/junos/standford/2004/src/lab5/user/faultallocbad.c [moved from i386/standford/2004/src/lab5/user/faultallocbad.c with 100% similarity]
i386/junos/standford/2004/src/lab5/user/faultbadhandler.c [moved from i386/standford/2004/src/lab5/user/faultbadhandler.c with 100% similarity]
i386/junos/standford/2004/src/lab5/user/faultdie.c [moved from i386/standford/2004/src/lab5/user/faultdie.c with 100% similarity]
i386/junos/standford/2004/src/lab5/user/faultevilhandler.c [moved from i386/standford/2004/src/lab5/user/faultevilhandler.c with 100% similarity]
i386/junos/standford/2004/src/lab5/user/faultnostack.c [moved from i386/standford/2004/src/lab5/user/faultnostack.c with 100% similarity]
i386/junos/standford/2004/src/lab5/user/faultread.c [moved from i386/standford/2004/src/lab5/user/faultread.c with 100% similarity]
i386/junos/standford/2004/src/lab5/user/faultwrite.c [moved from i386/standford/2004/src/lab5/user/faultwrite.c with 100% similarity]
i386/junos/standford/2004/src/lab5/user/forktree.c [moved from i386/standford/2004/src/lab5/user/forktree.c with 100% similarity]
i386/junos/standford/2004/src/lab5/user/idle.c [moved from i386/standford/2004/src/lab5/user/idle.c with 100% similarity]
i386/junos/standford/2004/src/lab5/user/pingpong.c [moved from i386/standford/2004/src/lab5/user/pingpong.c with 100% similarity]
i386/junos/standford/2004/src/lab5/user/pingpongs.c [moved from i386/standford/2004/src/lab5/user/pingpongs.c with 100% similarity]
i386/junos/standford/2004/src/lab5/user/primes.c [moved from i386/standford/2004/src/lab5/user/primes.c with 100% similarity]
i386/junos/standford/2004/src/lab5/user/spin.c [moved from i386/standford/2004/src/lab5/user/spin.c with 100% similarity]
i386/junos/standford/2004/src/lab5/user/yield.c [moved from i386/standford/2004/src/lab5/user/yield.c with 100% similarity]
i386/junos/standford/README [moved from i386/README with 100% similarity]
i386/junos/standford/lecture/V.pdf [moved from i386/standford/lecture/V.pdf with 100% similarity]
i386/junos/standford/lecture/appel.pdf [moved from i386/standford/lecture/appel.pdf with 100% similarity]
i386/junos/standford/lecture/confused.pdf [moved from i386/standford/lecture/confused.pdf with 100% similarity]
i386/junos/standford/lecture/deviant.pdf [moved from i386/standford/lecture/deviant.pdf with 100% similarity]
i386/junos/standford/lecture/disco.pdf [moved from i386/standford/lecture/disco.pdf with 100% similarity]
i386/junos/standford/lecture/es.pdf [moved from i386/standford/lecture/es.pdf with 100% similarity]
i386/junos/standford/lecture/exokernel.pdf [moved from i386/standford/lecture/exokernel.pdf with 100% similarity]
i386/junos/standford/lecture/ffs.pdf [moved from i386/standford/lecture/ffs.pdf with 100% similarity]
i386/junos/standford/lecture/hive.pdf [moved from i386/standford/lecture/hive.pdf with 100% similarity]
i386/junos/standford/lecture/interposition-agents.pdf [moved from i386/standford/lecture/interposition-agents.pdf with 100% similarity]
i386/junos/standford/lecture/l3.pdf [moved from i386/standford/lecture/l3.pdf with 100% similarity]
i386/junos/standford/lecture/livelock.pdf [moved from i386/standford/lecture/livelock.pdf with 100% similarity]
i386/junos/standford/lecture/nooks.pdf [moved from i386/standford/lecture/nooks.pdf with 100% similarity]
i386/junos/standford/lecture/paradigm.pdf [moved from i386/standford/lecture/paradigm.pdf with 100% similarity]
i386/junos/standford/lecture/plan9.pdf [moved from i386/standford/lecture/plan9.pdf with 100% similarity]
i386/junos/standford/lecture/rc.pdf [moved from i386/standford/lecture/rc.pdf with 100% similarity]
i386/junos/standford/lecture/schedact.pdf [moved from i386/standford/lecture/schedact.pdf with 100% similarity]
i386/junos/standford/lecture/smart.pdf [moved from i386/standford/lecture/smart.pdf with 100% similarity]
i386/junos/standford/lecture/synchronization.pdf [moved from i386/standford/lecture/synchronization.pdf with 100% similarity]
i386/junos/standford/lecture/synthesis.pdf [moved from i386/standford/lecture/synthesis.pdf with 100% similarity]
i386/junos/standford/lecture/unix.pdf [moved from i386/standford/lecture/unix.pdf with 100% similarity]
i386/junos/standford/lecture/vmm.pdf [moved from i386/standford/lecture/vmm.pdf with 100% similarity]
i386/junos/standford/lecture/xomos.pdf [moved from i386/standford/lecture/xomos.pdf with 100% similarity]
i386/junos/ucla/README [moved from i386/ucla/README with 100% similarity]
i386/junos/ucla/labs/lab1.txt [moved from i386/ucla/labs/lab1.txt with 100% similarity]
i386/junos/ucla/labs/lab2.txt [moved from i386/ucla/labs/lab2.txt with 100% similarity]
i386/junos/ucla/labs/lab3.txt [moved from i386/ucla/labs/lab3.txt with 100% similarity]
i386/junos/ucla/labs/lab4.txt [moved from i386/ucla/labs/lab4.txt with 100% similarity]
i386/junos/ucla/labs/lab5.txt [moved from i386/ucla/labs/lab5.txt with 100% similarity]
i386/junos/ucla/labs/tools.txt [moved from i386/ucla/labs/tools.txt with 100% similarity]
i386/junos/ucla/src/lab1.tar.gz [moved from i386/ucla/src/lab1.tar.gz with 100% similarity]
i386/junos/ucla/src/lab1/.gdbinit [moved from i386/ucla/src/lab1/.gdbinit with 100% similarity]
i386/junos/ucla/src/lab1/.gdbinit.tmpl [moved from i386/ucla/src/lab1/.gdbinit.tmpl with 100% similarity]
i386/junos/ucla/src/lab1/CODING [moved from i386/ucla/src/lab1/CODING with 100% similarity]
i386/junos/ucla/src/lab1/GNUmakefile [moved from i386/ucla/src/lab1/GNUmakefile with 100% similarity]
i386/junos/ucla/src/lab1/boot/Makefrag [moved from i386/ucla/src/lab1/boot/Makefrag with 100% similarity]
i386/junos/ucla/src/lab1/boot/boot.S [moved from i386/ucla/src/lab1/boot/boot.S with 100% similarity]
i386/junos/ucla/src/lab1/boot/ldscript.ld [moved from i386/ucla/src/lab1/boot/ldscript.ld with 100% similarity]
i386/junos/ucla/src/lab1/boot/main.c [moved from i386/ucla/src/lab1/boot/main.c with 100% similarity]
i386/junos/ucla/src/lab1/boot/mkbootdisk.c [moved from i386/ucla/src/lab1/boot/mkbootdisk.c with 100% similarity]
i386/junos/ucla/src/lab1/conf/env.mk [moved from i386/MIT/course/src/src.lab/conf/env.mk with 100% similarity]
i386/junos/ucla/src/lab1/conf/lab.mk [moved from i386/ucla/src/lab1/conf/lab.mk with 100% similarity]
i386/junos/ucla/src/lab1/grade-functions.sh [moved from i386/ucla/src/lab1/grade-functions.sh with 100% similarity]
i386/junos/ucla/src/lab1/grade-lab1.sh [moved from i386/ucla/src/lab1/grade-lab1.sh with 100% similarity]
i386/junos/ucla/src/lab1/inc/COPYRIGHT [moved from i386/ucla/src/lab1/inc/COPYRIGHT with 100% similarity]
i386/junos/ucla/src/lab1/inc/assert.h [moved from i386/MIT/course/src/src.lab/inc/assert.h with 100% similarity]
i386/junos/ucla/src/lab1/inc/elf.h [moved from i386/MIT/course/src/src.lab/inc/elf.h with 100% similarity]
i386/junos/ucla/src/lab1/inc/error.h [moved from i386/ucla/src/lab1/inc/error.h with 100% similarity]
i386/junos/ucla/src/lab1/inc/kbdreg.h [moved from i386/MIT/course/src/src.lab/inc/kbdreg.h with 100% similarity]
i386/junos/ucla/src/lab1/inc/memlayout.h [moved from i386/ucla/src/lab1/inc/memlayout.h with 100% similarity]
i386/junos/ucla/src/lab1/inc/mmu.h [moved from i386/ucla/src/lab1/inc/mmu.h with 100% similarity]
i386/junos/ucla/src/lab1/inc/queue.h [moved from i386/ucla/src/lab1/inc/queue.h with 100% similarity]
i386/junos/ucla/src/lab1/inc/stab.h [moved from i386/MIT/course/src/src.lab/inc/stab.h with 100% similarity]
i386/junos/ucla/src/lab1/inc/stdarg.h [moved from i386/MIT/course/src/src.lab/inc/stdarg.h with 100% similarity]
i386/junos/ucla/src/lab1/inc/stdio.h [moved from i386/ucla/src/lab1/inc/stdio.h with 100% similarity]
i386/junos/ucla/src/lab1/inc/string.h [moved from i386/ucla/src/lab1/inc/string.h with 100% similarity]
i386/junos/ucla/src/lab1/inc/types.h [moved from i386/ucla/src/lab1/inc/types.h with 100% similarity]
i386/junos/ucla/src/lab1/inc/x86.h [moved from i386/ucla/src/lab1/inc/x86.h with 100% similarity]
i386/junos/ucla/src/lab1/kern/COPYRIGHT [moved from i386/ucla/src/lab1/kern/COPYRIGHT with 100% similarity]
i386/junos/ucla/src/lab1/kern/Makefrag [moved from i386/ucla/src/lab1/kern/Makefrag with 100% similarity]
i386/junos/ucla/src/lab1/kern/console.c [moved from i386/ucla/src/lab1/kern/console.c with 100% similarity]
i386/junos/ucla/src/lab1/kern/console.h [moved from i386/MIT/course/src/src.lab/kern/console.h with 100% similarity]
i386/junos/ucla/src/lab1/kern/entry.S [moved from i386/ucla/src/lab1/kern/entry.S with 100% similarity]
i386/junos/ucla/src/lab1/kern/init.c [moved from i386/ucla/src/lab1/kern/init.c with 100% similarity]
i386/junos/ucla/src/lab1/kern/kdebug.c [moved from i386/ucla/src/lab1/kern/kdebug.c with 100% similarity]
i386/junos/ucla/src/lab1/kern/kdebug.h [moved from i386/MIT/course/src/src.lab/kern/kdebug.h with 100% similarity]
i386/junos/ucla/src/lab1/kern/kernel.ld [moved from i386/ucla/src/lab1/kern/kernel.ld with 100% similarity]
i386/junos/ucla/src/lab1/kern/monitor.c [moved from i386/ucla/src/lab1/kern/monitor.c with 100% similarity]
i386/junos/ucla/src/lab1/kern/monitor.h [moved from i386/MIT/course/src/src.lab/kern/monitor.h with 100% similarity]
i386/junos/ucla/src/lab1/kern/printf.c [moved from i386/ucla/src/lab1/kern/printf.c with 100% similarity]
i386/junos/ucla/src/lab1/lib/cxx.c [moved from i386/ucla/src/lab1/lib/cxx.c with 100% similarity]
i386/junos/ucla/src/lab1/lib/printfmt.c [moved from i386/ucla/src/lab1/lib/printfmt.c with 100% similarity]
i386/junos/ucla/src/lab1/lib/readline.c [moved from i386/ucla/src/lab1/lib/readline.c with 100% similarity]
i386/junos/ucla/src/lab1/lib/string.c [moved from i386/ucla/src/lab1/lib/string.c with 100% similarity]
i386/junos/ucla/src/lab1/mergedep.pl [moved from i386/standford/2004/src/lab5/mergedep.pl with 100% similarity]
i386/junos/ucla/src/lab1/obj/.deps [moved from i386/ucla/src/lab1/obj/.deps with 100% similarity]
i386/junos/ucla/src/lab1/obj/boot/boot [moved from i386/ucla/src/lab1/obj/boot/boot with 100% similarity]
i386/junos/ucla/src/lab1/obj/boot/boot.asm [moved from i386/ucla/src/lab1/obj/boot/boot.asm with 100% similarity]
i386/junos/ucla/src/lab1/obj/boot/boot.o [moved from i386/ucla/src/lab1/obj/boot/boot.o with 100% similarity]
i386/junos/ucla/src/lab1/obj/boot/boot.out [moved from i386/ucla/src/lab1/obj/boot/boot.out with 100% similarity]
i386/junos/ucla/src/lab1/obj/boot/main.o [moved from i386/ucla/src/lab1/obj/boot/main.o with 100% similarity]
i386/junos/ucla/src/lab1/obj/kern/console.o [moved from i386/ucla/src/lab1/obj/kern/console.o with 100% similarity]
i386/junos/ucla/src/lab1/obj/kern/entry.o [moved from i386/ucla/src/lab1/obj/kern/entry.o with 100% similarity]
i386/junos/ucla/src/lab1/obj/kern/init.o [moved from i386/ucla/src/lab1/obj/kern/init.o with 100% similarity]
i386/junos/ucla/src/lab1/obj/kern/kdebug.o [moved from i386/ucla/src/lab1/obj/kern/kdebug.o with 100% similarity]
i386/junos/ucla/src/lab1/obj/kern/monitor.o [moved from i386/ucla/src/lab1/obj/kern/monitor.o with 100% similarity]
i386/junos/ucla/src/lab1/obj/kern/printf.o [moved from i386/ucla/src/lab1/obj/kern/printf.o with 100% similarity]
i386/junos/ucla/src/lab1/obj/kern/printfmt.o [moved from i386/ucla/src/lab1/obj/kern/printfmt.o with 100% similarity]
i386/junos/ucla/src/lab1/obj/kern/readline.o [moved from i386/ucla/src/lab1/obj/kern/readline.o with 100% similarity]
i386/junos/ucla/src/lab1/obj/kern/string.o [moved from i386/ucla/src/lab1/obj/kern/string.o with 100% similarity]
i386/junos/ucla/src/lab1/obj/kernel [moved from i386/ucla/src/lab1/obj/kernel with 100% similarity]
i386/junos/ucla/src/lab1/obj/kernel.asm [moved from i386/ucla/src/lab1/obj/kernel.asm with 100% similarity]
i386/junos/ucla/src/lab1/obj/kernel.img [moved from i386/ucla/src/lab1/obj/kernel.img with 100% similarity]
i386/junos/ucla/src/lab1/obj/kernel.sym [moved from i386/ucla/src/lab1/obj/kernel.sym with 100% similarity]
i386/junos/ucla/src/lab1/obj/mkbootdisk [moved from i386/ucla/src/lab1/obj/mkbootdisk with 100% similarity]
i386/junos/ucla/src/lab2.tar.gz [moved from i386/ucla/src/lab2.tar.gz with 100% similarity]
i386/junos/ucla/src/lab2/.gdbinit.tmpl [moved from i386/ucla/src/lab2/.gdbinit.tmpl with 100% similarity]
i386/junos/ucla/src/lab2/.gitignore [moved from i386/ucla/src/lab2/.gitignore with 100% similarity]
i386/junos/ucla/src/lab2/CODING [moved from i386/ucla/src/lab2/CODING with 100% similarity]
i386/junos/ucla/src/lab2/GNUmakefile [moved from i386/ucla/src/lab2/GNUmakefile with 100% similarity]
i386/junos/ucla/src/lab2/boot/Makefrag [moved from i386/ucla/src/lab2/boot/Makefrag with 100% similarity]
i386/junos/ucla/src/lab2/boot/boot.S [moved from i386/ucla/src/lab2/boot/boot.S with 100% similarity]
i386/junos/ucla/src/lab2/boot/main.c [moved from i386/ucla/src/lab2/boot/main.c with 100% similarity]
i386/junos/ucla/src/lab2/boot/mkbootdisk.c [moved from i386/ucla/src/lab2/boot/mkbootdisk.c with 100% similarity]
i386/junos/ucla/src/lab2/conf/env.mk [moved from i386/ucla/src/lab1/conf/env.mk with 100% similarity]
i386/junos/ucla/src/lab2/conf/lab.mk [moved from i386/ucla/src/lab2/conf/lab.mk with 100% similarity]
i386/junos/ucla/src/lab2/grade-functions.sh [moved from i386/ucla/src/lab2/grade-functions.sh with 100% similarity]
i386/junos/ucla/src/lab2/grade-lab1.sh [moved from i386/ucla/src/lab2/grade-lab1.sh with 100% similarity]
i386/junos/ucla/src/lab2/grade-lab2.sh [moved from i386/ucla/src/lab2/grade-lab2.sh with 100% similarity]
i386/junos/ucla/src/lab2/inc/COPYRIGHT [moved from i386/ucla/src/lab2/inc/COPYRIGHT with 100% similarity]
i386/junos/ucla/src/lab2/inc/assert.h [moved from i386/ucla/src/lab1/inc/assert.h with 100% similarity]
i386/junos/ucla/src/lab2/inc/elf.h [moved from i386/ucla/src/lab1/inc/elf.h with 100% similarity]
i386/junos/ucla/src/lab2/inc/env.h [moved from i386/ucla/src/lab2/inc/env.h with 100% similarity]
i386/junos/ucla/src/lab2/inc/error.h [moved from i386/ucla/src/lab2/inc/error.h with 100% similarity]
i386/junos/ucla/src/lab2/inc/kbdreg.h [moved from i386/ucla/src/lab1/inc/kbdreg.h with 100% similarity]
i386/junos/ucla/src/lab2/inc/memlayout.h [moved from i386/ucla/src/lab2/inc/memlayout.h with 100% similarity]
i386/junos/ucla/src/lab2/inc/mmu.h [moved from i386/ucla/src/lab2/inc/mmu.h with 100% similarity]
i386/junos/ucla/src/lab2/inc/queue.h [moved from i386/ucla/src/lab2/inc/queue.h with 100% similarity]
i386/junos/ucla/src/lab2/inc/stab.h [moved from i386/ucla/src/lab1/inc/stab.h with 100% similarity]
i386/junos/ucla/src/lab2/inc/stdarg.h [moved from i386/ucla/src/lab1/inc/stdarg.h with 100% similarity]
i386/junos/ucla/src/lab2/inc/stdio.h [moved from i386/ucla/src/lab2/inc/stdio.h with 100% similarity]
i386/junos/ucla/src/lab2/inc/string.h [moved from i386/ucla/src/lab2/inc/string.h with 100% similarity]
i386/junos/ucla/src/lab2/inc/trap.h [moved from i386/ucla/src/lab2/inc/trap.h with 100% similarity]
i386/junos/ucla/src/lab2/inc/types.h [moved from i386/ucla/src/lab2/inc/types.h with 100% similarity]
i386/junos/ucla/src/lab2/inc/x86.h [moved from i386/ucla/src/lab2/inc/x86.h with 100% similarity]
i386/junos/ucla/src/lab2/kern/COPYRIGHT [moved from i386/ucla/src/lab2/kern/COPYRIGHT with 100% similarity]
i386/junos/ucla/src/lab2/kern/Makefrag [moved from i386/ucla/src/lab2/kern/Makefrag with 100% similarity]
i386/junos/ucla/src/lab2/kern/console.c [moved from i386/ucla/src/lab2/kern/console.c with 100% similarity]
i386/junos/ucla/src/lab2/kern/console.h [moved from i386/ucla/src/lab1/kern/console.h with 100% similarity]
i386/junos/ucla/src/lab2/kern/entry.S [moved from i386/ucla/src/lab2/kern/entry.S with 100% similarity]
i386/junos/ucla/src/lab2/kern/init.c [moved from i386/ucla/src/lab2/kern/init.c with 100% similarity]
i386/junos/ucla/src/lab2/kern/kclock.c [moved from i386/ucla/src/lab2/kern/kclock.c with 100% similarity]
i386/junos/ucla/src/lab2/kern/kclock.h [moved from i386/ucla/src/lab2/kern/kclock.h with 100% similarity]
i386/junos/ucla/src/lab2/kern/kdebug.c [moved from i386/ucla/src/lab2/kern/kdebug.c with 100% similarity]
i386/junos/ucla/src/lab2/kern/kdebug.h [moved from i386/ucla/src/lab1/kern/kdebug.h with 100% similarity]
i386/junos/ucla/src/lab2/kern/kernel.ld [moved from i386/ucla/src/lab2/kern/kernel.ld with 100% similarity]
i386/junos/ucla/src/lab2/kern/monitor.c [moved from i386/ucla/src/lab2/kern/monitor.c with 100% similarity]
i386/junos/ucla/src/lab2/kern/monitor.h [moved from i386/ucla/src/lab1/kern/monitor.h with 100% similarity]
i386/junos/ucla/src/lab2/kern/pmap.c [moved from i386/ucla/src/lab2/kern/pmap.c with 100% similarity]
i386/junos/ucla/src/lab2/kern/pmap.h [moved from i386/ucla/src/lab2/kern/pmap.h with 100% similarity]
i386/junos/ucla/src/lab2/kern/printf.c [moved from i386/ucla/src/lab2/kern/printf.c with 100% similarity]
i386/junos/ucla/src/lab2/kern/trap.c [moved from i386/ucla/src/lab2/kern/trap.c with 100% similarity]
i386/junos/ucla/src/lab2/kern/trap.h [moved from i386/ucla/src/lab2/kern/trap.h with 100% similarity]
i386/junos/ucla/src/lab2/kern/trapentry.S [moved from i386/ucla/src/lab2/kern/trapentry.S with 100% similarity]
i386/junos/ucla/src/lab2/lib/cxx.c [moved from i386/ucla/src/lab2/lib/cxx.c with 100% similarity]
i386/junos/ucla/src/lab2/lib/printfmt.c [moved from i386/ucla/src/lab2/lib/printfmt.c with 100% similarity]
i386/junos/ucla/src/lab2/lib/readline.c [moved from i386/ucla/src/lab2/lib/readline.c with 100% similarity]
i386/junos/ucla/src/lab2/lib/string.c [moved from i386/ucla/src/lab2/lib/string.c with 100% similarity]
i386/junos/ucla/src/lab2/mergedep.pl [moved from i386/ucla/src/lab1/mergedep.pl with 100% similarity]
i386/junos/ucla/src/lab3.tar.gz [moved from i386/ucla/src/lab3.tar.gz with 100% similarity]
i386/junos/ucla/src/lab3/.gdbinit.tmpl [moved from i386/ucla/src/lab3/.gdbinit.tmpl with 100% similarity]
i386/junos/ucla/src/lab3/.gitignore [moved from i386/ucla/src/lab3/.gitignore with 100% similarity]
i386/junos/ucla/src/lab3/CODING [moved from i386/ucla/src/lab3/CODING with 100% similarity]
i386/junos/ucla/src/lab3/GNUmakefile [moved from i386/ucla/src/lab3/GNUmakefile with 100% similarity]
i386/junos/ucla/src/lab3/boot/Makefrag [moved from i386/ucla/src/lab3/boot/Makefrag with 100% similarity]
i386/junos/ucla/src/lab3/boot/boot.S [moved from i386/ucla/src/lab3/boot/boot.S with 100% similarity]
i386/junos/ucla/src/lab3/boot/main.c [moved from i386/ucla/src/lab3/boot/main.c with 100% similarity]
i386/junos/ucla/src/lab3/boot/mkbootdisk.c [moved from i386/ucla/src/lab3/boot/mkbootdisk.c with 100% similarity]
i386/junos/ucla/src/lab3/conf/env.mk [moved from i386/ucla/src/lab2/conf/env.mk with 100% similarity]
i386/junos/ucla/src/lab3/conf/lab.mk [moved from i386/ucla/src/lab3/conf/lab.mk with 100% similarity]
i386/junos/ucla/src/lab3/grade-functions.sh [moved from i386/ucla/src/lab3/grade-functions.sh with 100% similarity]
i386/junos/ucla/src/lab3/grade-lab1.sh [moved from i386/ucla/src/lab3/grade-lab1.sh with 100% similarity]
i386/junos/ucla/src/lab3/grade-lab2.sh [moved from i386/ucla/src/lab3/grade-lab2.sh with 100% similarity]
i386/junos/ucla/src/lab3/grade-lab3.sh [moved from i386/ucla/src/lab3/grade-lab3.sh with 100% similarity]
i386/junos/ucla/src/lab3/inc/COPYRIGHT [moved from i386/ucla/src/lab3/inc/COPYRIGHT with 100% similarity]
i386/junos/ucla/src/lab3/inc/assert.h [moved from i386/ucla/src/lab2/inc/assert.h with 100% similarity]
i386/junos/ucla/src/lab3/inc/elf.h [moved from i386/ucla/src/lab2/inc/elf.h with 100% similarity]
i386/junos/ucla/src/lab3/inc/env.h [moved from i386/ucla/src/lab3/inc/env.h with 100% similarity]
i386/junos/ucla/src/lab3/inc/error.h [moved from i386/ucla/src/lab3/inc/error.h with 100% similarity]
i386/junos/ucla/src/lab3/inc/kbdreg.h [moved from i386/ucla/src/lab2/inc/kbdreg.h with 100% similarity]
i386/junos/ucla/src/lab3/inc/lib.h [moved from i386/ucla/src/lab3/inc/lib.h with 100% similarity]
i386/junos/ucla/src/lab3/inc/memlayout.h [moved from i386/ucla/src/lab3/inc/memlayout.h with 100% similarity]
i386/junos/ucla/src/lab3/inc/mmu.h [moved from i386/ucla/src/lab3/inc/mmu.h with 100% similarity]
i386/junos/ucla/src/lab3/inc/queue.h [moved from i386/ucla/src/lab3/inc/queue.h with 100% similarity]
i386/junos/ucla/src/lab3/inc/stab.h [moved from i386/ucla/src/lab2/inc/stab.h with 100% similarity]
i386/junos/ucla/src/lab3/inc/stdarg.h [moved from i386/ucla/src/lab2/inc/stdarg.h with 100% similarity]
i386/junos/ucla/src/lab3/inc/stdio.h [moved from i386/ucla/src/lab3/inc/stdio.h with 100% similarity]
i386/junos/ucla/src/lab3/inc/string.h [moved from i386/ucla/src/lab3/inc/string.h with 100% similarity]
i386/junos/ucla/src/lab3/inc/syscall.h [moved from i386/ucla/src/lab3/inc/syscall.h with 100% similarity]
i386/junos/ucla/src/lab3/inc/trap.h [moved from i386/ucla/src/lab3/inc/trap.h with 100% similarity]
i386/junos/ucla/src/lab3/inc/types.h [moved from i386/ucla/src/lab3/inc/types.h with 100% similarity]
i386/junos/ucla/src/lab3/inc/x86.h [moved from i386/ucla/src/lab3/inc/x86.h with 100% similarity]
i386/junos/ucla/src/lab3/kern/COPYRIGHT [moved from i386/ucla/src/lab3/kern/COPYRIGHT with 100% similarity]
i386/junos/ucla/src/lab3/kern/Makefrag [moved from i386/ucla/src/lab3/kern/Makefrag with 100% similarity]
i386/junos/ucla/src/lab3/kern/console.c [moved from i386/ucla/src/lab3/kern/console.c with 100% similarity]
i386/junos/ucla/src/lab3/kern/console.h [moved from i386/ucla/src/lab2/kern/console.h with 100% similarity]
i386/junos/ucla/src/lab3/kern/entry.S [moved from i386/ucla/src/lab3/kern/entry.S with 100% similarity]
i386/junos/ucla/src/lab3/kern/env.c [moved from i386/ucla/src/lab3/kern/env.c with 100% similarity]
i386/junos/ucla/src/lab3/kern/env.h [moved from i386/ucla/src/lab3/kern/env.h with 100% similarity]
i386/junos/ucla/src/lab3/kern/init.c [moved from i386/ucla/src/lab3/kern/init.c with 100% similarity]
i386/junos/ucla/src/lab3/kern/kclock.c [moved from i386/ucla/src/lab3/kern/kclock.c with 100% similarity]
i386/junos/ucla/src/lab3/kern/kclock.h [moved from i386/ucla/src/lab3/kern/kclock.h with 100% similarity]
i386/junos/ucla/src/lab3/kern/kdebug.c [moved from i386/ucla/src/lab3/kern/kdebug.c with 100% similarity]
i386/junos/ucla/src/lab3/kern/kdebug.h [moved from i386/ucla/src/lab2/kern/kdebug.h with 100% similarity]
i386/junos/ucla/src/lab3/kern/kernel.ld [moved from i386/ucla/src/lab3/kern/kernel.ld with 100% similarity]
i386/junos/ucla/src/lab3/kern/monitor.c [moved from i386/ucla/src/lab3/kern/monitor.c with 100% similarity]
i386/junos/ucla/src/lab3/kern/monitor.h [moved from i386/ucla/src/lab2/kern/monitor.h with 100% similarity]
i386/junos/ucla/src/lab3/kern/pmap.c [moved from i386/ucla/src/lab3/kern/pmap.c with 100% similarity]
i386/junos/ucla/src/lab3/kern/pmap.h [moved from i386/ucla/src/lab3/kern/pmap.h with 100% similarity]
i386/junos/ucla/src/lab3/kern/printf.c [moved from i386/ucla/src/lab3/kern/printf.c with 100% similarity]
i386/junos/ucla/src/lab3/kern/sched.c [moved from i386/ucla/src/lab3/kern/sched.c with 100% similarity]
i386/junos/ucla/src/lab3/kern/sched.h [moved from i386/MIT/course/src/src.lab/kern/sched.h with 100% similarity]
i386/junos/ucla/src/lab3/kern/syscall.c [moved from i386/ucla/src/lab3/kern/syscall.c with 100% similarity]
i386/junos/ucla/src/lab3/kern/syscall.h [moved from i386/MIT/course/src/src.lab/kern/syscall.h with 100% similarity]
i386/junos/ucla/src/lab3/kern/trap.c [moved from i386/ucla/src/lab3/kern/trap.c with 100% similarity]
i386/junos/ucla/src/lab3/kern/trap.h [moved from i386/ucla/src/lab3/kern/trap.h with 100% similarity]
i386/junos/ucla/src/lab3/kern/trapentry.S [moved from i386/ucla/src/lab3/kern/trapentry.S with 100% similarity]
i386/junos/ucla/src/lab3/lib/Makefrag [moved from i386/ucla/src/lab3/lib/Makefrag with 100% similarity]
i386/junos/ucla/src/lab3/lib/console.c [moved from i386/ucla/src/lab3/lib/console.c with 100% similarity]
i386/junos/ucla/src/lab3/lib/cxx.c [moved from i386/ucla/src/lab3/lib/cxx.c with 100% similarity]
i386/junos/ucla/src/lab3/lib/entry.S [moved from i386/ucla/src/lab3/lib/entry.S with 100% similarity]
i386/junos/ucla/src/lab3/lib/exit.c [moved from i386/ucla/src/lab3/lib/exit.c with 100% similarity]
i386/junos/ucla/src/lab3/lib/libmain.c [moved from i386/ucla/src/lab3/lib/libmain.c with 100% similarity]
i386/junos/ucla/src/lab3/lib/panic.c [moved from i386/ucla/src/lab3/lib/panic.c with 100% similarity]
i386/junos/ucla/src/lab3/lib/printf.c [moved from i386/ucla/src/lab3/lib/printf.c with 100% similarity]
i386/junos/ucla/src/lab3/lib/printfmt.c [moved from i386/ucla/src/lab3/lib/printfmt.c with 100% similarity]
i386/junos/ucla/src/lab3/lib/readline.c [moved from i386/ucla/src/lab3/lib/readline.c with 100% similarity]
i386/junos/ucla/src/lab3/lib/string.c [moved from i386/ucla/src/lab3/lib/string.c with 100% similarity]
i386/junos/ucla/src/lab3/lib/syscall.c [moved from i386/ucla/src/lab3/lib/syscall.c with 100% similarity]
i386/junos/ucla/src/lab3/mergedep.pl [moved from i386/ucla/src/lab2/mergedep.pl with 100% similarity]
i386/junos/ucla/src/lab3/user/Makefrag [moved from i386/ucla/src/lab3/user/Makefrag with 100% similarity]
i386/junos/ucla/src/lab3/user/badsegment.c [moved from i386/ucla/src/lab3/user/badsegment.c with 100% similarity]
i386/junos/ucla/src/lab3/user/breakpoint.c [moved from i386/ucla/src/lab3/user/breakpoint.c with 100% similarity]
i386/junos/ucla/src/lab3/user/buggyhello.c [moved from i386/ucla/src/lab3/user/buggyhello.c with 100% similarity]
i386/junos/ucla/src/lab3/user/buggyhello2.c [moved from i386/ucla/src/lab3/user/buggyhello2.c with 100% similarity]
i386/junos/ucla/src/lab3/user/divzero.c [moved from i386/ucla/src/lab3/user/divzero.c with 100% similarity]
i386/junos/ucla/src/lab3/user/dumbfork.c [moved from i386/ucla/src/lab3/user/dumbfork.c with 100% similarity]
i386/junos/ucla/src/lab3/user/evilbreakpoint.c [moved from i386/ucla/src/lab3/user/evilbreakpoint.c with 100% similarity]
i386/junos/ucla/src/lab3/user/evilhello.c [moved from i386/ucla/src/lab3/user/evilhello.c with 100% similarity]
i386/junos/ucla/src/lab3/user/exit.c [moved from i386/ucla/src/lab3/user/exit.c with 100% similarity]
i386/junos/ucla/src/lab3/user/faultread.c [moved from i386/ucla/src/lab3/user/faultread.c with 100% similarity]
i386/junos/ucla/src/lab3/user/faultreadkernel.c [moved from i386/ucla/src/lab3/user/faultreadkernel.c with 100% similarity]
i386/junos/ucla/src/lab3/user/faultwrite.c [moved from i386/ucla/src/lab3/user/faultwrite.c with 100% similarity]
i386/junos/ucla/src/lab3/user/faultwritekernel.c [moved from i386/ucla/src/lab3/user/faultwritekernel.c with 100% similarity]
i386/junos/ucla/src/lab3/user/hello.c [moved from i386/ucla/src/lab3/user/hello.c with 100% similarity]
i386/junos/ucla/src/lab3/user/softint.c [moved from i386/ucla/src/lab3/user/softint.c with 100% similarity]
i386/junos/ucla/src/lab3/user/testbss.c [moved from i386/ucla/src/lab3/user/testbss.c with 100% similarity]
i386/junos/ucla/src/lab3/user/user.ld [moved from i386/ucla/src/lab3/user/user.ld with 100% similarity]
i386/junos/ucla/src/lab3/user/yield.c [moved from i386/ucla/src/lab3/user/yield.c with 100% similarity]
i386/junos/ucla/src/lab4.tar.gz [moved from i386/ucla/src/lab4.tar.gz with 100% similarity]
i386/junos/ucla/src/lab4/.gdbinit.tmpl [moved from i386/ucla/src/lab4/.gdbinit.tmpl with 100% similarity]
i386/junos/ucla/src/lab4/.gitignore [moved from i386/ucla/src/lab4/.gitignore with 100% similarity]
i386/junos/ucla/src/lab4/CODING [moved from i386/ucla/src/lab4/CODING with 100% similarity]
i386/junos/ucla/src/lab4/GNUmakefile [moved from i386/ucla/src/lab4/GNUmakefile with 100% similarity]
i386/junos/ucla/src/lab4/boot/Makefrag [moved from i386/ucla/src/lab4/boot/Makefrag with 100% similarity]
i386/junos/ucla/src/lab4/boot/boot.S [moved from i386/ucla/src/lab4/boot/boot.S with 100% similarity]
i386/junos/ucla/src/lab4/boot/main.c [moved from i386/ucla/src/lab4/boot/main.c with 100% similarity]
i386/junos/ucla/src/lab4/boot/mkbootdisk.c [moved from i386/ucla/src/lab4/boot/mkbootdisk.c with 100% similarity]
i386/junos/ucla/src/lab4/conf/env.mk [moved from i386/ucla/src/lab3/conf/env.mk with 100% similarity]
i386/junos/ucla/src/lab4/conf/lab.mk [moved from i386/ucla/src/lab4/conf/lab.mk with 100% similarity]
i386/junos/ucla/src/lab4/grade-functions.sh [moved from i386/ucla/src/lab4/grade-functions.sh with 100% similarity]
i386/junos/ucla/src/lab4/grade-lab1.sh [moved from i386/ucla/src/lab4/grade-lab1.sh with 100% similarity]
i386/junos/ucla/src/lab4/grade-lab2.sh [moved from i386/ucla/src/lab4/grade-lab2.sh with 100% similarity]
i386/junos/ucla/src/lab4/grade-lab3.sh [moved from i386/ucla/src/lab4/grade-lab3.sh with 100% similarity]
i386/junos/ucla/src/lab4/grade-lab4.sh [moved from i386/ucla/src/lab4/grade-lab4.sh with 100% similarity]
i386/junos/ucla/src/lab4/inc/COPYRIGHT [moved from i386/ucla/src/lab4/inc/COPYRIGHT with 100% similarity]
i386/junos/ucla/src/lab4/inc/assert.h [moved from i386/ucla/src/lab3/inc/assert.h with 100% similarity]
i386/junos/ucla/src/lab4/inc/elf.h [moved from i386/ucla/src/lab3/inc/elf.h with 100% similarity]
i386/junos/ucla/src/lab4/inc/env.h [moved from i386/ucla/src/lab4/inc/env.h with 100% similarity]
i386/junos/ucla/src/lab4/inc/error.h [moved from i386/ucla/src/lab4/inc/error.h with 100% similarity]
i386/junos/ucla/src/lab4/inc/isareg.h [moved from i386/ucla/src/lab4/inc/isareg.h with 100% similarity]
i386/junos/ucla/src/lab4/inc/kbdreg.h [moved from i386/ucla/src/lab3/inc/kbdreg.h with 100% similarity]
i386/junos/ucla/src/lab4/inc/lib.h [moved from i386/ucla/src/lab4/inc/lib.h with 100% similarity]
i386/junos/ucla/src/lab4/inc/memlayout.h [moved from i386/ucla/src/lab4/inc/memlayout.h with 100% similarity]
i386/junos/ucla/src/lab4/inc/mmu.h [moved from i386/ucla/src/lab4/inc/mmu.h with 100% similarity]
i386/junos/ucla/src/lab4/inc/queue.h [moved from i386/ucla/src/lab4/inc/queue.h with 100% similarity]
i386/junos/ucla/src/lab4/inc/stab.h [moved from i386/ucla/src/lab3/inc/stab.h with 100% similarity]
i386/junos/ucla/src/lab4/inc/stdarg.h [moved from i386/ucla/src/lab3/inc/stdarg.h with 100% similarity]
i386/junos/ucla/src/lab4/inc/stdio.h [moved from i386/ucla/src/lab4/inc/stdio.h with 100% similarity]
i386/junos/ucla/src/lab4/inc/string.h [moved from i386/ucla/src/lab4/inc/string.h with 100% similarity]
i386/junos/ucla/src/lab4/inc/syscall.h [moved from i386/ucla/src/lab4/inc/syscall.h with 100% similarity]
i386/junos/ucla/src/lab4/inc/timerreg.h [moved from i386/ucla/src/lab4/inc/timerreg.h with 100% similarity]
i386/junos/ucla/src/lab4/inc/trap.h [moved from i386/ucla/src/lab4/inc/trap.h with 100% similarity]
i386/junos/ucla/src/lab4/inc/types.h [moved from i386/ucla/src/lab4/inc/types.h with 100% similarity]
i386/junos/ucla/src/lab4/inc/x86.h [moved from i386/ucla/src/lab4/inc/x86.h with 100% similarity]
i386/junos/ucla/src/lab4/kern/COPYRIGHT [moved from i386/ucla/src/lab4/kern/COPYRIGHT with 100% similarity]
i386/junos/ucla/src/lab4/kern/Makefrag [moved from i386/ucla/src/lab4/kern/Makefrag with 100% similarity]
i386/junos/ucla/src/lab4/kern/console.c [moved from i386/ucla/src/lab4/kern/console.c with 100% similarity]
i386/junos/ucla/src/lab4/kern/console.h [moved from i386/ucla/src/lab3/kern/console.h with 100% similarity]
i386/junos/ucla/src/lab4/kern/entry.S [moved from i386/ucla/src/lab4/kern/entry.S with 100% similarity]
i386/junos/ucla/src/lab4/kern/env.c [moved from i386/ucla/src/lab4/kern/env.c with 100% similarity]
i386/junos/ucla/src/lab4/kern/env.h [moved from i386/ucla/src/lab4/kern/env.h with 100% similarity]
i386/junos/ucla/src/lab4/kern/init.c [moved from i386/ucla/src/lab4/kern/init.c with 100% similarity]
i386/junos/ucla/src/lab4/kern/kclock.c [moved from i386/ucla/src/lab4/kern/kclock.c with 100% similarity]
i386/junos/ucla/src/lab4/kern/kclock.h [moved from i386/ucla/src/lab4/kern/kclock.h with 100% similarity]
i386/junos/ucla/src/lab4/kern/kdebug.c [moved from i386/ucla/src/lab4/kern/kdebug.c with 100% similarity]
i386/junos/ucla/src/lab4/kern/kdebug.h [moved from i386/ucla/src/lab3/kern/kdebug.h with 100% similarity]
i386/junos/ucla/src/lab4/kern/kernel.ld [moved from i386/ucla/src/lab4/kern/kernel.ld with 100% similarity]
i386/junos/ucla/src/lab4/kern/monitor.c [moved from i386/ucla/src/lab4/kern/monitor.c with 100% similarity]
i386/junos/ucla/src/lab4/kern/monitor.h [moved from i386/ucla/src/lab3/kern/monitor.h with 100% similarity]
i386/junos/ucla/src/lab4/kern/picirq.c [moved from i386/ucla/src/lab4/kern/picirq.c with 100% similarity]
i386/junos/ucla/src/lab4/kern/picirq.h [moved from i386/ucla/src/lab4/kern/picirq.h with 100% similarity]
i386/junos/ucla/src/lab4/kern/pmap.c [moved from i386/ucla/src/lab4/kern/pmap.c with 100% similarity]
i386/junos/ucla/src/lab4/kern/pmap.h [moved from i386/ucla/src/lab4/kern/pmap.h with 100% similarity]
i386/junos/ucla/src/lab4/kern/printf.c [moved from i386/ucla/src/lab4/kern/printf.c with 100% similarity]
i386/junos/ucla/src/lab4/kern/programs.h [moved from i386/ucla/src/lab4/kern/programs.h with 100% similarity]
i386/junos/ucla/src/lab4/kern/sched.c [moved from i386/ucla/src/lab4/kern/sched.c with 100% similarity]
i386/junos/ucla/src/lab4/kern/sched.h [moved from i386/ucla/src/lab3/kern/sched.h with 100% similarity]
i386/junos/ucla/src/lab4/kern/syscall.c [moved from i386/ucla/src/lab4/kern/syscall.c with 100% similarity]
i386/junos/ucla/src/lab4/kern/syscall.h [moved from i386/ucla/src/lab3/kern/syscall.h with 100% similarity]
i386/junos/ucla/src/lab4/kern/trap.c [moved from i386/ucla/src/lab4/kern/trap.c with 100% similarity]
i386/junos/ucla/src/lab4/kern/trap.h [moved from i386/ucla/src/lab4/kern/trap.h with 100% similarity]
i386/junos/ucla/src/lab4/kern/trapentry.S [moved from i386/ucla/src/lab4/kern/trapentry.S with 100% similarity]
i386/junos/ucla/src/lab4/lib/Makefrag [moved from i386/ucla/src/lab4/lib/Makefrag with 100% similarity]
i386/junos/ucla/src/lab4/lib/console.c [moved from i386/ucla/src/lab4/lib/console.c with 100% similarity]
i386/junos/ucla/src/lab4/lib/cxx.c [moved from i386/ucla/src/lab4/lib/cxx.c with 100% similarity]
i386/junos/ucla/src/lab4/lib/dumbfork.c [moved from i386/ucla/src/lab4/lib/dumbfork.c with 100% similarity]
i386/junos/ucla/src/lab4/lib/entry.S [moved from i386/ucla/src/lab4/lib/entry.S with 100% similarity]
i386/junos/ucla/src/lab4/lib/exit.c [moved from i386/ucla/src/lab4/lib/exit.c with 100% similarity]
i386/junos/ucla/src/lab4/lib/fork.c [moved from i386/ucla/src/lab4/lib/fork.c with 100% similarity]
i386/junos/ucla/src/lab4/lib/ipc.c [moved from i386/ucla/src/lab4/lib/ipc.c with 100% similarity]
i386/junos/ucla/src/lab4/lib/libmain.c [moved from i386/ucla/src/lab4/lib/libmain.c with 100% similarity]
i386/junos/ucla/src/lab4/lib/panic.c [moved from i386/ucla/src/lab4/lib/panic.c with 100% similarity]
i386/junos/ucla/src/lab4/lib/pfentry.S [moved from i386/ucla/src/lab4/lib/pfentry.S with 100% similarity]
i386/junos/ucla/src/lab4/lib/pgfault.c [moved from i386/ucla/src/lab4/lib/pgfault.c with 100% similarity]
i386/junos/ucla/src/lab4/lib/printf.c [moved from i386/ucla/src/lab4/lib/printf.c with 100% similarity]
i386/junos/ucla/src/lab4/lib/printfmt.c [moved from i386/ucla/src/lab4/lib/printfmt.c with 100% similarity]
i386/junos/ucla/src/lab4/lib/readline.c [moved from i386/ucla/src/lab4/lib/readline.c with 100% similarity]
i386/junos/ucla/src/lab4/lib/spawn.c [moved from i386/ucla/src/lab4/lib/spawn.c with 100% similarity]
i386/junos/ucla/src/lab4/lib/string.c [moved from i386/ucla/src/lab4/lib/string.c with 100% similarity]
i386/junos/ucla/src/lab4/lib/syscall.c [moved from i386/ucla/src/lab4/lib/syscall.c with 100% similarity]
i386/junos/ucla/src/lab4/mergedep.pl [moved from i386/ucla/src/lab3/mergedep.pl with 100% similarity]
i386/junos/ucla/src/lab4/user/Makefrag [moved from i386/ucla/src/lab4/user/Makefrag with 100% similarity]
i386/junos/ucla/src/lab4/user/badsegment.c [moved from i386/ucla/src/lab4/user/badsegment.c with 100% similarity]
i386/junos/ucla/src/lab4/user/breakpoint.c [moved from i386/ucla/src/lab4/user/breakpoint.c with 100% similarity]
i386/junos/ucla/src/lab4/user/buggyhello.c [moved from i386/ucla/src/lab4/user/buggyhello.c with 100% similarity]
i386/junos/ucla/src/lab4/user/divzero.c [moved from i386/ucla/src/lab4/user/divzero.c with 100% similarity]
i386/junos/ucla/src/lab4/user/dumbfork.c [moved from i386/ucla/src/lab4/user/dumbfork.c with 100% similarity]
i386/junos/ucla/src/lab4/user/evilbreakpoint.c [moved from i386/ucla/src/lab4/user/evilbreakpoint.c with 100% similarity]
i386/junos/ucla/src/lab4/user/evilhello.c [moved from i386/ucla/src/lab4/user/evilhello.c with 100% similarity]
i386/junos/ucla/src/lab4/user/evilsettrapframe.c [moved from i386/ucla/src/lab4/user/evilsettrapframe.c with 100% similarity]
i386/junos/ucla/src/lab4/user/exit.c [moved from i386/ucla/src/lab4/user/exit.c with 100% similarity]
i386/junos/ucla/src/lab4/user/fairness.c [moved from i386/ucla/src/lab4/user/fairness.c with 100% similarity]
i386/junos/ucla/src/lab4/user/faultalloc.c [moved from i386/ucla/src/lab4/user/faultalloc.c with 100% similarity]
i386/junos/ucla/src/lab4/user/faultallocbad.c [moved from i386/ucla/src/lab4/user/faultallocbad.c with 100% similarity]
i386/junos/ucla/src/lab4/user/faultbadhandler.c [moved from i386/ucla/src/lab4/user/faultbadhandler.c with 100% similarity]
i386/junos/ucla/src/lab4/user/faultdie.c [moved from i386/ucla/src/lab4/user/faultdie.c with 100% similarity]
i386/junos/ucla/src/lab4/user/faultevilhandler.c [moved from i386/ucla/src/lab4/user/faultevilhandler.c with 100% similarity]
i386/junos/ucla/src/lab4/user/faultnostack.c [moved from i386/ucla/src/lab4/user/faultnostack.c with 100% similarity]
i386/junos/ucla/src/lab4/user/faultread.c [moved from i386/ucla/src/lab4/user/faultread.c with 100% similarity]
i386/junos/ucla/src/lab4/user/faultreadkernel.c [moved from i386/ucla/src/lab4/user/faultreadkernel.c with 100% similarity]
i386/junos/ucla/src/lab4/user/faultregs.c [moved from i386/ucla/src/lab4/user/faultregs.c with 100% similarity]
i386/junos/ucla/src/lab4/user/faultwrite.c [moved from i386/ucla/src/lab4/user/faultwrite.c with 100% similarity]
i386/junos/ucla/src/lab4/user/faultwritekernel.c [moved from i386/ucla/src/lab4/user/faultwritekernel.c with 100% similarity]
i386/junos/ucla/src/lab4/user/forktree.c [moved from i386/ucla/src/lab4/user/forktree.c with 100% similarity]
i386/junos/ucla/src/lab4/user/hello.c [moved from i386/ucla/src/lab4/user/hello.c with 100% similarity]
i386/junos/ucla/src/lab4/user/idle.c [moved from i386/ucla/src/lab4/user/idle.c with 100% similarity]
i386/junos/ucla/src/lab4/user/init.c [moved from i386/ucla/src/lab4/user/init.c with 100% similarity]
i386/junos/ucla/src/lab4/user/pingpong.c [moved from i386/ucla/src/lab4/user/pingpong.c with 100% similarity]
i386/junos/ucla/src/lab4/user/pingpongs.c [moved from i386/ucla/src/lab4/user/pingpongs.c with 100% similarity]
i386/junos/ucla/src/lab4/user/primes.c [moved from i386/ucla/src/lab4/user/primes.c with 100% similarity]
i386/junos/ucla/src/lab4/user/programread.c [moved from i386/ucla/src/lab4/user/programread.c with 100% similarity]
i386/junos/ucla/src/lab4/user/readonlytext.c [moved from i386/ucla/src/lab4/user/readonlytext.c with 100% similarity]
i386/junos/ucla/src/lab4/user/settrapframe.c [moved from i386/ucla/src/lab4/user/settrapframe.c with 100% similarity]
i386/junos/ucla/src/lab4/user/softint.c [moved from i386/ucla/src/lab4/user/softint.c with 100% similarity]
i386/junos/ucla/src/lab4/user/spawnhello.c [moved from i386/ucla/src/lab4/user/spawnhello.c with 100% similarity]
i386/junos/ucla/src/lab4/user/spawninit.c [moved from i386/ucla/src/lab4/user/spawninit.c with 100% similarity]
i386/junos/ucla/src/lab4/user/spawnreadonlytext.c [moved from i386/ucla/src/lab4/user/spawnreadonlytext.c with 100% similarity]
i386/junos/ucla/src/lab4/user/spin.c [moved from i386/ucla/src/lab4/user/spin.c with 100% similarity]
i386/junos/ucla/src/lab4/user/testargs.c [moved from i386/ucla/src/lab4/user/testargs.c with 100% similarity]
i386/junos/ucla/src/lab4/user/testbss.c [moved from i386/ucla/src/lab4/user/testbss.c with 100% similarity]
i386/junos/ucla/src/lab4/user/user.ld [moved from i386/ucla/src/lab4/user/user.ld with 100% similarity]
i386/junos/ucla/src/lab4/user/yield.c [moved from i386/ucla/src/lab4/user/yield.c with 100% similarity]
i386/junos/ucla/src/lab5.tar.gz [moved from i386/ucla/src/lab5.tar.gz with 100% similarity]
i386/junos/ucla/src/lab5/.gdbinit.tmpl [moved from i386/ucla/src/lab5/.gdbinit.tmpl with 100% similarity]
i386/junos/ucla/src/lab5/.gitignore [moved from i386/ucla/src/lab5/.gitignore with 100% similarity]
i386/junos/ucla/src/lab5/CODING [moved from i386/ucla/src/lab5/CODING with 100% similarity]
i386/junos/ucla/src/lab5/GNUmakefile [moved from i386/ucla/src/lab5/GNUmakefile with 100% similarity]
i386/junos/ucla/src/lab5/boot/Makefrag [moved from i386/ucla/src/lab5/boot/Makefrag with 100% similarity]
i386/junos/ucla/src/lab5/boot/boot.S [moved from i386/ucla/src/lab5/boot/boot.S with 100% similarity]
i386/junos/ucla/src/lab5/boot/main.c [moved from i386/ucla/src/lab5/boot/main.c with 100% similarity]
i386/junos/ucla/src/lab5/boot/mkbootdisk.c [moved from i386/ucla/src/lab5/boot/mkbootdisk.c with 100% similarity]
i386/junos/ucla/src/lab5/conf/env.mk [moved from i386/ucla/src/lab4/conf/env.mk with 100% similarity]
i386/junos/ucla/src/lab5/conf/lab.mk [moved from i386/ucla/src/lab5/conf/lab.mk with 100% similarity]
i386/junos/ucla/src/lab5/fs/Makefrag [moved from i386/ucla/src/lab5/fs/Makefrag with 100% similarity]
i386/junos/ucla/src/lab5/fs/bufcache.c [moved from i386/ucla/src/lab5/fs/bufcache.c with 100% similarity]
i386/junos/ucla/src/lab5/fs/fsformat.c [moved from i386/ucla/src/lab5/fs/fsformat.c with 100% similarity]
i386/junos/ucla/src/lab5/fs/ide.c [moved from i386/ucla/src/lab5/fs/ide.c with 100% similarity]
i386/junos/ucla/src/lab5/fs/ide.h [moved from i386/ucla/src/lab5/fs/ide.h with 100% similarity]
i386/junos/ucla/src/lab5/fs/lorem [moved from i386/MIT/course/src/src.lab/fs/lorem with 100% similarity]
i386/junos/ucla/src/lab5/fs/marriage [moved from i386/ucla/src/lab5/fs/marriage with 100% similarity]
i386/junos/ucla/src/lab5/fs/motd [moved from i386/MIT/course/src/src.lab/fs/motd with 100% similarity]
i386/junos/ucla/src/lab5/fs/newmotd [moved from i386/MIT/course/src/src.lab/fs/newmotd with 100% similarity]
i386/junos/ucla/src/lab5/fs/script [moved from i386/MIT/course/src/src.lab/fs/script with 100% similarity]
i386/junos/ucla/src/lab5/fs/testshell.key [moved from i386/MIT/course/src/src.lab/fs/testshell.key with 100% similarity]
i386/junos/ucla/src/lab5/fs/testshell.sh [moved from i386/MIT/course/src/src.lab/fs/testshell.sh with 100% similarity]
i386/junos/ucla/src/lab5/grade-functions.sh [moved from i386/ucla/src/lab5/grade-functions.sh with 100% similarity]
i386/junos/ucla/src/lab5/grade-lab1.sh [moved from i386/ucla/src/lab5/grade-lab1.sh with 100% similarity]
i386/junos/ucla/src/lab5/grade-lab2.sh [moved from i386/ucla/src/lab5/grade-lab2.sh with 100% similarity]
i386/junos/ucla/src/lab5/grade-lab3.sh [moved from i386/ucla/src/lab5/grade-lab3.sh with 100% similarity]
i386/junos/ucla/src/lab5/grade-lab4.sh [moved from i386/ucla/src/lab5/grade-lab4.sh with 100% similarity]
i386/junos/ucla/src/lab5/grade-lab5.sh [moved from i386/ucla/src/lab5/grade-lab5.sh with 100% similarity]
i386/junos/ucla/src/lab5/inc/COPYRIGHT [moved from i386/ucla/src/lab5/inc/COPYRIGHT with 100% similarity]
i386/junos/ucla/src/lab5/inc/args.h [moved from i386/ucla/src/lab5/inc/args.h with 100% similarity]
i386/junos/ucla/src/lab5/inc/assert.h [moved from i386/ucla/src/lab4/inc/assert.h with 100% similarity]
i386/junos/ucla/src/lab5/inc/elf.h [moved from i386/ucla/src/lab4/inc/elf.h with 100% similarity]
i386/junos/ucla/src/lab5/inc/env.h [moved from i386/ucla/src/lab5/inc/env.h with 100% similarity]
i386/junos/ucla/src/lab5/inc/error.h [moved from i386/ucla/src/lab5/inc/error.h with 100% similarity]
i386/junos/ucla/src/lab5/inc/fd.h [moved from i386/ucla/src/lab5/inc/fd.h with 100% similarity]
i386/junos/ucla/src/lab5/inc/fs.h [moved from i386/ucla/src/lab5/inc/fs.h with 100% similarity]
i386/junos/ucla/src/lab5/inc/isareg.h [moved from i386/ucla/src/lab5/inc/isareg.h with 100% similarity]
i386/junos/ucla/src/lab5/inc/kbdreg.h [moved from i386/ucla/src/lab4/inc/kbdreg.h with 100% similarity]
i386/junos/ucla/src/lab5/inc/lib.h [moved from i386/ucla/src/lab5/inc/lib.h with 100% similarity]
i386/junos/ucla/src/lab5/inc/memlayout.h [moved from i386/ucla/src/lab5/inc/memlayout.h with 100% similarity]
i386/junos/ucla/src/lab5/inc/mmu.h [moved from i386/ucla/src/lab5/inc/mmu.h with 100% similarity]
i386/junos/ucla/src/lab5/inc/queue.h [moved from i386/ucla/src/lab5/inc/queue.h with 100% similarity]
i386/junos/ucla/src/lab5/inc/stab.h [moved from i386/ucla/src/lab4/inc/stab.h with 100% similarity]
i386/junos/ucla/src/lab5/inc/stdarg.h [moved from i386/ucla/src/lab4/inc/stdarg.h with 100% similarity]
i386/junos/ucla/src/lab5/inc/stdio.h [moved from i386/ucla/src/lab5/inc/stdio.h with 100% similarity]
i386/junos/ucla/src/lab5/inc/string.h [moved from i386/ucla/src/lab5/inc/string.h with 100% similarity]
i386/junos/ucla/src/lab5/inc/syscall.h [moved from i386/ucla/src/lab5/inc/syscall.h with 100% similarity]
i386/junos/ucla/src/lab5/inc/timerreg.h [moved from i386/ucla/src/lab5/inc/timerreg.h with 100% similarity]
i386/junos/ucla/src/lab5/inc/trap.h [moved from i386/ucla/src/lab5/inc/trap.h with 100% similarity]
i386/junos/ucla/src/lab5/inc/types.h [moved from i386/ucla/src/lab5/inc/types.h with 100% similarity]
i386/junos/ucla/src/lab5/inc/x86.h [moved from i386/ucla/src/lab5/inc/x86.h with 100% similarity]
i386/junos/ucla/src/lab5/kern/COPYRIGHT [moved from i386/ucla/src/lab5/kern/COPYRIGHT with 100% similarity]
i386/junos/ucla/src/lab5/kern/Makefrag [moved from i386/ucla/src/lab5/kern/Makefrag with 100% similarity]
i386/junos/ucla/src/lab5/kern/console.c [moved from i386/ucla/src/lab5/kern/console.c with 100% similarity]
i386/junos/ucla/src/lab5/kern/console.h [moved from i386/ucla/src/lab4/kern/console.h with 100% similarity]
i386/junos/ucla/src/lab5/kern/entry.S [moved from i386/ucla/src/lab5/kern/entry.S with 100% similarity]
i386/junos/ucla/src/lab5/kern/env.c [moved from i386/ucla/src/lab5/kern/env.c with 100% similarity]
i386/junos/ucla/src/lab5/kern/env.h [moved from i386/ucla/src/lab5/kern/env.h with 100% similarity]
i386/junos/ucla/src/lab5/kern/init.c [moved from i386/ucla/src/lab5/kern/init.c with 100% similarity]
i386/junos/ucla/src/lab5/kern/kclock.c [moved from i386/ucla/src/lab5/kern/kclock.c with 100% similarity]
i386/junos/ucla/src/lab5/kern/kclock.h [moved from i386/ucla/src/lab5/kern/kclock.h with 100% similarity]
i386/junos/ucla/src/lab5/kern/kdebug.c [moved from i386/ucla/src/lab5/kern/kdebug.c with 100% similarity]
i386/junos/ucla/src/lab5/kern/kdebug.h [moved from i386/ucla/src/lab4/kern/kdebug.h with 100% similarity]
i386/junos/ucla/src/lab5/kern/kernel.ld [moved from i386/ucla/src/lab5/kern/kernel.ld with 100% similarity]
i386/junos/ucla/src/lab5/kern/monitor.c [moved from i386/ucla/src/lab5/kern/monitor.c with 100% similarity]
i386/junos/ucla/src/lab5/kern/monitor.h [moved from i386/ucla/src/lab4/kern/monitor.h with 100% similarity]
i386/junos/ucla/src/lab5/kern/picirq.c [moved from i386/ucla/src/lab5/kern/picirq.c with 100% similarity]
i386/junos/ucla/src/lab5/kern/picirq.h [moved from i386/ucla/src/lab5/kern/picirq.h with 100% similarity]
i386/junos/ucla/src/lab5/kern/pmap.c [moved from i386/ucla/src/lab5/kern/pmap.c with 100% similarity]
i386/junos/ucla/src/lab5/kern/pmap.h [moved from i386/ucla/src/lab5/kern/pmap.h with 100% similarity]
i386/junos/ucla/src/lab5/kern/printf.c [moved from i386/ucla/src/lab5/kern/printf.c with 100% similarity]
i386/junos/ucla/src/lab5/kern/programs.h [moved from i386/ucla/src/lab5/kern/programs.h with 100% similarity]
i386/junos/ucla/src/lab5/kern/sched.c [moved from i386/ucla/src/lab5/kern/sched.c with 100% similarity]
i386/junos/ucla/src/lab5/kern/sched.h [moved from i386/ucla/src/lab4/kern/sched.h with 100% similarity]
i386/junos/ucla/src/lab5/kern/syscall.c [moved from i386/ucla/src/lab5/kern/syscall.c with 100% similarity]
i386/junos/ucla/src/lab5/kern/syscall.h [moved from i386/ucla/src/lab4/kern/syscall.h with 100% similarity]
i386/junos/ucla/src/lab5/kern/trap.c [moved from i386/ucla/src/lab5/kern/trap.c with 100% similarity]
i386/junos/ucla/src/lab5/kern/trap.h [moved from i386/ucla/src/lab5/kern/trap.h with 100% similarity]
i386/junos/ucla/src/lab5/kern/trapentry.S [moved from i386/ucla/src/lab5/kern/trapentry.S with 100% similarity]
i386/junos/ucla/src/lab5/lib/Makefrag [moved from i386/ucla/src/lab5/lib/Makefrag with 100% similarity]
i386/junos/ucla/src/lab5/lib/args.c [moved from i386/ucla/src/lab5/lib/args.c with 100% similarity]
i386/junos/ucla/src/lab5/lib/console.c [moved from i386/ucla/src/lab5/lib/console.c with 100% similarity]
i386/junos/ucla/src/lab5/lib/cxx.c [moved from i386/ucla/src/lab5/lib/cxx.c with 100% similarity]
i386/junos/ucla/src/lab5/lib/dumbfork.c [moved from i386/ucla/src/lab5/lib/dumbfork.c with 100% similarity]
i386/junos/ucla/src/lab5/lib/entry.S [moved from i386/ucla/src/lab5/lib/entry.S with 100% similarity]
i386/junos/ucla/src/lab5/lib/exit.c [moved from i386/MIT/course/src/src.lab/lib/exit.c with 100% similarity]
i386/junos/ucla/src/lab5/lib/fd.c [moved from i386/ucla/src/lab5/lib/fd.c with 100% similarity]
i386/junos/ucla/src/lab5/lib/file.c [moved from i386/ucla/src/lab5/lib/file.c with 100% similarity]
i386/junos/ucla/src/lab5/lib/fork.c [moved from i386/ucla/src/lab5/lib/fork.c with 100% similarity]
i386/junos/ucla/src/lab5/lib/fprintf.c [moved from i386/MIT/course/src/src.lab/lib/fprintf.c with 100% similarity]
i386/junos/ucla/src/lab5/lib/ipc.c [moved from i386/ucla/src/lab5/lib/ipc.c with 100% similarity]
i386/junos/ucla/src/lab5/lib/libmain.c [moved from i386/ucla/src/lab5/lib/libmain.c with 100% similarity]
i386/junos/ucla/src/lab5/lib/pageref.c [moved from i386/MIT/course/src/src.lab/lib/pageref.c with 100% similarity]
i386/junos/ucla/src/lab5/lib/panic.c [moved from i386/ucla/src/lab5/lib/panic.c with 100% similarity]
i386/junos/ucla/src/lab5/lib/pfentry.S [moved from i386/ucla/src/lab5/lib/pfentry.S with 100% similarity]
i386/junos/ucla/src/lab5/lib/pgfault.c [moved from i386/ucla/src/lab5/lib/pgfault.c with 100% similarity]
i386/junos/ucla/src/lab5/lib/pipe.c [moved from i386/ucla/src/lab5/lib/pipe.c with 100% similarity]
i386/junos/ucla/src/lab5/lib/printf.c [moved from i386/ucla/src/lab5/lib/printf.c with 100% similarity]
i386/junos/ucla/src/lab5/lib/printfmt.c [moved from i386/ucla/src/lab5/lib/printfmt.c with 100% similarity]
i386/junos/ucla/src/lab5/lib/readline.c [moved from i386/ucla/src/lab5/lib/readline.c with 100% similarity]
i386/junos/ucla/src/lab5/lib/spawn.c [moved from i386/ucla/src/lab5/lib/spawn.c with 100% similarity]
i386/junos/ucla/src/lab5/lib/string.c [moved from i386/ucla/src/lab5/lib/string.c with 100% similarity]
i386/junos/ucla/src/lab5/lib/syscall.c [moved from i386/ucla/src/lab5/lib/syscall.c with 100% similarity]
i386/junos/ucla/src/lab5/lib/wait.c [moved from i386/MIT/course/src/src.lab/lib/wait.c with 100% similarity]
i386/junos/ucla/src/lab5/mergedep.pl [moved from i386/ucla/src/lab4/mergedep.pl with 100% similarity]
i386/junos/ucla/src/lab5/user/Makefrag [moved from i386/ucla/src/lab5/user/Makefrag with 100% similarity]
i386/junos/ucla/src/lab5/user/badsegment.c [moved from i386/ucla/src/lab5/user/badsegment.c with 100% similarity]
i386/junos/ucla/src/lab5/user/breakpoint.c [moved from i386/ucla/src/lab5/user/breakpoint.c with 100% similarity]
i386/junos/ucla/src/lab5/user/buggyhello.c [moved from i386/ucla/src/lab5/user/buggyhello.c with 100% similarity]
i386/junos/ucla/src/lab5/user/cat.c [moved from i386/ucla/src/lab5/user/cat.c with 100% similarity]
i386/junos/ucla/src/lab5/user/divzero.c [moved from i386/ucla/src/lab5/user/divzero.c with 100% similarity]
i386/junos/ucla/src/lab5/user/dumbfork.c [moved from i386/ucla/src/lab5/user/dumbfork.c with 100% similarity]
i386/junos/ucla/src/lab5/user/echo.c [moved from i386/ucla/src/lab5/user/echo.c with 100% similarity]
i386/junos/ucla/src/lab5/user/evilbreakpoint.c [moved from i386/ucla/src/lab5/user/evilbreakpoint.c with 100% similarity]
i386/junos/ucla/src/lab5/user/evilhello.c [moved from i386/ucla/src/lab5/user/evilhello.c with 100% similarity]
i386/junos/ucla/src/lab5/user/evilsettrapframe.c [moved from i386/ucla/src/lab5/user/evilsettrapframe.c with 100% similarity]
i386/junos/ucla/src/lab5/user/exit.c [moved from i386/ucla/src/lab5/user/exit.c with 100% similarity]
i386/junos/ucla/src/lab5/user/fairness.c [moved from i386/ucla/src/lab5/user/fairness.c with 100% similarity]
i386/junos/ucla/src/lab5/user/faultalloc.c [moved from i386/ucla/src/lab5/user/faultalloc.c with 100% similarity]
i386/junos/ucla/src/lab5/user/faultallocbad.c [moved from i386/ucla/src/lab5/user/faultallocbad.c with 100% similarity]
i386/junos/ucla/src/lab5/user/faultbadhandler.c [moved from i386/ucla/src/lab5/user/faultbadhandler.c with 100% similarity]
i386/junos/ucla/src/lab5/user/faultdie.c [moved from i386/ucla/src/lab5/user/faultdie.c with 100% similarity]
i386/junos/ucla/src/lab5/user/faultevilhandler.c [moved from i386/ucla/src/lab5/user/faultevilhandler.c with 100% similarity]
i386/junos/ucla/src/lab5/user/faultnostack.c [moved from i386/ucla/src/lab5/user/faultnostack.c with 100% similarity]
i386/junos/ucla/src/lab5/user/faultread.c [moved from i386/ucla/src/lab5/user/faultread.c with 100% similarity]
i386/junos/ucla/src/lab5/user/faultreadkernel.c [moved from i386/ucla/src/lab5/user/faultreadkernel.c with 100% similarity]
i386/junos/ucla/src/lab5/user/faultregs.c [moved from i386/ucla/src/lab5/user/faultregs.c with 100% similarity]
i386/junos/ucla/src/lab5/user/faultwrite.c [moved from i386/ucla/src/lab5/user/faultwrite.c with 100% similarity]
i386/junos/ucla/src/lab5/user/faultwritekernel.c [moved from i386/ucla/src/lab5/user/faultwritekernel.c with 100% similarity]
i386/junos/ucla/src/lab5/user/forktree.c [moved from i386/ucla/src/lab5/user/forktree.c with 100% similarity]
i386/junos/ucla/src/lab5/user/hello.c [moved from i386/ucla/src/lab5/user/hello.c with 100% similarity]
i386/junos/ucla/src/lab5/user/icode.c [moved from i386/ucla/src/lab5/user/icode.c with 100% similarity]
i386/junos/ucla/src/lab5/user/idle.c [moved from i386/ucla/src/lab5/user/idle.c with 100% similarity]
i386/junos/ucla/src/lab5/user/init.c [moved from i386/ucla/src/lab5/user/init.c with 100% similarity]
i386/junos/ucla/src/lab5/user/initsh.c [moved from i386/ucla/src/lab5/user/initsh.c with 100% similarity]
i386/junos/ucla/src/lab5/user/ls.c [moved from i386/ucla/src/lab5/user/ls.c with 100% similarity]
i386/junos/ucla/src/lab5/user/lsfd.c [moved from i386/ucla/src/lab5/user/lsfd.c with 100% similarity]
i386/junos/ucla/src/lab5/user/num.c [moved from i386/ucla/src/lab5/user/num.c with 100% similarity]
i386/junos/ucla/src/lab5/user/pingpong.c [moved from i386/ucla/src/lab5/user/pingpong.c with 100% similarity]
i386/junos/ucla/src/lab5/user/pingpongs.c [moved from i386/ucla/src/lab5/user/pingpongs.c with 100% similarity]
i386/junos/ucla/src/lab5/user/primes.c [moved from i386/ucla/src/lab5/user/primes.c with 100% similarity]
i386/junos/ucla/src/lab5/user/primespipe.c [moved from i386/ucla/src/lab5/user/primespipe.c with 100% similarity]
i386/junos/ucla/src/lab5/user/programread.c [moved from i386/ucla/src/lab5/user/programread.c with 100% similarity]
i386/junos/ucla/src/lab5/user/readonlytext.c [moved from i386/ucla/src/lab5/user/readonlytext.c with 100% similarity]
i386/junos/ucla/src/lab5/user/settrapframe.c [moved from i386/ucla/src/lab5/user/settrapframe.c with 100% similarity]
i386/junos/ucla/src/lab5/user/sh.c [moved from i386/ucla/src/lab5/user/sh.c with 100% similarity]
i386/junos/ucla/src/lab5/user/softint.c [moved from i386/ucla/src/lab5/user/softint.c with 100% similarity]
i386/junos/ucla/src/lab5/user/spawnhello.c [moved from i386/ucla/src/lab5/user/spawnhello.c with 100% similarity]
i386/junos/ucla/src/lab5/user/spawninit.c [moved from i386/ucla/src/lab5/user/spawninit.c with 100% similarity]
i386/junos/ucla/src/lab5/user/spawnreadonlytext.c [moved from i386/ucla/src/lab5/user/spawnreadonlytext.c with 100% similarity]
i386/junos/ucla/src/lab5/user/spin.c [moved from i386/ucla/src/lab5/user/spin.c with 100% similarity]
i386/junos/ucla/src/lab5/user/testargs.c [moved from i386/ucla/src/lab5/user/testargs.c with 100% similarity]
i386/junos/ucla/src/lab5/user/testbss.c [moved from i386/ucla/src/lab5/user/testbss.c with 100% similarity]
i386/junos/ucla/src/lab5/user/testfdsharing.c [moved from i386/ucla/src/lab5/user/testfdsharing.c with 100% similarity]
i386/junos/ucla/src/lab5/user/testfile.c [moved from i386/ucla/src/lab5/user/testfile.c with 100% similarity]
i386/junos/ucla/src/lab5/user/testkbd.c [moved from i386/ucla/src/lab5/user/testkbd.c with 100% similarity]
i386/junos/ucla/src/lab5/user/testpipe.c [moved from i386/ucla/src/lab5/user/testpipe.c with 100% similarity]
i386/junos/ucla/src/lab5/user/testpiperace2.c [moved from i386/ucla/src/lab5/user/testpiperace2.c with 100% similarity]
i386/junos/ucla/src/lab5/user/testpteshare.c [moved from i386/ucla/src/lab5/user/testpteshare.c with 100% similarity]
i386/junos/ucla/src/lab5/user/testshell.c [moved from i386/ucla/src/lab5/user/testshell.c with 100% similarity]
i386/junos/ucla/src/lab5/user/user.ld [moved from i386/ucla/src/lab5/user/user.ld with 100% similarity]
i386/junos/ucla/src/lab5/user/writemotd.c [moved from i386/ucla/src/lab5/user/writemotd.c with 100% similarity]
i386/junos/ucla/src/lab5/user/yield.c [moved from i386/ucla/src/lab5/user/yield.c with 100% similarity]
i386/standford/2004/src/lab5/kern/COPYRIGHT [deleted file]
i386/ucla/src/lab5/conf/env.mk [deleted file]
i386/ucla/src/lab5/fs/lorem [deleted file]
i386/ucla/src/lab5/fs/motd [deleted file]
i386/ucla/src/lab5/fs/newmotd [deleted file]
i386/ucla/src/lab5/fs/script [deleted file]
i386/ucla/src/lab5/fs/testshell.key [deleted file]
i386/ucla/src/lab5/fs/testshell.sh [deleted file]
i386/ucla/src/lab5/inc/assert.h [deleted file]
i386/ucla/src/lab5/inc/elf.h [deleted file]
i386/ucla/src/lab5/inc/kbdreg.h [deleted file]
i386/ucla/src/lab5/inc/stab.h [deleted file]
i386/ucla/src/lab5/inc/stdarg.h [deleted file]
i386/ucla/src/lab5/kern/console.h [deleted file]
i386/ucla/src/lab5/kern/kdebug.h [deleted file]
i386/ucla/src/lab5/kern/monitor.h [deleted file]
i386/ucla/src/lab5/kern/sched.h [deleted file]
i386/ucla/src/lab5/kern/syscall.h [deleted file]
i386/ucla/src/lab5/lib/exit.c [deleted file]
i386/ucla/src/lab5/lib/fprintf.c [deleted file]
i386/ucla/src/lab5/lib/pageref.c [deleted file]
i386/ucla/src/lab5/lib/wait.c [deleted file]
i386/ucla/src/lab5/mergedep.pl [deleted file]