Showing posts with label system. Show all posts
Showing posts with label system. Show all posts

Enable DMA in Windows XP Vista and Windows 7 to speed up the system

Direct memory access (DMA) is a feature of modern computers and microprocessors that allows certain hardware subsystems within the computer to access system memory for reading and/or writing independently of the central processing unit.
DMA is used for transferring data between the local memory and the main memory. Computers that have DMA channels can transfer data to and from devices with much less CPU overhead than computers without a DMA channel.

This is especially useful in real-time computing applications where not stalling behind concurrent operations is critical. Another and related application area is various forms of stream processing where it is essential to have data processing and transfer in parallel, in order to achieve sufficient throughput.
Now, know how to Enable Direct Memory Access (DMA) in order to speed up your system.

You must be logged on as an administrator to perform these steps.

Direct memory access (DMA) is usually turned on by default for devices such as hard disks and CD or DVD drives that support DMA. However, you might need to turn on DMA manually if the device was improperly installed or if a system error occurred. Perform the following steps to do this.

First Open Device Manager.
  • Right-click on My Computer, select Properties
  • Select the Hardware tab
  • Click the Device Manager button
For Windows XP
  1. Double-click IDE/ATAPI controllers
  2. Double-click on the Primary IDE Channel
  3. Click on the Advanced Settings tab (as shown in figure) The tab may or may not be available for each option. It is only available in Primary and Secondary Channels.
  4. Set the Transfer Mode to "DMA if Available" both for Device 1 and 0
  5. Click OK
  6. Perform the same operation for other items in the list, if applicable.
For Windows Vista and Windows 7
  1. In the left pane, click the plus sign next to IDE ATA/ATAPI controllers to expand it.
  2. For each icon that has the word Channel as part of its label, right-click the icon, and then click Properties.
  3. Click the Advanced Settings tab, and then, under Device Properties, select the Enable DMA check box.
  4. Click OK.
Read More..

System Development Corporation the worlds first software company

My colleague, Bob Doran, brought this video to my attention about System Development Corporation - arguably the worlds first software company.

from The Universal Machine http://universal-machine.blogspot.com/

IFTTT

Put the internet to work for you.

Turn off or edit this Recipe

Read More..

The George operating system

I came across this intriguing news story the other day about a group of school students from St Thomas of Canterbury College in Christchurch NZ who have made an operating system, called George, that uses games and tests to teach basic literacy and numeracy. The educational OS is designed to run on old (semi-obsolete) computers.  Unfortunately, apart from this news story I can find no other information about this at all. It seems they have neglected to make a web page to describe their innovation. It gets more confusing because (news to me) it turns out there used to be an OS called George that ran on International Computers and Tabulators (ICT) mainframe computers in the 1960s. So if anyone reading this has any more information on the (new) George OS please contact me.

from The Universal Machine http://universal-machine.blogspot.com/

IFTTT

Put the internet to work for you.

Turn off or edit this Recipe

Read More..

TensorFlow Google’s latest machine learning system open sourced for everyone



Deep Learning has had a huge impact on computer science, making it possible to explore new frontiers of research and to develop amazingly useful products that millions of people use every day. Our internal deep learning infrastructure DistBelief, developed in 2011, has allowed Googlers to build ever larger neural networks and scale training to thousands of cores in our datacenters. We’ve used it to demonstrate that concepts like “cat” can be learned from unlabeled YouTube images, to improve speech recognition in the Google app by 25%, and to build image search in Google Photos. DistBelief also trained the Inception model that won Imagenet’s Large Scale Visual Recognition Challenge in 2014, and drove our experiments in automated image captioning as well as DeepDream.

While DistBelief was very successful, it had some limitations. It was narrowly targeted to neural networks, it was difficult to configure, and it was tightly coupled to Google’s internal infrastructure - making it nearly impossible to share research code externally.

Today we’re proud to announce the open source release of TensorFlow -- our second-generation machine learning system, specifically designed to correct these shortcomings. TensorFlow is general, flexible, portable, easy-to-use, and completely open source. We added all this while improving upon DistBelief’s speed, scalability, and production readiness -- in fact, on some benchmarks, TensorFlow is twice as fast as DistBelief (see the whitepaper for details of TensorFlow’s programming model and implementation).
TensorFlow has extensive built-in support for deep learning, but is far more general than that -- any computation that you can express as a computational flow graph, you can compute with TensorFlow (see some examples). Any gradient-based machine learning algorithm will benefit from TensorFlow’s auto-differentiation and suite of first-rate optimizers. And it’s easy to express your new ideas in TensorFlow via the flexible Python interface.
Inspecting a model with TensorBoard, the visualization tool
TensorFlow is great for research, but it’s ready for use in real products too. TensorFlow was built from the ground up to be fast, portable, and ready for production service. You can move your idea seamlessly from training on your desktop GPU to running on your mobile phone. And you can get started quickly with powerful machine learning tech by using our state-of-the-art example model architectures. For example, we plan to release our complete, top shelf ImageNet computer vision model on TensorFlow soon.

But the most important thing about TensorFlow is that it’s yours. We’ve open-sourced TensorFlow as a standalone library and associated tools, tutorials, and examples with the Apache 2.0 license so you’re free to use TensorFlow at your institution (no matter where you work).

Our deep learning researchers all use TensorFlow in their experiments. Our engineers use it to infuse Google Search with signals derived from deep neural networks, and to power the magic features of tomorrow. We’ll continue to use TensorFlow to serve machine learning in products, and our research team is committed to sharing TensorFlow implementations of our published ideas. We hope you’ll join us at www.tensorflow.org.
Read More..

Operating system History of computers

Operating System
   OS(Operating system), OSs are the backbone software to any computer it is the program that allows evering thing else to be added, it is the first piece of software you install on a newly build computer. OSs as we think of them today did not exist until the early 1960s. There are different types of user the two most common are command line and GUI(Graphical User Interface) command line was big in the 60s and 70s.



      The two biggest OSs today are Microsofts Windows OS, and Apples Macintosh OS. One of the first GUIs to hit the market was the Apple lisa. It did not sell very well due to the $10,000 price tag. Then apple came out with the macintosh and it sold well due to the drastic price drop. There are many smaller OSs that are gaining popularity one to note is Linux. Linux is built off of UNIX which is ca command line driven OS. Still used by many large corporations,but not the general public due to its large price tag. This is where linux comes in, linux and its variations which there are too many to list are free and some offer a GUI. Linux is a very popular OS which is one of the few that can act as a server with no 3rd party software.

Best creative commons example i could find.





History of computers
   Charles Babbage is the man credited with creating the concept of input,storage, processing,and output, when he outlined his idea of the ultimate calculator. The problem with his design was that it was mechanical and vulnerable to mechanical problems like wear. What made computers a viable thing instead of "Thing of fantasy" was the invention of electronic devices. With that we created the vacuum tube, then the transitor that replaced that, and is now the basis for all of our electronics today.


   




Sources: History of computers
             Operating systems
Read More..