os-k/docs/boot/loader/io

22 lines
1.4 KiB
Plaintext
Raw Normal View History

2020-02-24 10:10:29 +01:00
#=----------------------------------------------------------------------------=#
2020-09-27 17:33:48 +02:00
# OS on Kaleid Documentation #
2020-02-24 10:10:29 +01:00
# #
# 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.