Bug 1919
| Summary: | beta9sr2 ships freecom without loadhigh | ||
|---|---|---|---|
| Product: | Distribution | Reporter: | Joseph Wan <darkradx@163.com> |
| Component: | core | Assignee: | jeremyd@computer.org |
| Status: | RESOLVED FIXED | ||
| Severity: | critical | ||
| Priority: | P2 | ||
| Version: | Ripcord (hot) release | ||
| Hardware: | PC | ||
| OS: | FreeDOS | ||
------- Comment
#1 From
Bernd Blaauw
2005-12-06 21:17:13
-------
Known issue. switch to FreeDOS directory: C:\FDOS\NLS\CMD_BIN Now run "MAKECMD 186 xms f EN" This will create a command.com for 186+ processors instead of 8086+ processors, and LH works properly. Due to compile reasons LH had to be disabled. Note that LH might actually crash the system, we've experienced some problems with it in the CVS version. www.fdos.org/kernel has newer versions.
------- Comment
#2 From
Eric (EA)
2006-01-29 15:20:23
-------
Changing the subject from Beta9SR2 LH/LOADHIGH wrong behavior(FREECOM1115) to beta9sr2 ships freecom without loadhigh which describes the unnecessary pain better. Why would the 3 remaining 8086 owners on earth care that the CDROM version of FreeDOS has a FreeCOM which requires a 286 or better CPU? Please do make the 286+ FreeCOM WITH LOADHIGH the default again.
------- Comment
#3 From
Blair Campbell
2006-07-26 00:55:16
-------
Fixed in 1.0-Testing
the LH/LOADHIGH linked to CALL?? A:\>call /? Calls one batch program from another. CALL [/S | /N] [/Y] [drive:][path]filename [batch-parameters] batch-parameters Specifies any command-line information required by the batch program. /S enforces, /N denies swapping of FreeCOM. /Y enables tracemode during execution of the command. A:\>lh /? Calls one batch program from another. CALL [/S | /N] [/Y] [drive:][path]filename [batch-parameters] batch-parameters Specifies any command-line information required by the batch program. /S enforces, /N denies swapping of FreeCOM. /Y enables tracemode during execution of the command.