kernel: start adding functions and files for "level 2" functionality
authorAlan Cox <alan@linux.intel.com>
Sun, 27 Dec 2015 12:46:54 +0000 (12:46 +0000)
committerAlan Cox <alan@linux.intel.com>
Sun, 27 Dec 2015 12:46:54 +0000 (12:46 +0000)
commite6768bdf903d4f9abeddd9c1fe742becf8b4ab8a
tree9bbef920ba95a7caece1b8a112748b25a5a9785b
parent0c8b6e59581f44e30f98d2a9377126dd6c996fe6
kernel: start adding functions and files for "level 2" functionality

This is the bigger stuff that won't fit well on a small 8bit box but which
isn't by any means essential.
Kernel/include/level2.h [new file with mode: 0644]
Kernel/level2.c [new file with mode: 0644]
Kernel/syscall_level2.c [new file with mode: 0644]