| author | Rhett <rhett@Galleon.(none)> | |
| Sun, 1 Jul 2012 23:39:35 +0000 (16:39 -0700) | ||
| committer | Rhett <rhett@Galleon.(none)> | |
| Sun, 1 Jul 2012 23:39:35 +0000 (16:39 -0700) | ||
| commit | 35f72ac032922022d09bca1c35c79b169ff6666e | |
| tree | 39b50e518cee3f836837d30fd0f78a2a8d78dabe | tree | snapshot |
| parent | ec74509d3548107c52206f544e24141830975d25 | commit | diff |
| COPYRIGHT | [new file with mode: 0644] | blob |
| GNUmakefile | [new file with mode: 0644] | blob |
| README.md | [deleted file] | blob | history |
| arcanos.kdev4 | [new file with mode: 0644] | blob |
| boot/pad | [new file with mode: 0644] | blob |
| boot/post_pad | [new file with mode: 0644] | blob |
| boot/stage1 | [new file with mode: 0644] | blob |
| boot/stage2 | [new file with mode: 0644] | blob |
| gpl-3.0.txt | [new file with mode: 0644] | blob |
| inc/COPYRIGHT | [new file with mode: 0644] | blob |
| inc/console.h | [new file with mode: 0644] | blob |
| inc/elf.h | [new file with mode: 0644] | blob |
| inc/idt.h | [new file with mode: 0644] | blob |
| inc/info.h | [new file with mode: 0644] | blob |
| inc/memlayout.h | [new file with mode: 0644] | blob |
| inc/memmgr.h | [new file with mode: 0644] | blob |
| inc/mmu.h | [new file with mode: 0644] | blob |
| inc/multiboot.h | [new file with mode: 0644] | blob |
| inc/pic.h | [new file with mode: 0644] | blob |
| inc/stdarg.h | [new file with mode: 0644] | blob |
| inc/string.h | [new file with mode: 0644] | blob |
| inc/stringformat.h | [new file with mode: 0644] | blob |
| inc/types.h | [new file with mode: 0644] | blob |
| inc/x86.h | [new file with mode: 0644] | blob |
| kern/COPYRIGHT | [new file with mode: 0644] | blob |
| kern/Makefrag | [new file with mode: 0644] | blob |
| kern/boot.S | [new file with mode: 0644] | blob |
| kern/console.c | [new file with mode: 0644] | blob |
| kern/entry.S | [new file with mode: 0644] | blob |
| kern/init.c | [new file with mode: 0644] | blob |
| kern/interrupts/COPYRIGHT | [new file with mode: 0644] | blob |
| kern/interrupts/idt.c | [new file with mode: 0644] | blob |
| kern/interrupts/interrupt_handlers.c | [new file with mode: 0644] | blob |
| kern/interrupts/interrupts.S | [new file with mode: 0644] | blob |
| kern/interrupts/pic.c | [new file with mode: 0644] | blob |
| kern/kernel.ld | [new file with mode: 0644] | blob |
| kern/layout_image_file.py | [new file with mode: 0755] | blob |
| kern/memmgr.c | [new file with mode: 0644] | blob |
| kern/stringformat.c | [new file with mode: 0644] | blob |
| lib/string.c | [new file with mode: 0644] | blob |