level0: Introduce a new level of platform
authorAlan Cox <alan@linux.intel.com>
Wed, 14 Jun 2017 20:23:05 +0000 (21:23 +0100)
committerAlan Cox <alan@linux.intel.com>
Wed, 14 Jun 2017 20:23:05 +0000 (21:23 +0100)
commit43018db85ca465c526902ca9f5897a345833b7c2
tree383c0994cefeb323caeefcd5f23f6c41111a43a5
parent067e5de629b719320ac2070582507a250d688238
level0: Introduce a new level of platform

Right now we have level 1 for the basic platforms and level 2 more aimed at
16/32bit machines which adds stuff like job control and select().

Level 0 for the moment is level 1 for a simple memory mapping and no checks
on pointers being passed. It may need to drop a few obscure syscalls if they
can't nicely be made overlays.
Kernel/include/kernel.h