Subversion Repositories Kolibri OS

Rev

Rev 6391 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6391 Rev 8128
1
This is the C Layer for KolibriOS.
1
This is the C Layer for KolibriOS.
-
 
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.
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.
6
 
11
 
7
And the beauty is, this is NOT a reimplementation of assembly libraries in C.
12
And the beauty is, this is NOT a reimplementation of assembly libraries in C.
8
It is only a wrapper on top of C.
13
It is only a wrapper on top of C.
9
 
14
 
10
As all new things, this will have issues and bugs!
15
As all new things, this will have issues and bugs!
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!
14
 
19
 
15
- ashmew2
20
- ashmew2
16
2016-04-11
21
2016-04-11