Subversion Repositories Kolibri OS

Rev

Rev 6391 | Show entire file | Ignore 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.
Line 11... Line 16...
11
Please fix it.
16
Please fix it.
12
Please let the other developers know what's wrong and how to fix it.
17
Please let the other developers know what's wrong and how to fix it.
13
If you can, fix it yourself!
18
If you can, fix it yourself!
Line 14... Line 19...
14
 
19
 
15
- ashmew2
-
 
16
2016-04-11
20
- ashmew2
-
 
21
2016-04-11