# clay_figure_kernel **Repository Path**: LinChenjun2008/clay_figure_kernel ## Basic Information - **Project Name**: clay_figure_kernel - **Description**: Clay Figure Kernel是一个简易的系统内核(开发中),可运行在带有UEFI的x86_64架构(amd64)的计算机中。 本项目可用于学习操作系统相关知识以及入门操作系统的参考。 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2024-07-18 - **Last Updated**: 2025-06-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: 操作系统 ## README # Clay Figure Kernel ### 简介 Clay Figure Kernel是一个简易的系统内核(开发中),可运行在带有UEFI的x86_64架构(amd64)的计算机中。 本项目可用于学习操作系统相关知识以及入门操作系统的参考。 关于本项目如何编译,参见:[如何编译与运行](docs/index.md) ### 加入开发 对本项目功能的追加/错误的修正,请在Pull Request中提出,如果有Bug的反馈或其他疑问,请提出issue。 ### 更多: * [代码规范](docs/system/coding_style.md) * [系统调用](docs/system/syscall.md) ### 参考书籍 * 郑刚.操作系统真相还原.北京:人民邮电出版社,2016. * 川和秀実.30天自制操作系统.周自恒,李黎明,曾祥江,张文旭 译.北京:人民邮电出版社,2012. * 于渊.Orange'S: 一个操作系统的实现.北京:电子工业出版社,2009. * 大神 祐真.[フルスクラッチで作る!UEFIベアメタルプログラミング](https://kagurazakakotori.github.io/ubmp-cn/).神楽坂琴梨 译. ### 其他参考资料 * [osdev](https://wiki.osdev.org) * [UEFI Spec 2.9](https://uefi.org/) * [eXtensible Host Controller Interface for Universal Serial Bus](https://www.intel.com/content/dam/www/public/us/en/documents/technical-specifications/extensible-host-controler-interface-usb-xhci.pdf) * [Haiku](https://github.com/haiku/haiku) ### 开放源代码声明 Clay Figure Kernel is free software: you can redistribute it and/or modify it underthe terms of the GNU General Public License as published by the Free Software Foundation,either version 3 of the License, or (at your option) any later version. Clay Figure Kernel is distributed in the hope that it will be useful,but WITHOUT ANY WARRANTY;without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with Clay Figure Kernel.If not, see .