mirror of
https://gitlab.os-k.eu/os-k-team/os-k.git
synced 2023-08-25 14:03:10 +02:00
Docs : loader/io WIP
This commit is contained in:
parent
45cb784846
commit
82320007cf
22
docs/boot/loader/io
Normal file
22
docs/boot/loader/io
Normal 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.
|
Loading…
Reference in New Issue
Block a user