voron

experimental ARM OS
git clone git://git.2f30.org/voron
Log | Files | Refs | README | LICENSE

ModeNameSize
-rw-r--r--.gitignore14L
-rw-r--r--LICENSE20L
-rw-r--r--Makefile61L
-rw-r--r--README.md67L
-rw-r--r--TODO5L
-rw-r--r--boot/boot_sd.conf2L
-rw-r--r--boot/omap4boot_remove_signature_check.patch25L
-rw-r--r--include/alloc.h12L
-rw-r--r--include/atomic.h83L
-rw-r--r--include/debug.h8L
-rw-r--r--include/dmtimer.h11L
-rw-r--r--include/errno.h47L
-rw-r--r--include/gic.h12L
-rw-r--r--include/hash.h17L
-rw-r--r--include/inttypes.h40L
-rw-r--r--include/io.h38L
-rw-r--r--include/irq.h54L
-rw-r--r--include/kernel.h26L
-rw-r--r--include/kfifo.h11L
-rw-r--r--include/list.h101L
-rw-r--r--include/mm.h9L
-rw-r--r--include/mmu.h46L
-rw-r--r--include/p_modes.h12L
-rw-r--r--include/panic.h6L
-rw-r--r--include/pool.h13L
-rw-r--r--include/print.h11L
-rw-r--r--include/regs.h56L
-rw-r--r--include/rs232.h7L
-rw-r--r--include/rwlock.h154L
-rw-r--r--include/sched.h49L
-rw-r--r--include/semaphore.h112L
-rw-r--r--include/spinlock.h70L
-rw-r--r--include/stddef.h15L
-rw-r--r--include/string.h11L
-rw-r--r--include/varg.h21L
-rw-r--r--kernel/abort.c19L
-rw-r--r--kernel/alloc.c217L
-rw-r--r--kernel/debug.c62L
-rw-r--r--kernel/dmtimer.c253L
-rw-r--r--kernel/gic.c125L
-rw-r--r--kernel/hash.c139L
-rw-r--r--kernel/interrupts.S155L
-rw-r--r--kernel/irq.c27L
-rw-r--r--kernel/kfifo.c86L
-rw-r--r--kernel/kmain.c35L
-rw-r--r--kernel/linker.ld56L
-rw-r--r--kernel/mm.c159L
-rw-r--r--kernel/mmu.c227L
-rw-r--r--kernel/panic.c15L
-rw-r--r--kernel/pool.c118L
-rw-r--r--kernel/print.c235L
-rw-r--r--kernel/rs232.c151L
-rw-r--r--kernel/sched.c314L
-rw-r--r--kernel/start.S118L
-rw-r--r--kernel/string.c73L
-rw-r--r--kernel/syscall_table.S10L
-rw-r--r--kernel/syscalls.c30L
-rwxr-xr-xscripts/panda_usbboot.sh39L