Docs : loader/io WIP

This commit is contained in:
Adrien Bourmault 2020-02-24 10:10:29 +01:00
parent 45cb784846
commit 82320007cf
No known key found for this signature in database
GPG Key ID: AFEE5788AEE3F4EC
1 changed files with 22 additions and 0 deletions

22
docs/boot/loader/io Normal file
View File

@ -0,0 +1,22 @@
#=----------------------------------------------------------------------------=#
# GNU GPL OS/K Documentation #
# #
# Desc: OS/K Loader : IO basic functions #
# #
# #
# Copyright © 2018-2020 The OS/K Team #
# #
# 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 folder contains the basic drivers needed to boot OS/K.
There is one single file in this directory : `boot/loader/io/terminal.inc`
This file provides a basic way to print colored text to the screen, without
advanced functions, for both 32 and 64 bits modes.