Subversion Repositories Kolibri OS

Rev

Rev 6391 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
6391 ashmew2 1
This is the C Layer for KolibriOS.
2
 
8128 maxcodehac 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
 
7
 
6391 ashmew2 8
Along with the C Library we have, this will serve as the backbone to easily use libraries aand programs available in C.
9
This is also useful for porting.
10
Also useful for new developers who don't know assembly but know C.
11
 
12
And the beauty is, this is NOT a reimplementation of assembly libraries in C.
13
It is only a wrapper on top of C.
14
 
15
As all new things, this will have issues and bugs!
16
Please fix it.
17
Please let the other developers know what's wrong and how to fix it.
18
If you can, fix it yourself!
19
 
20
- ashmew2
8128 maxcodehac 21
2016-04-11