Real News. Real Commentary. Real Life. RSS 2.0

 Friday, September 26, 2008

Days Away From World War III


We are mere days away from some VERY big news.

There is a greater chance than ever that the world will be VERY different by October 1.

Yom Kippur is approaching, and the Russians have expressed great fear of a second Yom Kippur War, between Israel and Iran. They are intent on "preventing" it, by launching an earlier strike in Iran - September 28th.

Israel has been positioning itself in Georgia, in order to invade Iran. NATO bases have been built in Georgia. Georgia represents the perfect strategic location (other than Iraq) for attacking Iran. Iran is now surrounded by enemies: Iraq, Georgia, and Afghanistan - all are now occupied either by the US (NATO) or Russia.

Russia has positioned itself in Georgia and Syria. Take a look at what countries border Georgia and Syria. The US is in Iraq, ready to help Israel with its Yom Kippur Iran invasion. Russia will attack Iraq from Syria and Iran from Georgia, and the US will not know what hit it.

Prophet Alois Irlmaier sees "two eights and a nine" for the start date of World War III. 9/28/2008.

Congress is going on vacation at the end of this week. McCain has decided not to show up for the debate in Mississippi. Americans will be totally taken by surprise by the events that are about to unfold.

Friday, September 26, 2008 12:50:25 AM (Eastern Daylight Time, UTC-04:00)  #    Comments [1] -
Commentary | Personal
 Friday, June 20, 2008

Blast from the Past


I stumbled upon a file I wrote when I was only 12 years old when I coded a DOS game called Galawar (downloadable here!). I had an insane amount of computer knowledge back then:

This is me, sometime in 1999...
==============================================================================
-----     ***             What is protected mode?         ***     ------------
==============================================================================

     Protected mode isn't even close to a mode of security as you might think.
In fact, it is very different than that! Protected mode is a mode of your
CPU, where it can access(by using 24-bit memory addresses) a bigger amount of
memory than the usual 640 KB or less of conventional memory. Conventional
memory was the first memory to work with the 8086 and 8088 processors. Before
that, there was only 64 KB of memory or less to work with. Can you imagine?
Now, with the introduction of the 286 processor, we entered the world of
megabytes. The maximum amount of memory a 286 processor could have accessed
using protected mode was 16 MB. Protected mode was enabled and is enabled still
by the most common driver, HIMEM.SYS. It enables access to the High memory area
which can exceed the old 640 KB limit.

     Galawar uses the 386 processor which has some enhancements. It can access
memory using the virtual x86 mode, which is a mode that can simulate memory
through the hard disk using a page file(when there is not enough memory it
automatically swaps out some data to the hard disk. This is called A20 line
control and is enabled by HIMEM.SYS). Galawar uses the 32-bit enhancement
of the 386 processor to enable faster processing and, therefore, larger data
to go with the 16 MB of memory which can be accessed. 32-bit operating can't
be used on a 286 processor which wasn't a 32-bit processor. That's why, even
though Galawar uses protected mode compatible with the 286, Galawar needs a
386 processor to run.

     Protected mode is divided into two categories of memory, which can each
equal a maximum of 16 MB per block. The first and fastest kind is XMS memory,
which Galawar uses. Galawar could have used EMS memory, the second kind, but
it is a lot slower because it is divided into small handles. Each handle can't
be bigger than 16 KB. That's why, instead of using EMS memory, Galawar turned
back to the old conventional memory, which is somewhat faster than EMS memory
because it allows 64 KB handles. Also, Galawar simplified its requirements
because it would have wanted the EMM386 driver installed too, which can cause
real trouble in interaction with XMS memory. By the way, XMS memory can have
handle sizes up to 16 MB, in increments of 32 KB!

     Galawar hates Windows of any version because it uses too much processor
time(25% up to 50%) and because it uses too much memory. If you run Windows
in 386 Enhanced mode be careful because the memory might be in a page file and
Galawar could slow down a lot. Use DOS instead!(THIS DOESN'T REALLY MATTER
ON A PENTIUM OR PENTIUM II/III PROCESSOR).

     So, now I hope you know what protected mode is and why Galawar needs the
386 processor. You can impress your parents with this as well as your computer
teacher!

Friday, June 20, 2008 3:47:00 AM (Eastern Daylight Time, UTC-04:00)  #    Comments [0] -
History | Personal | Technology
Archive
<January 2009>
SunMonTueWedThuFriSat
28293031123
45678910
11121314151617
18192021222324
25262728293031
1234567
About the author/Disclaimer

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

© Copyright 2009
Dan Tohatan
Sign In
Statistics
Total Posts: 67
This Year: 0
This Month: 0
This Week: 0
Comments: 6
Build professional installers. Get ActiSetup.
All Content © 2009, Dan Tohatan