Googling around, I found this site, BlueStacks, that features this player application which will let you run Android apps on Windows & OS X!
Sadly it doesn’t like my laptop, and I’m missing a video cable so I can’t power up my Mac Pro just yet …
Googling around, I found this site, BlueStacks, that features this player application which will let you run Android apps on Windows & OS X!
Sadly it doesn’t like my laptop, and I’m missing a video cable so I can’t power up my Mac Pro just yet …
Honestly it’s not that bad, the UI is surprisingly snappy. Â The thing has a quad core processor, 2GB of ram.. Â the bundled keyboard… sucks. badly. Â I don’t even know why they even made it.
Surprisingly, there is adobe flash on the platform. Â Getting to the command prompt was pretty trivial, although I didn’t have any pure unsigned .net exe’s on me to test.. Â I forgot to check if the runtime included csc.exe …
The price is just too high for the platform to be compelling to be honest, it would have been a contender around the time the iPad launched, but true to MS’s nature they always let others lead before they enter the market.
Maybe after Christmas sales, or the lack of, there will be some motivation on Microsoft’s part to price it more competitively.
Also DOSBox would be a nice to have for Windows RT … but if it is all walled garden crap who knows if that’ll happen easily…
Over at newegg, $29.99 with a mail in rebate for $20.
For anyone who’s interested….
(This is a guest post by Antoni Sawicki aka Tenox)
Do you remember the famous Windows NT Blue Screen Of Death? For years it was a source of jokes and bad reputation of Windows reliability.
There even was a Blue Screen Saver. Today we fortunately see much less of it, but it still is there, reminding us that Windows NT internally is in fact a text mode operating system. The 1989 NT Design Workbook tells us that in the early days of development, before OS/2, Win32 subsystems or any GUI were developed, there was an ANSI console and bunch of command line utilities running in the text mode. Sadly all were removed in the retail version. The only true text mode application left around was autochk. Since the day Aclock was conceived I always wanted to run it on the NT text mode boot screen. In it’s twisted logic it actually makes a perfect sense.
So how do you actually output to the BSOD screen? Initially there was a lot hope in Windows NT Native Application, which can use NtDisplayString() function to display text before GUI takes over. Mark Russinovitch has written a sample Native Application with source code. Unfortunately I soon realized that NtDisplayString()Â does not allow for any control characters that would let me position the cursor or clear the screen. It doesn’t let much more than to display “Hello World” during Windows boot. This unfortunately wasn’t what I was hoping for. Out of lack of further ideas the project was shelved for nearly 10 years until I recently got some help from a real windows insider.
The new hope came from a HalDisplayString() and it’s helper functions HalQueryDisplayParameters() and HalSetDisplayParameters()which return screen resolution in characters and allow to position the text cursor. Exactly what I needed! Unfortunately these functions are part of the NT Kernel and there was absolutely no hope of calling them from user mode, even a Native application.
So a device driver version of Aclock was conceived. Err WHAT? Yes! A Windows Kernel Mode Device Driver version of Aclock. It sounds like craziest idea and most ridiculous waste of time ever. Worse than that, it definitely is! Despite that, development of the driver was actually surprisingly straight forward and the most difficulties I had was to do with setting up the right environment. It required Windows NT 4.0 SP6, an old version of NTDDK, SDK and Visual Studio. Once I had the project set up correctly, the only thing left to do was to figure out the kernel mode equivalents of some of the things I was getting for granted, for instance sleep(). My last surprise was rather unexpectedly difficult access to floating point in the driver. I was advised to avoid, so I have generated a pre computed tables of sin and cos values for every minute on the clock dial.
I must say that VMware Workstation Snapshots came very handy for launching and testing of the driver. It spared me from constant rebooting and re-launching the whole environment. I could load aclock and literarily click “back” like in a web browser.
Links:
Since running the driver on your own system will render it unbootable (you can always do a snapshot or use last known good configuration) I have built a minimal Windows NT Embedded (NTe) image that loads the driver on startup. It’s available as OVA image.
The next steps may involve porting AA-Lib to NTHAL. From there the possibilities are unlimited aalib-quake? 😉
Update:Â Video
So I’ve been dying to play this on OS X for quite some time to no avail.  So after the CrossOver give away I thought I’d be set! .. I installed steam, spent forever downloading and installing Fallout to only get either a blank white screen when running in full screen mode, or a black window running in a window.
So finally messing with ‘bottle’ settings I stumbled on the ability to run a session in an ’emulated desktop’. Â And with that setup with a big enough resolution, boom run it again and it works fine in a window!
Sadly I never held onto my save games so looks like I’ll be starting from scratch.

Happy Halloween, for those who celebrate it.. And of course, tomorrow being Da de los Muertos.
More so for I don’t forget…!
The site is available here at flock.codeweavers.com
yay so now all the online demos of stuff work again!
For those of you who have no idea what I’m talking about, feel free to check it out!
There is stuff in there like demos of
And all kinds of other stuff!
And even a quick shout out!
2012-10-21
A long time passed! I found someone is also interested in the old things. Neozeed built some Linux 0.00, 0.1x images running on Qemu emulator . I also put them HERE for people to find them easily. Thanks Neozeed. And during this period of time, I also find some valuable old things. The first is the source code of lib-0.12 for kernel 0.12. The other is the full ancient Linux system using kernel 0.98 patchlevel 1 released early by SLS, the 0.98pl1 system .
For anyone who doesn’t know, oldlinux.org is a historical repository for the early start of the now wide spread Linux operating system.  In a somewhat ironic sense of being available on the internet much of the early stuff is lost, however thanks to the work of these fine folks, and some less than scrupulous shovelware dealers, and hoarders much of it has been pieced back together.
I suppose much of it is really of no practical use today, although at the same time the pre 2.0 linux stuff was incredibly small.. And capable of running in ultra minimal configurations.