Important notice - 06 April 2013

All eosgarden activities have been closed forever, in order to focus on new projects.
The content of this website will stay as is, for archive purpose, but won't be updated anymore.
eosgarden software are still available for download, but are no longer maintained. Support is no longer available.
 
 

C library

GitHub All our OpenSource projects have been migrated to GitHub. Feel free to fork! Documentation Standard C Library To ease the development process of the XEOS kernel, XEOS is built with a custom C89 standard library, written from scratch. It also...

OpenSource

GitHub All our OpenSource projects have been migrated to GitHub. Feel free to fork! Featured Projects XEOS is an experimental 32 bits Operating System for x86 platforms, written in Assembly and C, including a C89 Standard Library (with some C99...
05.07.2019

Overview

GitHub All our OpenSource projects have been migrated to GitHub. Feel free to fork! About The XEOS C Foundation library provides the base for object-oriented C style coding, reference counting memory management with auto-release capabilities,...

Overview

GitHub All our OpenSource projects have been migrated to GitHub. Feel free to fork! Overview OpenCV (Open Source Computer Vision) is a library of programming functions for real time computer vision. This project is a port of the OpenCV library for...

Overview

GitHub All our OpenSource projects have been migrated to GitHub. Feel free to fork! MEMDebug is a C library allowing to trace, inspect and debug the dynamic memory allocations inside a C program. MEMDebug is realeased under the . Feel free to use...

XSFoundation

GitHub All our OpenSource projects have been migrated to GitHub. Feel free to fork! About XEOS is an experimental 32 bits Operating System for x86 platforms, written in Assembly and C, including a C89 Standard Library (with some C99 parts). Its...

Overview

GitHub All our OpenSource projects have been migrated to GitHub. Feel free to fork! About XEOS is an experimental 32 bits Operating System for x86 platforms, written in Assembly and C, including a C89 Standard Library (with some C99 parts). Its...

XEOS

GitHub All our OpenSource projects have been migrated to GitHub. Feel free to fork! About XEOS is an experimental 32 bits Operating System for x86 platforms, written in Assembly and C, including a C89 Standard Library (with some C99 parts). Its...

Overview

GitHub All our OpenSource projects have been migrated to GitHub. Feel free to fork! Overview Obj-C Extended Log is a replacement library for the for the built-in NSLog() function, from the Apple Core Foundation framework. It provides better logging...

C & Objective-C quiz

C & Objective-C programming quiz This quiz will test your knowledge of the ANSI-C and Objective-C programming languages. The following topics are covered: Data types Memory management Pointer arithmetic Compiler issues Portability Standard C...

Reference

GitHub All our OpenSource projects have been migrated to GitHub. Feel free to fork! Documentation Reference You will find below all the available configuration directive for the Magic MakeFile. You can either edit them directly in the...

Technical details

GitHub All our OpenSource projects have been migrated to GitHub. Feel free to fork! Documentation Technical details This section contains some technical details about the XEOS operating systems. You'll find some usefull informations about the boot...

GNU General Public License (2)

GNU General Public License Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA Everyone is permitted to copy and distribute verbatim copies of this license document, but...

Cocoa: Delegate chain system

Implementing a delegate chain system in Objective-C Author: Jean-David Gadina <> Copyright (C) Jean-David Gadina. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License,...