SvarDOS
SvarDOS Packages
BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
SvarDOS
(root)
/
svarcom
/
trunk
/
rmodinit.c
@ 421
– Rev 2213
Rev
Hide changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
Changes
2213
20 d 3 h
mateusz.viste
/svarcom/trunk/
eliminated some libc dependencies
/svarcom/trunk/cmd/copy.c
/svarcom/trunk/cmd/dir.c
/svarcom/trunk/cmd/for.c
/svarcom/trunk/command.c
/svarcom/trunk/env.c
/svarcom/trunk/helpers.c
/svarcom/trunk/helpers.h
/svarcom/trunk/redir.c
/svarcom/trunk/rmodinit.c
1954
80 d 5 h
mateusz.viste
/svarcom/trunk/
moved a few rmod init routines to a common asm block
/svarcom/trunk/cmd/ver.c
/svarcom/trunk/rmodinit.c
1877
88 d 3 h
mateusz.viste
/svarcom/trunk/
dropped origenvseg from rmod + copying the initial (kernel) environment, if found
/svarcom/trunk/command.c
/svarcom/trunk/rmodinit.c
/svarcom/trunk/rmodinit.h
1863
90 d 4 h
mateusz.viste
/svarcom/trunk/
SvarCOM provides its own INT 24h handler
/svarcom/trunk/int24.asm
/svarcom/trunk/history.txt
/svarcom/trunk/rmod.asm
/svarcom/trunk/rmodinit.c
/svarcom/trunk/rmodinit.h
1847
94 d 2 h
mateusz.viste
/svarcom/trunk/
computation of COMSPEC offset should be more robust now
/svarcom/trunk/rmodinit.c
1730
268 d 18 h
mateusz.viste
/svarcom/trunk/
implemented the internal LOADHIGH command
/svarcom/trunk/cmd.c
/svarcom/trunk/cmd.h
/svarcom/trunk/cmd/loadhigh.c
/svarcom/trunk/command.c
/svarcom/trunk/history.txt
/svarcom/trunk/lang/en-utf8.txt
/svarcom/trunk/lang/pl-utf8.txt
/svarcom/trunk/rmod.asm
/svarcom/trunk/rmodinit.c
/svarcom/trunk/rmodinit.h
1597
354 d 2 h
mateusz.viste
/svarcom/trunk/
save (and restore) the original parent of my PSP as advised by E. C. Masloch
/svarcom/trunk/cmd/ver.c
/svarcom/trunk/rmodinit.c
/svarcom/trunk/rmodinit.h
/svarcom/trunk/sayonara.c
1595
354 d 20 h
mateusz.viste
/svarcom/trunk/
set parent of transient SvarCOM to RMOD (apparently required by EDR-DOS?)
/svarcom/trunk/rmodinit.c
1594
354 d 21 h
mateusz.viste
/svarcom/trunk/
preserving bx,cx,dx registers throughout inline assembly block
/svarcom/trunk/rmodinit.c
1591
357 d 20 h
mateusz.viste
/svarcom/trunk/
instead of raw-copying a PSP for RMOD, ask DOS to generate it via int 21h,ah=26h
/svarcom/trunk/rmodinit.c
1590
358 d 4 h
mateusz.viste
/svarcom/trunk/
do NOT close file handlers in an attempt to preserve the stdin/stdout/etc descriptors
/svarcom/trunk/rmodinit.c
1589
358 d 5 h
mateusz.viste
/svarcom/trunk/
RMOD's PSP set so the SS:SP pointer has some room to POP things (advised by E. C. Masloch, thanks\!)
/svarcom/trunk/rmodinit.c
1588
358 d 8 h
mateusz.viste
/svarcom/trunk/
preset RMOD's JFT size to 20 slots (which is the maximum that the PSP can hold - more than this would require a separate allocation)
/svarcom/trunk/rmodinit.c
1587
358 d 19 h
mateusz.viste
/svarcom/trunk/
patching up RMOD's PSP once it is loaded in memory: clearing out the JFTand presetting a stack address. thanks to E. C. Masloch for pointers
/svarcom/trunk/cmd/ver.c
/svarcom/trunk/rmodinit.c
987
986 d 10 h
mateusz.viste
/svarcom/trunk/
improved stack overflow protection so it is allows stack overflow as long as it does not touches actual data
/svarcom/trunk/command.c
/svarcom/trunk/history.txt
/svarcom/trunk/rmod.asm
/svarcom/trunk/rmodinit.c
/svarcom/trunk/rmodinit.h
983
986 d 22 h
mateusz.viste
/svarcom/trunk/
smart stack overflow detection: damages only the commandline history and degrades gracefully
/svarcom/trunk/command.c
/svarcom/trunk/history.txt
/svarcom/trunk/rmod.asm
/svarcom/trunk/rmodinit.c
/svarcom/trunk/rmodinit.h
975
988 d 18 h
mateusz.viste
/svarcom/trunk/
transient shell follows the int23h vector to locate RMOD (LINK/LN compatibility workaround)
/svarcom/trunk/history.txt
/svarcom/trunk/rmodinit.c
963
988 d 22 h
mateusz.viste
/svarcom/trunk/
rmod bat ctx linked list is freed using a specialized function to enable reusability
/svarcom/trunk/command.c
/svarcom/trunk/rmodinit.c
/svarcom/trunk/rmodinit.h
957
989 d 19 h
mateusz.viste
/svarcom/trunk/
CALL support for calling batch files from within batch files
/svarcom/trunk/cmd/call.c
/svarcom/trunk/cmd.c
/svarcom/trunk/cmd.h
/svarcom/trunk/command.c
/svarcom/trunk/history.txt
/svarcom/trunk/rmodinit.c
/svarcom/trunk/rmodinit.h
/svarcom/trunk/todo.txt
949
990 d 4 h
mateusz.viste
/svarcom/trunk/
redesign of how batch contexts are stored in memory (required for future CALL support)
/svarcom/trunk/cmd/shift.c
/svarcom/trunk/command.c
/svarcom/trunk/internal.txt
/svarcom/trunk/rmodinit.c
/svarcom/trunk/rmodinit.h
←Prev
1
2
Next→
Show All