Archive

Posts Tagged ‘Windows’

Pre-Christmas Cheer, Paul Thurrott previews Windows 7 Beta 1

December 27th, 2008

Almost missed this one, Paul Thurrott of WinSuperSite fame has previewed Windows 7 Beta 1 a day before Christmas - he must have been an ultra good  boy in that case.

Well, the waiting is finally over. What you’re looking at here is the eagerly awaited Windows 7 Beta, the pre-release version of Microsoft’s next operating system that will ship publicly by mid-January. As promised, there are no new features exposed in the Beta: Instead, Microsoft has tweaked all of the existed features that were announced at PDC 2008 and provided a build that is capable of day-to-day use. I’ll be reviewing the Windows 7 Beta soon.

Whilst most will have to wait a tinsy bit more before they get their hands on the ‘official’ Beta 1 release - tagged v6.1.7000.0 (winmain.win7beta.081212-1400).

Paul gives us a run down of the installation (part1, part2), first boot (part1 - with Windows Media Player, IE amongst the shots, part2 - Control panel applets, wireless, desktop UI changes).

Windows 7 Beta 1

If that wasnt enough, NeoWin also has a thread from a forum member of the leaked pre-release. Wow, is this not the best Christmas EVAR for l33tle geeks around the globe?

Developer, Operating Systems, Windows, Windows 7, software , , , , , , , , , , ,

Sun ushers in VirtualBox 2.1 with cool new features!

December 18th, 2008

VirtualBoxIt only feels like last month Sun released VirtualBox 2.0 and they’ve just released 2.1 which brings a plethora of additional goodies… from the changelog:

  • Support for hardware virtualization (VT-x and AMD-V) on Mac OS X hosts
  • Support for 64-bit guests on 32-bit host operating systems (experimental; see user manual, chapter 1.6, 64-bit guests, page 16)
  • Added support for Intel Nehalem virtualization enhancements (EPT and VPID; see user manual, chapter 1.2, Software vs. hardware virtualization (VT-x and AMD-V), page 10))
  • Experimental 3D acceleration via OpenGL (see user manual, chapter 4.8, Hardware 3D acceleration (OpenGL), page 66)
  • Experimental LsiLogic and BusLogic SCSI controllers (see user manual, chapter 5.1, Hard disk controllers: IDE, SATA (AHCI), SCSI, page 70)
  • Full VMDK/VHD support including snapshots (see user manual, chapter 5.2, Disk image files (VDI, VMDK, VHD), page 72)
  • New NAT engine with significantly better performance, reliability and ICMP echo (ping) support (bugs #1046, #2438, #2223, #1247)
  • New Host Interface Networking implementations for Windows and Linux hosts with easier setup (replaces TUN/TAP on Linux and manual bridging on Windows)

Some key things to note here, those “cool” people that run OS X can now get hardware virtualisation. Even if you have a 32bit host operating system your able to run 64bit hosts so long as you enable hardware acceleration on the CPU (AMD-V or Intel-VT) as VirtualBox’s Hypervisor requires this to work. A couple of other major additions - tested personally, include the enhanced virtualisation on the new Nahalem processors (Extended Page Table & Virtual Processor Identifier - see below) and the starting block for OpenGL (and later DirectX) Acceleration in XP and Vista. Testing this on OpenGL gave some decent performance though its still got a bit of work to do.

The move to include 3D acceleration is an interesting one, considering VMWare recently acquired Tungsten Graphics - who is the company behind Mesa, TTM memory manager and Gallium3D.  Interesting times ahead - as always :)

What’s an Extendable Page Table & that VPID thing???

Virtualisation in the Intel world comes in two flavours, the Intel VT-x and Intel VT-i Architectures. The VT-x is for IA-32 processors, whilst the VT-i is for Itanium processors.

Intel took a slice of the Virtualisation pie offered by AMD’s Pacifier architecture in implementing a method of translating ordinary IA-32 page tables from the guest-physical addresses to the host-physical addresses used to access memory. This way, guest’s can handle their own page tables directly and page-faults associated with them directly and minimize the (sizable) overhead associated with translating. This is known as Extended Page Tables (EPT).

Virtual Processor Identifiers (VPIDs) on the other hand allows a hypervisor (or a VMM) to assign a non-zero VPID to each virtual processor with the initial processor (VPID = 0) assigned to the hypervisor itself. This way, the CPU can use the VPIDs to tag translations in the Translation Lookaside Buffer (TLB) which removes the performance penalties associated with flushing TLBs on VM Entry and exit.

