Bart Oldeman
b447c6c0be
Truename, get free space and ctrl-break fixes.
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@280 6ac86273-5f31-0410-b378-82cca8765d1b
2001-08-20 20:32:15 +00:00
Bart Oldeman
c468cb5112
Updated documentation
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@279 6ac86273-5f31-0410-b378-82cca8765d1b
2001-08-19 13:42:25 +00:00
Bart Oldeman
d9c11a4095
Time and date fixes, Ctrl-S/P, findfirst/next, FCBs, buffers, tsr unloading
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@278 6ac86273-5f31-0410-b378-82cca8765d1b
2001-08-19 12:58:36 +00:00
Bart Oldeman
c5cb6b1cac
Fixes for FORMAT+SYS, FATFS, get current dir, kernel init memory situation.
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@274 6ac86273-5f31-0410-b378-82cca8765d1b
2001-07-28 18:13:06 +00:00
Bart Oldeman
d4a9888f7b
fixes for FCBs, DJGPP ls, DBLBYTE, dyninit allocation (2024e).
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@269 6ac86273-5f31-0410-b378-82cca8765d1b
2001-07-24 16:56:29 +00:00
Bart Oldeman
77e49f87c7
FCB fixes and clean-ups, exec int21/ax=4b01, initdisk.c printf
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@267 6ac86273-5f31-0410-b378-82cca8765d1b
2001-07-23 12:47:42 +00:00
Bart Oldeman
03865c6b69
Support for Brian's FORMAT, DJGPP libc compilation, cleanups, MSCDEX
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@265 6ac86273-5f31-0410-b378-82cca8765d1b
2001-07-22 01:58:58 +00:00
Bart Oldeman
c1b1896480
LBA/FCB/FAT/SYS/Ctrl-C/ioctl fixes + memory savings
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@260 6ac86273-5f31-0410-b378-82cca8765d1b
2001-07-09 22:19:33 +00:00
Bart Oldeman
68375764dd
BUFFERS tuning and misc bug fixes/cleanups (2024c).
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@232 6ac86273-5f31-0410-b378-82cca8765d1b
2001-06-03 14:16:18 +00:00
Bart Oldeman
f52e31f5c5
/* Revision 2.1 tomehlert 2001/4/26
...
changed the file system detection code.
*/
/* Revision 2.0 tomehlert 2001/4/26
no direct access to the disk any more, this is FORMAT's job
no floppy.asm anymore, no segmentation problems.
no access to partition tables
instead copy boot sector using int25/int26 = absdiskread()/write
if xxDOS is able to handle the disk, SYS should work
additionally some space savers:
replaced fopen() by open()
included (slighly modified) PRF.c from kernel
size is no ~7500 byte vs. ~13690 before
*/
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@217 6ac86273-5f31-0410-b378-82cca8765d1b
2001-04-29 17:34:41 +00:00
Bart Oldeman
64474e1dd4
A new SYS.COM/config.sys single stepping/console output/misc fixes.
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@216 6ac86273-5f31-0410-b378-82cca8765d1b
2001-04-29 17:34:41 +00:00
Bart Oldeman
081222031a
Marked these files as binary, as they are exactly that.
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@210 6ac86273-5f31-0410-b378-82cca8765d1b
2001-04-25 00:56:03 +00:00
Bart Oldeman
34c621909e
Updated history
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@206 6ac86273-5f31-0410-b378-82cca8765d1b
2001-04-22 01:22:15 +00:00
Bart Oldeman
6882b1b13d
Avoid sys warning and have a VDISK signature in the HMA
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@205 6ac86273-5f31-0410-b378-82cca8765d1b
2001-04-22 01:19:34 +00:00
Bart Oldeman
cb13571dab
Init DS=Init CS, fixed stack overflow problems and misc bugs.
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@204 6ac86273-5f31-0410-b378-82cca8765d1b
2001-04-21 22:32:53 +00:00
Bart Oldeman
cb411f4ddd
Removed debug printf.
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@203 6ac86273-5f31-0410-b378-82cca8765d1b
2001-04-16 14:44:29 +00:00
Bart Oldeman
d6ebf8aa0c
Added ALLCFLAGS for compiler option configuration.
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@202 6ac86273-5f31-0410-b378-82cca8765d1b
2001-04-16 14:36:56 +00:00
Bart Oldeman
6a6899aef6
Kernel build 2024. Fixed critical error handler/config.sys/makefiles/UMBs
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@201 6ac86273-5f31-0410-b378-82cca8765d1b
2001-04-16 14:28:32 +00:00
Bart Oldeman
c07675522e
Fixed handles, config.sys drivers, warnings. Enabled INT21/AH=6C, printf %S/%Fs
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@197 6ac86273-5f31-0410-b378-82cca8765d1b
2001-04-16 01:45:26 +00:00
Bart Oldeman
be2ae12b54
See history.txt for the list of fixes.
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@196 6ac86273-5f31-0410-b378-82cca8765d1b
2001-04-15 03:21:50 +00:00
Bart Oldeman
832ad2111b
Hans Lermen: critical error handler destroyed AH (entry.asm).
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@195 6ac86273-5f31-0410-b378-82cca8765d1b
2001-04-15 02:26:23 +00:00
Bart Oldeman
3c89f5ae00
apisupt.asm is not necessary anymore.
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@194 6ac86273-5f31-0410-b378-82cca8765d1b
2001-04-15 02:23:43 +00:00
Bart Oldeman
7c122b0850
Misc, zero terminated device names and redirector bugs fixed.
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@188 6ac86273-5f31-0410-b378-82cca8765d1b
2001-04-02 23:18:30 +00:00
Bart Oldeman
2dca89f7ce
Made SHELLHIGH behave more like LOADHIGH.
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@184 6ac86273-5f31-0410-b378-82cca8765d1b
2001-03-31 20:54:52 +00:00
Bart Oldeman
2799b7b810
Saner lastdrive handling.
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@183 6ac86273-5f31-0410-b378-82cca8765d1b
2001-03-30 22:27:42 +00:00
Bart Oldeman
99f39bebec
Truly got DOS=HIGH reporting for INT21/AX=0x3306 working now.
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@182 6ac86273-5f31-0410-b378-82cca8765d1b
2001-03-30 20:11:14 +00:00
Bart Oldeman
31b068e497
Misc fixes and implementation of SHELLHIGH. See history.txt for details.
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@181 6ac86273-5f31-0410-b378-82cca8765d1b
2001-03-30 19:30:06 +00:00
Bart Oldeman
ac1d293d9c
dsk.c (reported by Nagy Daniel), inthndlr and int25/26 fixes by Tom Ehlert.
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@180 6ac86273-5f31-0410-b378-82cca8765d1b
2001-03-27 20:27:43 +00:00
Bart Oldeman
d233a1d304
Fixed bugs in entry.asm: stack segment and int 2A/82 Ralf Brown compliant.
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@179 6ac86273-5f31-0410-b378-82cca8765d1b
2001-03-27 02:56:58 +00:00
Bart Oldeman
58a5fa4438
Fixed sys.com compilation. Updated to 2023. Also: see history.txt.
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@178 6ac86273-5f31-0410-b378-82cca8765d1b
2001-03-25 17:11:54 +00:00
Bart Oldeman
437e4cb122
Fix compilation of sys.com. Now a proper .com file once again.
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@177 6ac86273-5f31-0410-b378-82cca8765d1b
2001-03-25 04:33:56 +00:00
Bart Oldeman
851eb99b63
See history.txt: dsk.c changes, warning removal and int21 entry handling.
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@176 6ac86273-5f31-0410-b378-82cca8765d1b
2001-03-24 22:13:05 +00:00
Bart Oldeman
bf042f7fac
Converted LF to CR/LF in config.b and config.sys.
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@175 6ac86273-5f31-0410-b378-82cca8765d1b
2001-03-24 22:00:37 +00:00
Bart Oldeman
729114cf00
cli/sti corrections (Bart) and int25, 26 stack corrections (Tom)
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@174 6ac86273-5f31-0410-b378-82cca8765d1b
2001-03-22 20:46:46 +00:00
Bart Oldeman
d63d1765cb
Suggest to extract F_SCOPY into libm.lib for Borland C++.
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@173 6ac86273-5f31-0410-b378-82cca8765d1b
2001-03-22 10:51:04 +00:00
Bart Oldeman
390ffb8de6
Fix prototypes.
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@172 6ac86273-5f31-0410-b378-82cca8765d1b
2001-03-22 04:55:36 +00:00
Bart Oldeman
6b4bb899c8
dos_gettime() fix by Tom Ehlert.
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@171 6ac86273-5f31-0410-b378-82cca8765d1b
2001-03-22 04:26:14 +00:00
Bart Oldeman
7ff9389c6a
Compilation command shortened.
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@170 6ac86273-5f31-0410-b378-82cca8765d1b
2001-03-22 04:18:09 +00:00
Bart Oldeman
86e87c91cd
Change LF to CR/LF in batch files.
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@169 6ac86273-5f31-0410-b378-82cca8765d1b
2001-03-22 04:13:30 +00:00
Bart Oldeman
8dff303fda
New file by Tom Ehlert for HMA initialization.
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@168 6ac86273-5f31-0410-b378-82cca8765d1b
2001-03-21 03:01:45 +00:00
Bart Oldeman
f2184025da
See history.txt for changes. Bug fixes and HMA support are the main ones.
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@167 6ac86273-5f31-0410-b378-82cca8765d1b
2001-03-21 02:56:26 +00:00
Bart Oldeman
513094d9fe
New macros from Tom Ehlert to save even more bytes.
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@166 6ac86273-5f31-0410-b378-82cca8765d1b
2001-03-19 05:08:53 +00:00
Bart Oldeman
1c12f47465
Space saving and partition detection fixes from Tom Ehlert and
...
Brian Reifsnyder.
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@165 6ac86273-5f31-0410-b378-82cca8765d1b
2001-03-19 05:01:38 +00:00
Bart Oldeman
f22376eec8
See history.txt for overview: put kernel 2022beo1 into CVS
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@164 6ac86273-5f31-0410-b378-82cca8765d1b
2001-03-19 04:50:56 +00:00
Bart Oldeman
ec7800bfa3
Update the redirector and Martin Stromberg changes to CVS.
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@163 6ac86273-5f31-0410-b378-82cca8765d1b
2001-03-19 04:34:18 +00:00
Jim Tabor
afa9874473
Added patches from Bart Oldeman
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@89 6ac86273-5f31-0410-b378-82cca8765d1b
2000-12-16 01:38:35 +00:00
Jim Tabor
6967f811c3
Fix Share Patch
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@83 6ac86273-5f31-0410-b378-82cca8765d1b
2000-11-02 06:56:53 +00:00
Jim Tabor
a29645f8a6
Update 2022
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@82 6ac86273-5f31-0410-b378-82cca8765d1b
2000-10-30 01:13:01 +00:00
Jim Tabor
53be68df31
Minor Fixes
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@81 6ac86273-5f31-0410-b378-82cca8765d1b
2000-10-30 00:32:09 +00:00
Jim Tabor
603c15a253
Minor Fixes
...
git-svn-id: https://svn.code.sf.net/p/freedos/svn/kernel/trunk@80 6ac86273-5f31-0410-b378-82cca8765d1b
2000-10-30 00:32:08 +00:00