Fixed make target for running in qemu (nanokernel)
Change-Id: I583ad5ad4985c835c0c6a0d31300f08b49e0f222 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
ebedf4805c
commit
952a200072
|
@ -15,7 +15,7 @@ Building and Running Project:
|
|||
This nanokernel project outputs to the console. It can be built and executed
|
||||
on QEMU as follows:
|
||||
|
||||
make nanokernel.qemu
|
||||
make qemu
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ Building and Running Project:
|
|||
This nanokernel project outputs to the console. It can be built and executed
|
||||
on QEMU as follows:
|
||||
|
||||
make nanokernel.qemu
|
||||
make qemu
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -31,11 +31,11 @@ Building and Running Project:
|
|||
This nanokernel project outputs to the console. It can be built and executed
|
||||
on QEMU in three possibile configurations as follows:
|
||||
|
||||
make BOOTTIME_QUALIFIER=best nanokernel.qemu
|
||||
make BOOTTIME_QUALIFIER=best qemu
|
||||
|
||||
make BOOTTIME_QUALIFIER=default nanokernel.qemu
|
||||
make BOOTTIME_QUALIFIER=default qemu
|
||||
|
||||
make BOOTTIME_QUALIFIER=worst nanokernel.qemu
|
||||
make BOOTTIME_QUALIFIER=worst qemu
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -48,11 +48,11 @@ This nanokernel project does not generate any output in the default case
|
|||
(TEST=min). In the regular case (TEST=reg) and the maximal case (TEST=max),
|
||||
it outputs to the console. It can be built and executed on QEMU as follows:
|
||||
|
||||
make TEST=min nanokernel.qemu (minimal configuration)
|
||||
make TEST=min qemu (minimal configuration)
|
||||
|
||||
make TEST=reg nanokernel.qemu (regular configuration)
|
||||
make TEST=reg qemu (regular configuration)
|
||||
|
||||
make TEST=max nanokernel.qemu (maximal configuration)
|
||||
make TEST=max qemu (maximal configuration)
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ Building and Running Project:
|
|||
This nanokernel project outputs to the console. It can be built and executed
|
||||
on QEMU as follows:
|
||||
|
||||
make nanokernel.qemu
|
||||
make qemu
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ Building and Running Project:
|
|||
This nanokernel project outputs to the console. It can be built and executed
|
||||
on QEMU as follows:
|
||||
|
||||
make nanokernel.qemu
|
||||
make qemu
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ In nkernel/test/test_fifo:
|
|||
|
||||
In nkernel/klibs/klibs_lifo:
|
||||
make KLIB_DIR=<path to nkernel/test/test_fifo>/outdir/klib
|
||||
make KLIB_DIR=<path to nkernel/test/test_fifo>/outdir/klib nanokernel.qemu
|
||||
make KLIB_DIR=<path to nkernel/test/test_fifo>/outdir/klib qemu
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@ In nkernel/test/test_fifo:
|
|||
|
||||
In nkernel/klibs/klibs_sema:
|
||||
make KLIB_DIR=<path to nkernel/test/test_fifo>/outdir/klib
|
||||
make KLIB_DIR=<path to nkernel/test/test_fifo>/outdir/klib nanokernel.qemu
|
||||
make KLIB_DIR=<path to nkernel/test/test_fifo>/outdir/klib qemu
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ Building and Running Project:
|
|||
This nanokernel project outputs to the console. It can be built and executed
|
||||
on QEMU as follows:
|
||||
|
||||
make nanokernel.qemu
|
||||
make qemu
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ Building and Running Project:
|
|||
This nanokernel project outputs to the console. It can be built and executed
|
||||
on QEMU as follows:
|
||||
|
||||
make nanokernel.qemu
|
||||
make qemu
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ Building and Running Project:
|
|||
This nanokernel project outputs to the console. It can be built and executed
|
||||
on QEMU as follows:
|
||||
|
||||
make nanokernel.qemu
|
||||
make qemu
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ Building and Running Project:
|
|||
This nanokernel project outputs to the console. It can be built and executed
|
||||
on QEMU as follows:
|
||||
|
||||
make nanokernel.qemu
|
||||
make qemu
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ Building and Running Project:
|
|||
This nanokernel project outputs to the console. It can be built and executed
|
||||
on QEMU as follows:
|
||||
|
||||
make nanokernel.qemu
|
||||
make qemu
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ Building and Running Project:
|
|||
This nanokernel project outputs to the console. It can be built and executed
|
||||
on QEMU as follows:
|
||||
|
||||
make nanokernel.qemu
|
||||
make qemu
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ Building and Running Project:
|
|||
This nanokernel project outputs to the console. It can be built and executed
|
||||
on QEMU as follows:
|
||||
|
||||
make nanokernel.qemu
|
||||
make qemu
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ This test verifies that stack canaries operate as expected in the nanokernel.
|
|||
This nanokernel project outputs to the console. It can be built and executed
|
||||
on QEMU as follows:
|
||||
|
||||
make nanokernel.qemu
|
||||
make qemu
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ Building and Running Project:
|
|||
This nanokernel project outputs to the console. It can be built and executed
|
||||
on QEMU as follows:
|
||||
|
||||
make nanokernel.qemu
|
||||
make qemu
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ Building and Running Project:
|
|||
This nanokernel project outputs to the console. It can be built and executed
|
||||
on QEMU as follows:
|
||||
|
||||
make nanokernel.qemu
|
||||
make qemu
|
||||
|
||||
---------------------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ Building and Running Project:
|
|||
This microkernel project outputs to the console. It can be built and executed
|
||||
on QEMU as follows:
|
||||
|
||||
make nanokernel.qemu
|
||||
make qemu
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue