[Freedos-user] Freedos x Virtual PC x NetBEUI

2008-02-14 Thread Lelio


Hello.
 
How
do I get  install NetBEUI in FreeDOS which is within the Virtual 
PC?



And since the beginning arachne browser?
 
Sorry, my
English...
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] Freedos x Virtual PC x Jemm

2008-01-01 Thread Lelio


Thanks, now was with 613K of Convetional Memory Free... and with DOS
VPC's Guest Additions.

- Original Message -
From: Japheth [EMAIL PROTECTED]
To: freedos-user@lists.sourceforge.net
Sent: Saturday, December 29, 2007 4:17 AM
Subject: Re: [Freedos-user] Freedos x Virtual PC x Jemm



 Hi,
 
 You should have mentioned something 
about the context
 instead of only throwing URLs at us ;-).
The first  URL
 talks about making more low RAM free by
loading  things
 high into UMB and by using fewer drivers.
The  second
 URL talks about DR DOS. One thing that might be 
useful
 for FreeDOS and JEMM is the EMM386 hint in the 
first:
 It says you might be able to use:
 
  EMM386 ... I=B100-B7FF I=C600-C7FF I=CC00-CFFF I=e600-efff
  
 In other words, the Virtual PC VGA BIOS is only
24k
  
 it is 48 kB (C000-CBFF), but has holes. Using
I=TEST finds most of them  
 automatically, except the 4 kB
region C700-C7FF (because it has a  different 
 last
byte).
 
 OTOH, region CC00 seems to be  not
really free on VPC 2007, it contains a 2 kB 
 ROM. Jemm somehow
has  the opinion that this region is free, however, I don't 

know why. To be  safe, it should be excluded with X=CC00-CCFF.


  and the mono  text mode buffer can be partially
used
  for UMBs  (b100-b7ff).
 
 My
experience tells that the buffer can be fully  used (B000-B7FF)


  Unfortunately it does not tell  which
  things are in the way at e000-e5ff and c800-cbff, do 
you
  know more about that?
 
 Tool
GetI15Ex (hxrt)  displays:
 
 Int 15h, eax=E820h:
 addr 0, size  9FC00, type 1 (available)
 addr
9FC00, size 00400, type 2  (reserved)
 addr E,
size 2, type 2 (reserved)
  addr 00010, size
001EF, type 1 (available)
 addr 001FF, size  0F000,
type 3 (ACPI)
 addr 001FFF000, size 01000, type 4  (ACPI)
 
 which tells that region E000-EFFF is NOT free. Examining
 it with DEBUG 
 confirms this.
 
 So a
good Jemm line for  VPC 2007 might be:
 

DEVICE=JemmEx.exe NOINVLPG NOVME FASTBOOT  I=TEST I=B000-B7FF I=C700-C7FF

 X=CC00-CCFF
 
 It will  then install an EMS
frame buffer in D000-DFFF. If EMS is not needed, 
  the NOEMS
will add 64 kB UMB.
 
 What should be mentioned with 
VPC's Guest Additions: the binary VMADD386.SYS 
 must be loaded
before  Jemm in CONFIG.SYS and FSHARE.EXE is a buggy DOS TSR.


 
 
-
  This SF.net email is sponsored by: Microsoft
 Defy all
challenges.  Microsoft(R) Visual Studio 2005.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
  ___

Freedos-user mailing  list
 Freedos-user@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/freedos-user

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Freedos x Virtual PC x Jemm

2007-12-20 Thread Lelio


Ok, Moved to himemx and jemm386 and now:
Memory Conventional: Total=
639K (There should be 650K ?? ), Used: 54K and  Free: 585K.
Memory Upper: Total= 76K (?),
Used= 59K and Free= 17K.
Memory Reserved: Total= 309K,
Used= 309K and Free= 0K.
Memory Extended (XMS): Total=
64,448K, Used= 6,560K and Free=  57,888K.

my fdconfig.sys:

DOS=HIGH,UMB
123?DEVICE=C:\FDOS\JEMM\HIMEMX.EXE 
1?DEVICE=C:\FDOS\JEMM\JEMM386.EXE NOEMS NOINVLPG NOVME X=TEST
2?DEVICE=C:\FDOS\JEMM\JEMM386.EXE NOEMS NOINVLPG NOVME X=TEST
 

 Maybe you could say I=e000-efff but at your own risk.

I do not understand...



 You could try  loading
  fewer drivers: no
doslfn, no display... You can also
  try  to load drivers in
smaller config. Note that
  dos=high,umb and 
