-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (31 loc) · 1.54 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<style>
a {
max-width: 100%;
height: auto;
}
</style>
</head>
<body>
<center>
<h2><br>
The multi system compiling project
</br></h2>
<table width=800px><td>
<h3><br>This project is made for if compiling on one system it will compile the software on another system. To make this possible POSIX must be implemented on a windows compiler, then a common graphics and audio must be implemented on a windows compiler. Once a windows compiler has POSIX and a common graphics and audio, this will encourage coding developers to write code that is compatible on the majority of systems. If you want to support this project either create or help on issues, pull requests, or sponsor to <a href="https://coderrc.github.io">https://coderrc.github.io</a>. Once reached 10000 dollars per month this project would be worked on full time.</br></h3>
</td>
</table>
<h3>0 dollars per month</h3>
<h2><br>
My GitHub repositories
</br></h2>
<table width=800px><td>
<h3><br><a href="https://github.com/CoderRC/libmingw32_extended">https://github.com/CoderRC/libmingw32_extended</a> : A library for mingw32 that includes POSIX functions.<br></h3>
<h4>A library for mingw32 that includes some POSIX functions but eventually all of the POSIX functions will be completed and right now the POSIX functions that are included in this repository are mmap, munmap, msync, mlock, munlock, posix_madvise, madvise, shm_open, shm_unlink<br></h4>
</td>
</table>
</center>
</body>
</html>