Re: [SharpOS Developers] Updated Builder

2007-12-15 Thread Bruce Markham
You said SA ISPs suck, but its very surprising to me that you are subject to paid bandwidth. In which case, 5mb for NAnt would probably suck. For now, just keep it in your sandbox, since the rest of us will probably stick to NAnt and MSBuild. Maybe at some point we can clean up the MSBuild (VS.NE

[SharpOS Developers] Updated Builder

2007-12-15 Thread Jonathan Dickinson
Yeah, I know, should use NANT, but I am on paid bandwidth at the moment. Just updated my builder. Usage: Before Kernel compile: Sharpos.builder -r "" -t "Keymaps.Compile" After kernel compile: SharpOs.builder -r "" -t "AOT.Compile" -t "Image.Copy" -t "Image.Build" Jonatha

[SharpOS Developers] SharpOS Builder

2007-12-15 Thread Jonathan Dickinson
Hey All, I wrote a tool to build SharpOS. It's in my sand box. Current Issues: . VS 2008 messed up my solutions when I converted them, a bit. It all compiles, but I am not 100% sure. . It probably won't work under Mono. I used Path.Append and what-not, but not sure about t

Re: [SharpOS Developers] First screen shot of semi-functional SharpOS demo command shell

2007-12-15 Thread Jonathan Dickinson
I had to type it in twice to get it to execute. It is all still *very* buggy. But if you wish to tinker with it, it is in my sandbox, and for now: it *is* case sensitive. [EMAIL PROTECTED] Case sensitive is good IMHO. It is completely (albeit difficult) to create two files in Windows with the

[SharpOS Developers] First screen shot of semi-functional SharpOS demo command shell

2007-12-15 Thread Bruce Markham
Hey folks! I've been working hard... with function pointers, linked lists, and a dynamically expanding StringBuilder, to pull off a semi-function demo command shell for SharpOS! There are still lots of bugs to work out - but for now, the basic premise works. You type in a command, and it compares