Both these two bits of technology (along with NMI-window exiting)  come on the Nahelem processor’s Virtualisation enhancments. If your interested in a more indepth explanation see the article Solving Virtualisation Challenges with VT-X and VT-I from the Intel Technology Journal.

Other Changes in 2.1

  • VMM: significant performance improvements for VT-x (real mode execution)
  • VMM: support for hardware breakpoints (VT-x and AMD-V only; bug #477)
  • VMM: VGA performance improvements for VT-x and AMD-V
  • VMM: Solaris and OpenSolaris guest performance improvements for AMD-V (Barcelona family CPUs only)
  • VMM: fixed guru meditation while running the Dr. Web virus scanner (software virtualization only; bug #1439)
  • VMM: deactivate VT-x and AMD-V when the host machine goes into suspend mode; reactivate when the host machine resumes (Windows, Mac OS X & Linux hosts; bug #1660)
  • VMM: fixed guest hangs when restoring VT-x or AMD-V saved states/snapshots
  • VMM: fixed guru meditation when executing a one byte debug instruction (VT-x only; bug #2617)
  • VMM: fixed guru meditation for PAE guests on non-PAE hosts (VT-x)
  • VMM: disallow mixing of software and hardware virtualization execution in general (bug #2404)
  • VMM: fixed black screen when booting OS/2 1.x (AMD-V only)
  • GUI: pause running VMs when the host machine goes into suspend mode (Windows & Mac OS X hosts)
  • GUI: resume previously paused VMs when the host machine resumes after suspend (Windows & Mac OS X hosts)
  • GUI: save the state of running or paused VMs when the host machine’s battery reaches critical level (Windows hosts)
  • GUI: properly restore the position of the selector window when running on the compiz window manager
  • GUI: properly restore the VM in seamless mode (2.0 regression)
  • GUI: warn user about non optimal memory settings
  • GUI: structure operating system list according to family and version for improved usability
  • GUI: predefined settings for QNX guests
  • IDE: improved ATAPI passthrough support
  • Networking: added support for up to 8 Ethernet adapters per VM
  • Networking: fixed issue where a VM could lose connectivity after a reboot
  • iSCSI: allow snapshot/diff creation using local VDI file
  • iSCSI: improved interoperability with iSCSI targets
  • Graphics: fixed handling of a guest video memory which is not a power of two (bug #2724)
  • VBoxManage: fixed bug which prevented setting up the serial port for direct device access.
  • VBoxManage: added support for VMDK and VHD image creation
  • VBoxManage: added support for image conversion (VDI/VMDK/VHD/RAW)
  • Solaris hosts: added IPv6 support between host and guest when using host interface networking
  • Mac OS X hosts: added ACPI host power status reporting
  • API: redesigned storage model with better generalization
  • API: allow attaching a hard disk to more than one VM at a time
  • API: added methods to return network configuration information of the host system
  • Shared Folders: performance and stability fixes for Windows guests (Microsoft Office Applications)

Performance & Updates

Overall, on the two different machines that I’ve tried the new 2.1 release on, they’ve both “felt” snappier (QX6850 and a Core i7 965E - architecture summary) but unlike the 1.6 release - which was somewhat flakey for me, 2.x releases of VirtualBox are solid.

3D Acceleration Option

Dont take my word for it, download and try it out.

Gets me a VirtualBox 2.1

Grab your copy and try it out.

  • VirtualBox 2.1.0 for Windows hosts x86 | AMD64
  • VirtualBox 2.1.0 for Solaris and OpenSolaris hosts x86 | AMD64

Give it a shot, heck try OpenSolaris 2008.11 on there just for kicks!

Developer, Kernel / Internals, Linux/Unix, OpenSolaris, Operating Systems, Tools / Products, Windows, hardware, software , , , , , , , , , , , , , , , , , , , , , ,

Window 7: Information about the leaked build from WinHEC China

December 13th, 2008

Google releases Chrome 1.0

December 12th, 2008

Epic news, Google has released a 1.0 release of Chrome.

We have removed the beta label as our goals for stability and performance have been met but our work is far from done. We are working to add some common browser features such as form autofill and RSS support in the near future. We are also developing an extensions platform along with support for Mac and Linux. If you are already using Google Chrome, the update system ensures that you get the latest bug fixes and security patches, so you will get the newest version automatically in the next few days.

You can download a windows version today, the Linux & Mac OS builds are still in development.

Cool Tools, Developer, Operating Systems, Web / Internets, Windows, software , , , , , , , , , , , , ,

Microsoft releases Vista SP2 Beta and Windows Server 2008 SP2 Beta to public!

December 6th, 2008

Thats right, get it while its hawt! SP2 Beta for Windows Vista and Windows Server 2008 is available for your downloading pleasure. Weighing in at 338Mb its one download for both OS’s.

SP2 is an update to Windows Server 2008 and Windows Vista that addresses feedback from our customers and partners. By providing these fixes integrated into a single service pack, Microsoft provides a single high-quality update that minimizes deployment and testing complexity for customers.
In addition to all previously released updates, SP2 will contain changes focused on addressing reliability and performance issues, supporting new kinds of hardware, and adding support for several emerging standards. SP2 will also continue to make it easier for IT administrators to deploy and manage large installations of Windows Server 2008.

Service Pack 1 is a prerequisite for installing Service Pack 2. Please make sure that your system is running Service Pack 1 before you install Service Pack 2.
Windows Server 2008 SP2 Beta and Windows Vista Service Pack 2 Beta - Five Language Standalone version can be installed on systems with any of the following language versions: English, French, German, Japanese, or Spanish.

Technet areas:

Download links:

  • ISO for Windows Server 2008 x86/x64/ia64 and Windows Vista x86/x64
  • x86 for Windows Server 2008 and Windows Vista x86
  • x64 for Windows Server 2008 and Windows Vista x64
  • IA64 for Windows Server 2008 ia64

Developer, Kernel / Internals, Operating Systems, Windows, software , , , , , , , , ,

Windows 25 Years old

November 22nd, 2008

Completely forgot about a birthday, Windows turned 25 on the 10th of November.

On November 10th, 1983, Bill Gates first unveilled Microsoft Windows (v1.0) to the world at an unprecedented elaborate event at the Helmsley Palace Hotel (Wikipedia) in New York City. Windows 1.0 boasted a graphical user-interface to the MS-DOs world with menus, icons and multi-tasking. Not that I was around back then (I was born just under a year later) but here’s some screenies for your pleasure.

Windows 1.0 Boxshot

Windows 1.0 Boxshot

All for a cheap $99 and it even comes with Reversi. Steve Balmer, crazy back then, still a crazy guy today.

Belated Happy Birthday.

Developer, Operating Systems, Windows, software , , , , , , , ,

Going Deep: Inside Windows 7 with Mark Russinovich

October 29th, 2008

If you like discussions about deep internals you’ll most definately have subscribed to the Going Deep series on Channel 9. Today they just released a fascinating interview with Kernel Guru, Mark Russinovich - of Sysinternals fame, who is now a Technical Fellow at Microsoft. One of my favourite books would have to be Windows Internals 4th Edition, and reference it quite frequently. Cant wait for the 5th edition!!!

One very important change in Windows 7 kernel is the dismantling of the Spin Lock Dispatcher and redesign and implementation of its functionality into separate components. This work was done by Arun Kishan (you’ve met him here on C9 last year). The direct result of this great work is that Windows 7 can scale to 256 processors and enabled the great Landy Wang to tune Windows Memory manager to be even more efficient than it already is. Mark also explains (again) what MinWin really is (heck, even I was confused. Not anymore…). MinWin is present in Windows 7.

There are some really interesting topics covered in this video, especially the content behind the scheduler and the thread dispatcher.

Channel 9 Going Deep: Inside Windows 7

Download Offline versions: WMV | WMV HD | MP4 (iPod) | ZUNE

.NET / CLR / C#, Developer, Kernel / Internals, Operating Systems, Security, Windows, Windows 7, software , , , , , , , , , , , , , , , , , , ,

Windows Se7en: So it begins…

October 29th, 2008

Unless you’ve been living under a rock under the Apple tree you would have heard that a little company in Redmond WA has been working on a new version of Windows dubbed Windows 7 (which is what it will actually be called for once!).

At PDC today, Microsoft finally unveiled the much-anticipated release of Windows 7 and handed out pre-beta bits to atendees (tagged 6801.winmain_win7m3.081020-1655). They demonstrated a newer build which was tagged 6933.winmain.081020-184 during PDC which unfortunately was not given out. Unfortunately I couldn’t go due to work constraints, but in case your in the same boat I’ve collected some of the best sources of info out there for you to browse through.

First and foremost, some pretty pictures of the glassy new desktop UI.

Some interesting articles out of the many out there that are recommended reading:

For the pretty screenshots, see galleries here and here. More information and probably a bit more discussion will follow soon.

EDIT:
ArsTechnica have got an updated build reviewed which goes into bit more depth too and NeoWin has posted a nice gallery walkthrough of the Win7 UI and details about Vista SP2.

.NET / CLR / C#, Developer, Operating Systems, Tools / Products, Windows, hardware, software , , , , , , , , , , , , , , , , ,

Microsoft releases Silverlight 2, and OpenOffice 3.0 goes out the door!

October 14th, 2008

A few days ago OpenOffice 3.0 got released after 3 long years of development. You should download a copy and give it ago. To be perfectly honest, because of my MSDN suby’s I never really needed OpenOffice nor did I particularly like v2.x, but v3.0 is a breath of fresh minty air with a ray of bright Sun light beaming down from the heavens. The only times I’ve ever tried was under Linux, and even then I’ve often gone for Abiword instead to avoid the bloat.

It feels far more responsive than the 2.x versions I’ve tried, heck it even loads a helluva lot faster too and doesnt seem to chew up the resources 2.x did.

The Office Word compatibility has improved greatly. Learn more about OpenOffice 3.0 on the Linux Format article.

Then if that wasnt enough, Microsoft today launched Silverlight 2, which finally heads out of beta. Havent had a great deal of time to play with Silverlight but from the demos it looks kick-ass.

.NET / CLR / C#, Developer, Linux/Unix, Operating Systems, Tools / Products, Web / Internets, Windows, software , , , , , , , ,

COOL TOOL: Throwaway the CDs & DVDs, use your Flash Drive + UNetbootin to install Linux!

October 11th, 2008

I’ll admit it, I still have a floppy-drive attached to my maturing beast, which is primarily used as my day-to-day development box. Floppies come in handy for that odd install of XP or below that require RAID drivers (though you can just use nLite and bundle it by default).

But what about the CD-R’s and DVD-R’s in the days of Cloud Browser based Operating Systems (funny)? I recall burning ISOs like no tomorrow when new versions of Ubuntu were released - and I’m sure everyone else who has gone down the Linux or BSD route has had similar experiences.

But before you go burning that ISO at the next install (maybe Ubuntu Intrepid Ibex at the end of the month) you might want to consider an alternate route - and whats more, I’ll bet you it will install faster on newer systems.

I bought a Corsair Voyager GT 16Gb (pdf info-sheet) flash drive a few months back, whilst I’ve been fairly disappointed that its advertised speed fell short of expectations due to the Samsung manufactering process changes, I still kept it dear to myself having paid about AUD$109 for it. (I name things, the drive was dubbed DrSporky). Even though its rated at about 34MB/S read (so realistically it should do about 25-30MB/s) I’ve managed to clock about 19-21MB/s copying a 500Mb file using Teracopy - a real benchmark not a synthetic test and 8Mbp copying it back to the drive (see below). Nothing to sneeze at, but the difference between the GT and the non-GT was the 30MB/s+ read-speed I figured.

I use it almost daily and it carries around a bootable version of Ubuntu 8.04 (Hardy Heron) thanks to the multi-platform utility UNetbootin.

UNetbootin is written in C++ using the Qt4 Toolkit engine (full information is available on the Universal Netboot Installer page on Launchpad) so its compatible on Windows and Linux. Simply download the latest version, insert your USB drive and either let UNetBootbin download the distro you’d like to try _or_ browse to the Disk image to one you’ve already grabbed.

Give it a go and see what you think, installing Ubuntu 8.04.1 on a mates system (ASUS P5KPL-CM & Core E2180) took less than 10minutes (at most 20 if you inlude boot and configuration)!!! The best part is that you can easily reuse it easily formatting etc *AND* store your own things ready to utilise whenever you need it.

So the next time you got install _anything_ give UNetbootin ago and make use of that fast USB Drive instead of wasting CD/DVD writables that you usually endup throwing away.

Its My Life, Linux/Unix, Operating Systems, Windows , , , , , , , , , , , , , , , , ,