Rev 172 | Rev 195 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 172 | Rev 178 | ||
---|---|---|---|
Line 14... | Line 14... | ||
14 | LFLAGS=-M -T ../arch/amd64/_link.ld |
14 | LFLAGS=-M -T ../arch/amd64/_link.ld |
15 | 15 | ||
16 | arch_sources = arch/dummy.s \ |
16 | arch_sources = arch/dummy.s \ |
17 | arch/fpu_context.c \ |
17 | arch/fpu_context.c \ |
18 | arch/putchar.c \ |
18 | arch/putchar.c \ |
19 | arch/boot/boot.S |
19 | arch/boot/boot.S \ |
- | 20 | arch/boot/memmap.S \ |
|
- | 21 | arch/pm.c |