Chameleon

Chameleon Svn Source Tree

Root/branches/rewrite/i386/modules/BiosDisk/Main.cpp

Source at commit 1075 created 12 years 10 months ago.
By meklort, Disk code
1/*
2 * Copyright (c) 2011 Evan Lojewski. All rights reserved.
3 *
4 */
5#include <cstdlib>
6#include <iostream>
7#include <modules>
8
9extern "C"
10{
11 void BiosDisk_start();
12}
13
14void BiosDisk_start()
15{
16}

Archive Download this file

Revision: 1075