DEADSOFTWARE

674d71ac462f09a8be0666dcf4c424d35eefbf57
[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.
22 See [ http://blackboxframework.org/stable/blackbox-1.7.1.zip ].
23 Than just sequentially execute commanders from Docu486/Build-Tool.odc.
25 Current state
26 -------------------
27 Currently BMBB in early alpha stage. It can boot on hardware that have at least
28 16 MiB Ram. Kernel implements everything exept coroutine support procedures.
29 Currently graphics not supported, but implemented simple textmode shell based
30 on StdInterpreter. Host subsystem mostly not implemented.
32 You can call Init.WinterWrapUp and enjoy music on you pc speaker. :)
34 Implemented drivers:
35 * ATA
36 * PS/2 Keyboard
37 * PC Speaker
38 * Minix File System (Read Only)
39 * VGA Text Mode (Temporary in Kernel)
40 * Serial (Kernel logging)
41 * Serial (CommV24, Not Tested)
43 Todo:
44 * Page allocator
45 * VGA/VESA driver
46 * Mouse driver
47 * PCI support
48 * Networking
49 * Writable file system
50 * Full Host implementation
51 * System-independent controls
53 Hints
54 -------------------
55 Press Pause/Break to interrupt executed command.