Elbing 80d29f0817 Libs migrated to build.go 9 anos atrás
..
root 7ce7c0d410 First round kernel compilation 9 anos atrás
.gitignore c74fa10c12 Ignore some things we don't want. 9 anos atrás
FIX.sed d438b1de37 Script we usedon akaros to fix anon func. parameters. 9 anos atrás
Linux f4a1a0881a import gpl nix into /sys/src/9 9 anos atrás
acore.c d263b2eb5c The global m pointer is almost gone. 9 anos atrás
acore.c.old f4a1a0881a import gpl nix into /sys/src/9 9 anos atrás
acpi.h 569e8e2ef7 Remove archk8.c, no longer needed 9 anos atrás
amd64.h 2e75bb5c78 Moving from up to m->externup 9 anos atrás
apic.c d263b2eb5c The global m pointer is almost gone. 9 anos atrás
apic.h b995c7b2b0 First kernel round, types and hacks 9 anos atrás
arch.c 3bb67bb387 workaround to solve CPU at 100% 9 anos atrás
archk10.c af08a7fab1 Always bring up cores slowly by forcing cpuidhz to return 0. 9 anos atrás
asm.c d263b2eb5c The global m pointer is almost gone. 9 anos atrás
backtrace.c c69d28dd39 add oprofile support 9 anos atrás
backtrace.h a748176721 basic functions for backtracing, needed for oprofile. 9 anos atrás
boot.fs 5a86390e1f Added some things to k8cpu. Fix boot.fs 9 anos atrás
cga.c f5fe995ddb More type fixes -- this time the kernel. 9 anos atrás
clean.json b65fe55044 We have a kernel build tool 9 anos atrás
core.json 2e32ed5366 Don't try to compile this unless you are Ron Minnich :p 9 anos atrás
cpuidamd64.S c67d8825e7 Fix cpuidamd64.S 9 anos atrás
ctype.c 3bddfb0c61 Reduce hack.S to a few symbols. 9 anos atrás
dat.h f47ad1819a WE HAVE LIFTOFF!!!!!! 9 anos atrás
devacpi.c a070d18c36 Remove file scope use of Mach *m in port and k10 9 anos atrás
devarch.c 1ab5364519 Get rid of conf crap. It's dead. 9 anos atrás
devusb.c ec95c1f09c Added back USB support, but I'm sure drivers won't work. ACHTUNG! xalloc.c 9 anos atrás
entry.S 9345bb12ba Harvey now runs in SMP! 9 anos atrás
ether8139.c e9d4c7f680 Added rtl8139 driver 9 anos atrás
ether82563.c a070d18c36 Remove file scope use of Mach *m in port and k10 9 anos atrás
etherbcm.c.NO b4e7ec6ccf Let's skip this messy driver for now. Few have it. 9 anos atrás
etherif.h 4dfc517082 Included (rmap|ratrace|devaoe|devcec|etherm10g).c. Fix some warnings 9 anos atrás
fns.h a748176721 basic functions for backtracing, needed for oprofile. 9 anos atrás
fpu.c d263b2eb5c The global m pointer is almost gone. 9 anos atrás
fpu.c.old f4a1a0881a import gpl nix into /sys/src/9 9 anos atrás
i8254.c a2b7b6d36b A few more clock tweaks. 9 anos atrás
i8259.c f4a1a0881a import gpl nix into /sys/src/9 9 anos atrás
init9.c 038973c43a Get it all building again without warnings. It boots. 9 anos atrás
inith.json b0fb308f6a We can now use projects specified in the (e.g.) k8cpu file. 9 anos atrás
io.h ec95c1f09c Added back USB support, but I'm sure drivers won't work. ACHTUNG! xalloc.c 9 anos atrás
ioapic.c 7ce7c0d410 First round kernel compilation 9 anos atrás
iob.h f4a1a0881a import gpl nix into /sys/src/9 9 anos atrás
k8cpu bfb730efa9 Disabled build_cmd from BUILD bash script. Now essentials are built with kernel build process. 9 anos atrás
k8cpu.json 80d29f0817 Libs migrated to build.go 9 anos atrás
k8cpufs f4a1a0881a import gpl nix into /sys/src/9 9 anos atrás
k8cpukexec f4a1a0881a import gpl nix into /sys/src/9 9 anos atrás
kernel.ld 02c9f3f3c3 We're NOW IN C CODE! 9 anos atrás
l64acidt.S 9345bb12ba Harvey now runs in SMP! 9 anos atrás
l64fpu.S b9092f42e0 Fixes mkenumb and l64fpu functions, new cpuid 9 anos atrás
l64idt.S 9cd7a82df4 further break things. 9 anos atrás
l64syscall.s 0602f7c1b7 Oh, one of them it's being used: restored. 9 anos atrás
l64v.S a748176721 basic functions for backtracing, needed for oprofile. 9 anos atrás
l64vsyscall.S f47ad1819a WE HAVE LIFTOFF!!!!!! 9 anos atrás
main.c 9bb441d723 Show example of how to use the command line to disable smp 9 anos atrás
map.c 498782d69a Sample instrumentation to try to catch what is going on 9 anos atrás
mem.h ac1d533011 Get rid of pesky warnings we don't care about. 9 anos atrás
memory.c f4a1a0881a import gpl nix into /sys/src/9 9 anos atrás
mkfile 7ce7c0d410 First round kernel compilation 9 anos atrás
mmu.c f7dd8e16a8 Remove the global mach declaration from dat.h; add them to each file. 9 anos atrás
mp.c f5fe995ddb More type fixes -- this time the kernel. 9 anos atrás
msi.c 1ab5364519 Get rid of conf crap. It's dead. 9 anos atrás
multiboot.c d6b7eaf9db Cleaning! 9 anos atrás
nixtype f4a1a0881a import gpl nix into /sys/src/9 9 anos atrás
physalloc.c ac1d533011 Get rid of pesky warnings we don't care about. 9 anos atrás
pmcio.c d263b2eb5c The global m pointer is almost gone. 9 anos atrás
qmalloc.c d263b2eb5c The global m pointer is almost gone. 9 anos atrás
ratrace.c 31c0b1ad48 Implement die and use it in main. 9 anos atrás
sipi.c 9345bb12ba Harvey now runs in SMP! 9 anos atrás
syscall.c 9bb441d723 Show example of how to use the command line to disable smp 9 anos atrás
tcore.c a070d18c36 Remove file scope use of Mach *m in port and k10 9 anos atrás
trap.c ab7ca8ee65 Now that harvey is more real, fall back to panic'ing and dumpstack on failures. 9 anos atrás
uncached.h ec95c1f09c Added back USB support, but I'm sure drivers won't work. ACHTUNG! xalloc.c 9 anos atrás
usbehci.h ec95c1f09c Added back USB support, but I'm sure drivers won't work. ACHTUNG! xalloc.c 9 anos atrás
usbehcipc.c ec95c1f09c Added back USB support, but I'm sure drivers won't work. ACHTUNG! xalloc.c 9 anos atrás
usbohci.c ec95c1f09c Added back USB support, but I'm sure drivers won't work. ACHTUNG! xalloc.c 9 anos atrás
usbuhci.c ec95c1f09c Added back USB support, but I'm sure drivers won't work. ACHTUNG! xalloc.c 9 anos atrás
vsvm.c 9345bb12ba Harvey now runs in SMP! 9 anos atrás