22 lines
1.4 KiB
Plaintext
22 lines
1.4 KiB
Plaintext
#=----------------------------------------------------------------------------=#
|
|
# OS on Kaleid Documentation #
|
|
# #
|
|
# Desc: OS/K Loader : IO basic functions #
|
|
# #
|
|
# #
|
|
# Copyright © 2018-2021 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. |