From 82320007cffae662ed8037b86239aef07f5df848 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Mon, 24 Feb 2020 10:10:29 +0100 Subject: [PATCH] Docs : loader/io WIP --- docs/boot/loader/io | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/boot/loader/io diff --git a/docs/boot/loader/io b/docs/boot/loader/io new file mode 100644 index 0000000..a9b74bd --- /dev/null +++ b/docs/boot/loader/io @@ -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. \ No newline at end of file