1 Star 0 Fork 9

Yiman/BookOS

forked from BookOS/BookOS 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
romdisk.S 403 Bytes
一键复制 编辑 原始数据 按行查看 历史
小骨头 提交于 2022-11-17 03:15 . feat: add books source code
/**
* Copyright (c) 2018-2022, NXOS Development Team
* SPDX-License-Identifier: Apache-2.0
*
* Contains: romdisk from cpio binary
*
* Change Logs:
* Date Author Notes
* 2022-3-21 JasonHu Init
*/
#define __ASSEMBLY__
#include <nxos.h>
#ifdef CONFIG_NX_DRIVER_ROMDISK
.section .romdisk, "a"
.incbin "../../rootfs.cpio" /* path from current dir */
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/Yiman919/BookOS.git
git@gitee.com:Yiman919/BookOS.git
Yiman919
BookOS
BookOS
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385