dosdata=high are useful, but if you
  only have small UMB,
shellhigh is  not useful. 
dos=high,umb I am used...

doslfn: I prefer not remove because it is very useful to me

display: I know it must have something to do with the screen, but I do
not know what to do and how to disable.

load drivers in
smaller config ?Nor understood


 Use the
normal shell=... command instead.
I changed, but had no
changes in memory...
 


 
- Original Message -
From: Eric Auer [EMAIL PROTECTED]
To: freedos-user@lists.sourceforge.net
Sent: Monday, December 17, 2007 3:39 PM
Subject: Re: [Freedos-user] Freedos x Virtual PC x Jemm



 
 Hi Lelio,
 
  I added the Jemm 
5.68B:
 ...jemmex... NOEMS NOINVLPG NOVME X=TEST


 Did  you try using himemx plus jemm386 instead? ;-)

Will probably not make  much difference, but it is
 easier to
compare to classic himem plus  emm386.
 
 System
memory found at e000-efff, region  might
 be in use JemmEx
loaded
 
 Maybe you could say  I=e000-efff but at
your own risk.
 Now you have 76k UMB (50k used) and  639k DOS RAM
(of
 which 52k used, 587k free). You could try  loading

fewer drivers: no doslfn, no display... You can also
 try  to
load drivers in smaller config. Note that

dos=high,umb and  dosdata=high are useful, but if you
 only have
small UMB, shellhigh is  not useful. Use the
 normal
shell=... command instead.
 
  Eric
 
 
 
 
-
  SF.Net email is sponsored by:
 Check out the new
SourceForge.net  Marketplace.
 It's the best place to buy or sell
services
 for  just about anything Open Source.
 http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
  ___

Freedos-user mailing  list
 Freedos-user@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/freedos-user

-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] Freedos x Virtual PC x Jemm

2007-12-13 Thread Lelio


Hello, I installed Freedos 1.0 in Microsoft Virtual PC 2007 and I have
some questions: 
 I added the Jemm 5.68B:
Added the following
line in the file fdconfig.sys:
DEVICE=C:\FDOS\JEMM\JEMMEX.EXE NOEMS NOINVLPG NOVME
X=TEST


And removed the following lines of the same
file:

123?DEVICE=C:\FDOS\BIN\HIMEM.EXE1?DEVICE=C:\FDOS\BIN\EMM386.EXE 
X=TEST2?DEVICE=C:\FDOS\BIN\EMM386.EXE NOEMS X=TEST

By the start Freedos:
JemmEx
v5.68 [Nov  3 2007]System memory found at e000-efff, region might
be in useJemmEx loaded

After completing the boot of
Freedos, enter the command mem:
Memory
Type 
TOTAL  
Used   
FreeConventional 
639K       
 
52K     
  
587KUpper  
    
76K   
              
50K   
  26KReserved   
309K 
     
309K  
    0KExtended
(XMS)
64,448K  
    
6,560K  
     57,888K

The question is how to
increase the conventional memory for the maximum possible?

Sorry for my English.
-
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Free-DOS And VPC

2007-10-20 Thread Lelio


Thanks for Info !
And please, how install Jemm386:
 http://www.japheth.de/  in Free-DOS (I installed
Free-DOS are Microsoft Virtual PC 2007) ?

- Original Message -
From: Tom Ehlert [EMAIL PROTECTED]
To: Lelio freedos-user@lists.sourceforge.net
Sent: Friday, October 19, 2007 2:16 PM
Subject: Re: [Freedos-user] Free-DOS And VPC



  And have a Shared Folder to
 communicate
the WinXP  with FreeDOS, without using TCP / IP is possible

from the  'virtaul  maschine additions', search FSHARE.COM
start this in the  VM



Mit freundlichen
Grüßen/Kind regards
Tom  Ehlert
+49-241-79886


-
This  SF.net email is sponsored by: Splunk Inc.
Still grepping
through log files to  find problems?  Stop.
Now Search log
events and configuration files using  AJAX and a browser.
Download
your FREE copy of Splunk now  http://get.splunk.com/
___
Freedos-user 
mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


[Freedos-user] Free-DOS And VPC

2007-10-19 Thread Lelio


I installed the Free-DOS (Base CD) in Microsoft Virtual PC 2007 and am
having problems of memory (I think it is the EMM386), then how  I
install the JEMM (with memory convecional in maximum, and with XMS and
without EMS) ?
 
 And have a Shared Folder to
communicate the WinXP with FreeDOS, without using TCP / IP is possible
?

Sorry, my English.
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user