<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to sslib</title><link>https://sourceforge.net/p/nuos/wiki/sslib/</link><description>Recent changes to sslib</description><atom:link href="https://sourceforge.net/p/nuos/wiki/sslib/feed" rel="self"/><language>en</language><lastBuildDate>Sat, 07 Jan 2012 01:06:49 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/nuos/wiki/sslib/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage sslib modified by Felipe Cabrera</title><link>https://sourceforge.net/p/nuos/wiki/sslib/</link><description>&lt;pre&gt;--- v8 
+++ v9 
@@ -15,7 +15,7 @@
 disable_kb    |                            | Disable keyboard port
 enable_a20    |                            | Enable A20 Line
 enable_kb     |                            | Enable keybord port
-get_code      |                            | Get scancode os the keyboard
+get_code      |                            | Get scancode of the keyboard
 hlt           |                            | Halt the machine
 inb           | port                       | Read a byte of a port
 outb          | value,port                 | Write a byte in a port
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Felipe Cabrera</dc:creator><pubDate>Sat, 07 Jan 2012 01:06:49 -0000</pubDate><guid>https://sourceforge.nete9f073dcea2a1d87970f7d6328fb455303ac4607</guid></item><item><title>WikiPage sslib modified by Felipe Cabrera</title><link>https://sourceforge.net/p/nuos/wiki/sslib/</link><description>&lt;pre&gt;--- v7 
+++ v8 
@@ -4,7 +4,7 @@
 ----------------
 Functions
 ==========
-For use the functions must be loading by #include "lib/stdlib.h" in the header of te app. A list of functions and arguments is ahead:
+For use the functions must be loading by #include "lib/stdlib.h" in the header of te app. A list of functions and arguments:
 
 Function      | Arguments                  | Description
 --------      |----------                  |------------
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Felipe Cabrera</dc:creator><pubDate>Sat, 07 Jan 2012 01:05:48 -0000</pubDate><guid>https://sourceforge.net8e45a7993506c14beb57a9d18112442968d550e4</guid></item><item><title>WikiPage sslib modified by Felipe Cabrera</title><link>https://sourceforge.net/p/nuos/wiki/sslib/</link><description>&lt;pre&gt;--- v6 
+++ v7 
@@ -1,30 +1,29 @@
-The *Simple Standard Library* **(sslib)** is the standard library of NuOS. It's implementing in development version and it has not implemented in the current stable version.
+The *Simple Standard Library* **(sslib)** is the standard library of NuOS. It has implemented in NuOS v0.02.
 You may use this for your own project because it's under GNU GPL v3.
-You can download it after the NuOS v0.02's release.
+The current stable version is v0.02 and it's developing a new version with new features.
 ----------------
 Functions
 ==========
 For use the functions must be loading by #include "lib/stdlib.h" in the header of te app. A list of functions and arguments is ahead:
 
 Function      | Arguments                  | Description
 --------      |----------                  |------------
-aprintf       | message,line,colour        | Print char
 cli           |                            | Disable interrupts
-cls           |                            | Clean the screen
+cll           | line,colour                | Clear a line
+cls           | colour                     | Clean the screen
 disable_a20   |                            | Disable A20 Line
 disable_kb    |                            | Disable keyboard port
 enable_a20    |                            | Enable A20 Line
 enable_kb     |                            | Enable keybord port
 get_code      |                            | Get scancode os the keyboard
 hlt           |                            | Halt the machine
 inb           | port                       | Read a byte of a port
 outb          | value,port                 | Write a byte in a port
-printf        | message,line,colour        | Print char *
+printf        | message                    | Print char *
 reboot        |                            | Reboot the machine
 scancode      | c,buffer,state,line,column | Print scancode in the screen
 scanf         | buffer,line,column         | Read the keyboard port
-sprintf       | message,line,column,colour | Print char *
+dprintf       | message,line,column,colour | Print char *
 sti           |                            | Enable interrupts
 strcat        | destination,source         | Concatenate strings
 strcmp        | string1,string2            | Compare two strings
