Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 241 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 241 Bytes

编译

make kern

挂载

make demo-attach

测试

make demo-test

查看

make demo-map-dump

卸载

make demo-unattach

清理

make clean