Subversion Repositories Kolibri OS

Rev

Rev 6391 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6391 Rev 8128
Line 1... Line 1...
1
This is the C Layer for KolibriOS.
1
This is the C Layer for KolibriOS.
Line -... Line 2...
-
 
2
 
-
 
3
Usage:
-
 
4
- Say 'make' in 'ASM' folder (need installed FASM)
-
 
5
- Say 'make' in 'EXAMPLE' folder (need installed kos32-gcc), now we have compiled samples
-
 
6
 
2
 
7
 
3
Along with the C Library we have, this will serve as the backbone to easily use libraries aand programs available in C.
8
Along with the C Library we have, this will serve as the backbone to easily use libraries aand programs available in C.
4
This is also useful for porting.
9
This is also useful for porting.
Line 5... Line 10...
5
Also useful for new developers who don't know assembly but know C.
10
Also useful for new developers who don't know assembly but know C.