-update_cursor | line,column                | Move the text-mode cursor
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Felipe Cabrera</dc:creator><pubDate>Sat, 07 Jan 2012 01:05:08 -0000</pubDate><guid>https://sourceforge.net67928c9e31b402f6651fb8e53a42d0ad6bdc869e</guid></item><item><title>WikiPage sslib modified by Felipe Cabrera</title><link>https://sourceforge.net/p/nuos/wiki/sslib/</link><description>&lt;pre&gt;--- v5 
+++ v6 
@@ -1,5 +1,6 @@
 The *Simple Standard Library* **(sslib)** is the standard library of NuOS. It's implementing in development version and it has not implemented in the current stable version.
-You may use this for your own project because it's under GNU GPL v3
+You may use this for your own project because it's under GNU GPL v3.
+You can download it after the NuOS v0.02's release.
 ----------------
 Functions
 ==========
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Felipe Cabrera</dc:creator><pubDate>Tue, 03 Jan 2012 19:43:10 -0000</pubDate><guid>https://sourceforge.neta91769195a408dd6c1ab24f09e845445121a3bcf</guid></item><item><title>WikiPage sslib modified by Felipe Cabrera</title><link>https://sourceforge.net/p/nuos/wiki/sslib/</link><description>&lt;pre&gt;--- v4 
+++ v5 
@@ -5,20 +5,25 @@
 ==========
 For use the functions must be loading by #include "lib/stdlib.h" in the header of te app. A list of functions and arguments is ahead:
 
-Function    | Arguments                  | Description
---------    |----------                  |------------
-aprintf     | message,line,colour        | Print char
-cli         |                            | Disable interrupts
-cls         |                            | Clean the screen
-disable_a20 |                            | Disable A20 Line
-disable_kb  |                            | Disable keyboard port
-enable_a20  |                            | Enable A20 Line
-enable_kb   |                            | Enable keybord port
-hlt         |                            | Halt the machine
-inb         | port                       | Read a byte of a port
-outb        | value,port                 | Write a byte in a port
-printf      | message,line,colour        | Print char *
-reboot      |                            | Reboot the machine
-scanf       | buffer,line,column         |
-sprintf     | message,line,column,colour | Print char *
-sti         |                            | Enable interrupts
+Function      | Arguments                  | Description
+--------      |----------                  |------------
+aprintf       | message,line,colour        | Print char
+cli           |                            | Disable interrupts
+cls           |                            | Clean the screen
+disable_a20   |                            | Disable A20 Line
+disable_kb    |                            | Disable keyboard port
+enable_a20    |                            | Enable A20 Line
+enable_kb     |                            | Enable keybord port
+get_code      |                            | Get scancode os the keyboard
+hlt           |                            | Halt the machine
+inb           | port                       | Read a byte of a port
+outb          | value,port                 | Write a byte in a port
+printf        | message,line,colour        | Print char *
+reboot        |                            | Reboot the machine
+scancode      | c,buffer,state,line,column | Print scancode in the screen
+scanf         | buffer,line,column         | Read the keyboard port
+sprintf       | message,line,column,colour | Print char *
+sti           |                            | Enable interrupts
+strcat        | destination,source         | Concatenate strings
+strcmp        | string1,string2            | Compare two strings
+update_cursor | line,column                | Move the text-mode cursor
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Felipe Cabrera</dc:creator><pubDate>Tue, 03 Jan 2012 19:40:21 -0000</pubDate><guid>https://sourceforge.net5021572a7020c67d32ff379c803802952acca47b</guid></item><item><title>WikiPage sslib modified by Felipe Cabrera</title><link>https://sourceforge.net/p/nuos/wiki/sslib/</link><description>&lt;pre&gt;--- v3 
+++ v4 
@@ -5,11 +5,20 @@
 ==========
 For use the functions must be loading by #include "lib/stdlib.h" in the header of te app. A list of functions and arguments is ahead:
 
