DEADSOFTWARE

Fix loop on real hardware, but seems disk is dadly detected (~7Gb) and always retrun...
[bmbb.git] / README
1 Bare Metal BlackBox
2 --------------------
4 BlackBox Component Builder ported to bare x86 PC and runs without any host os.
6 Project goals:
7 - Make BlackBox to be fully independent environment;
8 - Make BlackBox easy to port to other os;
9 - Learn BlackBox internals and possibly port it to new architectures.
11 Building
12 -------------------
14 Requirements:
15 * GNU/Linux or any other *nix
16 * BlackBox 1.7.1
17 * GNU Binutils
18 * Wine
19 * Qemu
21 Firstly copy files from this repo to clean BlackBox 1.7.1 environment. (http://blackboxframework.org/stable/blackbox-1.7.1.zip)
22 Than just sequentially execute commanders from Docu486/Build-Tool.odc.
24 Known Issues
25 -------------------
27 Currently BMBB on early alpha stage. It can boot on hardware that do not require to enable A20 Line and requires at least 16M Ram.
28 Kernel implements everything exept coroutine supporting. Implemented only keyboard and speaker drivers (see Host subsystem). That all.
29 Currently graphics not supported, but implemented simple textmode Shell based on StdInterpreter. You can call Init.WinterWrapUp and enjoy music on you pc speaker. :)