23 lines
1.5 KiB
Plaintext
23 lines
1.5 KiB
Plaintext
|
#=----------------------------------------------------------------------------=#
|
||
|
# GNU GPL OS/K Documentation #
|
||
|
# #
|
||
|
# Desc: Summary and some description #
|
||
|
# #
|
||
|
# Permission is granted to copy, distribute and/or modify this #
|
||
|
# document under the terms of the GNU Free Documentation License, #
|
||
|
# Version 1.3 or any later version published by the Free Software #
|
||
|
# Foundation; with no Invariant Sections, no Front-Cover Texts, and #
|
||
|
# no Back-Cover Texts. A copy of the license is included in the #
|
||
|
# file entitled "COPYING.GFDL" #
|
||
|
# #
|
||
|
#=----------------------------------------------------------------------------=#
|
||
|
|
||
|
|
||
|
This `docs` folder is the root of the OS/K (OS on Kaleid) technical
|
||
|
documentation, whose goals are to explain, describe and a bit formalize the main
|
||
|
principles of our project. As written in the header of each file, we release
|
||
|
this documentation under the terms of the GFDL.
|
||
|
|
||
|
The documentation is divided between two main sections :
|
||
|
- the kernel loader, in the `docs/loader` folder, which describes the technical
|
||
|
features of the source code located under the `boot`
|