add test/dump/README
This commit is contained in:
23
test/dump/README
Normal file
23
test/dump/README
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
===================
|
||||||
|
Advance preparation
|
||||||
|
===================
|
||||||
|
1)Implement patch of destroy_mem.patch
|
||||||
|
cd mckernel
|
||||||
|
patch -p0 < destroy_mem.patch
|
||||||
|
make
|
||||||
|
make install
|
||||||
|
|
||||||
|
|
||||||
|
2)Compile command execution processing
|
||||||
|
cd mckernel/test/dump/mcexec_test_proc/
|
||||||
|
make
|
||||||
|
|
||||||
|
==========
|
||||||
|
How to run
|
||||||
|
==========
|
||||||
|
#Run McKernel led dump test
|
||||||
|
./go_mck_dump_test.sh
|
||||||
|
|
||||||
|
#Run Linux led dump test
|
||||||
|
./go_linux_dump_test.sh
|
||||||
|
|
||||||
Reference in New Issue
Block a user