start: allow for argument parsing by system and platform
authorAlan Cox <alan@linux.intel.com>
Fri, 25 Mar 2016 22:21:26 +0000 (22:21 +0000)
committerAlan Cox <alan@linux.intel.com>
Fri, 25 Mar 2016 22:21:26 +0000 (22:21 +0000)
commit6ee047d6e6f8b213ecf23063e763ff3b707cb955
treea27cca8a0bea828fb38d6d74972420c4b6cbdebc
parenta31db315645b286a5f1f0901b8c63668a7e57a15
start: allow for argument parsing by system and platform

Note: this re-orders a few bits of input and device_init(). Hopefully that
won't break anyone. It's needed so that we can make device_init depend upon
the parsed parameters on the command line.

We also accept ro/rw for the root mount type and we pass unknown arguments on
to init.

It's not entirely useful as we don't yet support remounting!
Kernel/include/kernel.h
Kernel/platform-z80pack/main.c
Kernel/start.c