comparison README.md @ 256:225f444019b1

Added build and flash menu option
author Windel Bouwman
date Sun, 04 Aug 2013 18:32:04 +0200
parents 003c8a976fff
children 703321743e8a
comparison
equal deleted inserted replaced
255:7416c923a02a 256:225f444019b1
1 1
2 # Project goals 2 # Project goals
3 * To write a microkernel sort of OS. 3 * To write a microkernel OS.
4 * Write the kernel in C ('cos') 4 * Write the kernel in C3 ('cos')
5 * Write a kernel in oberon like language and be able to compile this with the ide. 5 * Write a kernel in oberon like language and be able to compile this with the ide.
6 * Create python scripts that form the major part of the OS. 6 * Create python scripts that form the major part of the OS.
7 * Make IDE in python that can compile the OS. 7 * Make IDE in python that can compile the OS.
8 8
9 # Directory structure 9 # Directory structure
17 * pyqt4 17 * pyqt4
18 18
19 # How to start the IDE 19 # How to start the IDE
20 20
21 cd python 21 cd python
22 python runide.py 22 python ide.py
23
24 # Run unittests
25
26 cd python
27 python -m unittest
23 28
24 [![Build Status](https://drone.io/bitbucket.org/windel/lcfos/status.png)](https://drone.io/bitbucket.org/windel/lcfos/latest) 29 [![Build Status](https://drone.io/bitbucket.org/windel/lcfos/status.png)](https://drone.io/bitbucket.org/windel/lcfos/latest)
25 30
26 31