Slashdot Mirror


User: kristaps.kaupe

kristaps.kaupe's activity in the archive.

Stories
0
Comments
38
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 38

  1. Re:But, but, but... on FreeDOS Turns 10 Years Old Today · · Score: 1

    It is not correct to say that DOS is limited to 640k.

    1. You can make more conventional memory than 640 kb (by using A0000-B7FFFF memory range in CGA/EGA/VGA text mode)
    2. You can load TSR program into UMB (maps on free memory ranges below 1 MB) and HMA (1024k-1088k range)
    3. Most of today's programs knows how to use XMS (provided by FDXMS/HIMEM) and EMS (provided by EMM386) memory
    4. 32-bit protected mode programs can manage whole memory if neither XMS nor EMS are present

    For more information: FreeDOS Technote #202

  2. Re:os development on FreeDOS Turns 10 Years Old Today · · Score: 1

    and disable the F5/F8 keys during boot (no safemode or boot to DOS)

    AFAIK you can disable Fx keys during start-up of MS-DOS 7 (Win9x), but you can't disable Shift (safe mode command prompt only) and Ctrl (displays boot menu on Win98 [not Win95]).
  3. Re:os development on FreeDOS Turns 10 Years Old Today · · Score: 2, Informative

    There *is* a tcp/ip stack for dos.

    No, there are tcp/ip stacks for dos. Some of them are TSR programs, some are statically linked libraries. And each of them have unique configuration mechanism. :( (but you can always keep your IP configuration in environment variables and use batchs scripts to create configuration for all required TCP/IP stacks).

    I have heard of Dos Routers and firewalls

    I know two - IPRoute and Internet Extender (I was using it at home before switching to Linux router).
  4. Re:os development on FreeDOS Turns 10 Years Old Today · · Score: 1

    No, in 95/98, all they needed to do was click escape at the login box.

    This can be disabled in registry.
  5. Re:64 bit support on FreeDOS Turns 10 Years Old Today · · Score: 3, Informative

    I wonder how freedos will deal with 64 bit CPUs. I just read that Intel's 64bit CPU will no longer support virtual x86 sessions anymore. So this means no more DOS. Will FreeDOS deal with it?

    Intel IA64 chips can emulate x86, AMD64 (and Intel's clones) supports x86 natively. Unless you enter long mode, it will act as fast 16-bit/32-bit CPU.
  6. Re:Hm. What about the GPL'd MS-DOS 7.10? on FreeDOS Turns 10 Years Old Today · · Score: 1

    but MS-DOS 7.10 was released (by Microsoft, of all evil empires) under the GNU Public License.

    Where did you get that MS-DOS 7.10 is released under GNU GPL?
  7. Re:It turns 10 today... on FreeDOS Turns 10 Years Old Today · · Score: 3, Funny

    When TODO list will be completed.

  8. Re:Will it run bash? on FreeDOS Turns 10 Years Old Today · · Score: 3, Insightful

    Yes, there is Perl port to DOS, as well as bash port. Unfotunatelly, for 386+ only. Check out DJGPP project. Also there was project called GNUish to port some GNU apps to 16-bits.

  9. Re:Oh here we go.... on Was Zuse's Z3 the First Programmable Computer? · · Score: 1

    Well, there is also some people believing that ancient Balts (ancestors of today's Latvians and Lithuanians) used ritual rocks as binary computers (they're keeping binary information in their opinion). I don't really understand how they think it was working, only heard such theory ;)

  10. Re:But the US does everything first! on Was Zuse's Z3 the First Programmable Computer? · · Score: 1

    Wow! That's an argument!

  11. Re:Certainly you don't know what DID happen on Was Zuse's Z3 the First Programmable Computer? · · Score: 3, Informative

    And English/American bombers was exactly targetted at military or industrial sites? Germans dropped some first bombs to London accidentaly, English answered with massive bombings targetted to civilians. And English/American bombers dropped more bombs on Dresden than Germans on all England.

  12. Re:Is this a good idea? on British Telecom Blocks Access to Child Porn Sites · · Score: 1

    I believe too that this is good idea. But I don't believe they can block _all_ child porno sites (AFAIK they're blocking access to specific URLs).

  13. Re:No! I use CapsLock as my "ESC" key on Is Caps Lock Dead? · · Score: 1

    At least my KDE 3.1 does not handle Win key. (well, I believe it's possible, but by default Win key isn't working).