Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
9393 896 d 11 h Boppan /_tools/ [WS][cleanup.py] Disable mandatory flag  
9392 896 d 11 h Boppan /_tools/ [WS] Check if tup exists  
9391 896 d 11 h Boppan /_tools/workspace/ [WS] Use faster uncompressed kernel by default  
9390 896 d 11 h Boppan /_tools/ [WS] Use lib/build.py to download kolibri.img  
9389 896 d 11 h Boppan /_tools/ [WS][run.py] Add --fast key to use non-compressed kernel  
9388 896 d 12 h Boppan /_tools/workspace/ [WS] Remove done TODO  
9385 896 d 12 h Boppan /_tools/ [WS] Small refactoring  
9384 896 d 13 h Boppan /_tools/ [WS] Merge download_if_not_exist and download functions  
9383 896 d 13 h Boppan /_tools/ [WS] Cache kolibri.img in _tools/cache  
9382 896 d 13 h Boppan /_tools/ [WS] Move download_if_exist to lib  
9381 896 d 13 h Boppan /_tools/workspace/ [WS][run.py] Use os.path.dirname instead of hand-written function  
9380 896 d 14 h Boppan /_tools/workspace/ [WS][build.py][clean] Only delete file if it exists  
9379 896 d 14 h Boppan /_tools/ [WS] Make cleanup.py remove compiled files  
9378 896 d 14 h Boppan /_tools/ [WS] Make workspace tools executable  
9377 897 d 2 h Boppan /_tools/ [WS] Use tup to build projects  
9376 897 d 3 h Boppan /_tools/workspace/ [WS] Do not emit autorun.dat contents  
9375 897 d 3 h Boppan /_tools/ [WS] Make it work on Windows  
9374 897 d 3 h Boppan /_tools/ [WS] Create new calling scripts instead of copying  
9373 897 d 4 h Boppan /_tools/workspace/ [WS] Autorun compiled program  
9372 897 d 7 h Boppan /_tools/lib/ [WS] Fix network.py unimported log  
9371 897 d 7 h Boppan /_tools/ [WS] Add script to cleanup (unsetup?) workspace  
9370 897 d 7 h Boppan /_tools/ [WS] Move simple functions into lib  
9368 897 d 8 h Boppan /_tools/workspace/ [WS] Make it work in Linux  
9367 897 d 8 h Boppan /_tools/ [WS] Convert CRLF to LF  
9357 898 d 3 h Boppan /_tools/ [WS] Implement basic workspace system

* get_started.py sets up a new workspace in a project folder
* build.py builds the project using info from Tupfile.lua
* run.py moves compiled program into kolibri.img and boots qemu on it

Only supports very simple programs for now (tested on few demos).
Only tested on Windows for now.