-Function  | Arguments             | Description        | Return
---------  |----------             |------------        |-------
-printf    | message, line, colour | Print char *       |
-aprintf   | message, line, colour | Print char         |
-cls       |                       | Clean the screen   |
-inb       | port                  | Read a byte of a port |
-outb      | value, port           | Write a byte in a port |
-reboot    |                       | Reboot the machine |
+Function    | Arguments                  | Description
+--------    |----------                  |------------
+aprintf     | message,line,colour        | Print char
+cli         |                            | Disable interrupts
+cls         |                            | Clean the screen
+disable_a20 |                            | Disable A20 Line
+disable_kb  |                            | Disable keyboard port
+enable_a20  |                            | Enable A20 Line
+enable_kb   |                            | Enable keybord port
+hlt         |                            | Halt the machine
+inb         | port                       | Read a byte of a port
+outb        | value,port                 | Write a byte in a port
+printf      | message,line,colour        | Print char *
+reboot      |                            | Reboot the machine
+scanf       | buffer,line,column         |
+sprintf     | message,line,column,colour | Print char *
+sti         |                            | Enable interrupts
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Felipe Cabrera</dc:creator><pubDate>Tue, 03 Jan 2012 19:20:11 -0000</pubDate><guid>https://sourceforge.net30f90117731adb8849604412b394e6ca4fa4eae1</guid></item><item><title>WikiPage sslib modified by Felipe Cabrera</title><link>https://sourceforge.net/p/nuos/wiki/sslib/</link><description>&lt;pre&gt;--- v2 
+++ v3 
@@ -10,8 +10,6 @@
 printf    | message, line, colour | Print char *       |
 aprintf   | message, line, colour | Print char         |
 cls       |                       | Clean the screen   |
-chsc      | line                  | Check keyboard     |
-detectmem |                       | Detect CPU memory  | totalmem, highmem, lowmem
 inb       | port                  | Read a byte of a port |
-outb      | value, port           | Write a byte in a port |   
-scanf     | key, line         | Read pressed key   | scan_code, outcode
+outb      | value, port           | Write a byte in a port |
+reboot    |                       | Reboot the machine |
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Felipe Cabrera</dc:creator><pubDate>Mon, 02 Jan 2012 22:19:45 -0000</pubDate><guid>https://sourceforge.nete5062e39415ae7f954ebeb2c834f6c8cb2f06920</guid></item><item><title>WikiPage sslib modified by Felipe Cabrera</title><link>https://sourceforge.net/p/nuos/wiki/sslib/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,9 +1,17 @@
-The *Simple Standard Library* **(sslib)** is the standard library of NuOS. It's implementing in current development version and it has not implemented in the current stable version.
-
+The *Simple Standard Library* **(sslib)** is the standard library of NuOS. It's implementing in development version and it has not implemented in the current stable version.
+You may use this for your own project because it's under GNU GPL v3
 ----------------
 Functions
-----------
-For use the functions  A list of functions and arguments is ahead:
-
----------------------
-Function
+==========
+For use the functions must be loading by #include "lib/stdlib.h" in the header of te app. A list of functions and arguments is ahead:
+
+Function  | Arguments             | Description        | Return
+--------  |----------             |------------        |-------
+printf    | message, line, colour | Print char *       |
+aprintf   | message, line, colour | Print char         |
+cls       |                       | Clean the screen   |
+chsc      | line                  | Check keyboard     |
+detectmem |                       | Detect CPU memory  | totalmem, highmem, lowmem
+inb       | port                  | Read a byte of a port |
+outb      | value, port           | Write a byte in a port |   
+scanf     | key, line         | Read pressed key   | scan_code, outcode
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Felipe Cabrera</dc:creator><pubDate>Sun, 01 Jan 2012 20:15:33 -0000</pubDate><guid>https://sourceforge.net1e4ef281ca51f05d696c503b787db2fc1e1448ca</guid></item><item><title>WikiPage sslib modified by Felipe Cabrera</title><link>https://sourceforge.net/p/nuos/wiki/sslib/</link><description>The *Simple Standard Library* **(sslib)** is the standard library of NuOS. It's implementing in current development version and it has not implemented in the current stable version.

----------------
Functions
----------
For use the functions  A list of functions and arguments is ahead:

---------------------
Function</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Felipe Cabrera</dc:creator><pubDate>Sun, 01 Jan 2012 19:39:57 -0000</pubDate><guid>https://sourceforge.net760f7b6d01efcd519e58731aae1c953b9e0e628c</guid></item></channel></rss>