Changes

Jump to: navigation, search

FutureOS

289 bytes removed, 11:14, 9 August 2006
/* Programming in C for FutureOS */
=== Programming in C for FutureOS ===
If you don’t like It also possible to program assembler, you can use C as a very common and fast programming language: C! For example you can use the . There is a CP/M version of Small-C or a and also Windows-based cross-compiler compilers of the C language. The only thing you You have to do is to use FIOLIB.C instead of IOLIB.C. The file becase FIOLIB.C contain contains all C functions to use FutureOS system-calls. You can use a normal C program compile it, assemble it, link the object-code with FIOLIB (an all other needed libraries) and add an header to the *.COM file with COMFU.COM. To start such an C-program under FutureOS you have to start the RUNC-environment first. RUNC strongly expands the features of FIOLIB. Thanks to With RUNC it is possible to store functions in E-RAM, that means that you have leaving more main memory free for your C applications! This way the length of your C program only depends on connected RAM. Further information is provided at http://groups.yahoo.com/group/FutureOS/ and www.FutureOS.de.
== CBM – A menu system for FutureOS ==
Anonymous user