FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · Programuserbash/MS-DOS-kernel · GitHub
Programuserbash
/
MS-DOS-kernel
Public
forked from
FDOS/kernel
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Jun 24, 2025
Merge pull request #208 from andrewbird/ci-fix
Show description for 032523a
andrewbird
authored
032523a
View commit details
Copy full SHA for 032523a
Browse repository at this point
CI: Force lower case when unzipping
Show description for d383546
andrewbird
committed
d383546
View commit details
Copy full SHA for d383546
Browse repository at this point
Commits on Jun 2, 2025
add missing test for write before invalidating buffer in INT25,26 handler
boeckmann
committed
b8ef68f
View commit details
Copy full SHA for b8ef68f
Browse repository at this point
test for uninitialized dpb on INT25,26 and always allow rw block zero
Show description for 8d29d66
boeckmann
committed
8d29d66
View commit details
Copy full SHA for 8d29d66
Browse repository at this point
Commits on Mar 28, 2025
debug macro adjustments to separate what is printed in DEBUG mode
PerditionC
committed
654e7b7
View commit details
Copy full SHA for 654e7b7
Browse repository at this point
add alternative path (compile time determined) if attempt to write >4GB should fail whole write or succeed but only up to 4GB (based on email from Tom)
PerditionC
committed
7fd6a6b
View commit details
Copy full SHA for 7fd6a6b
Browse repository at this point
initialize pChildEnvSeg to 0 as if failed, callers would potentially free random memory address
PerditionC
committed
767cafa
View commit details
Copy full SHA for 767cafa
Browse repository at this point
correct env size allocated, should be 0x80+3 not 80+3 as filename is 128 bytes
PerditionC
committed
868ae24
View commit details
Copy full SHA for 868ae24
Browse repository at this point
add some comments and debug prints
PerditionC
committed
bb8b581
View commit details
Copy full SHA for bb8b581
Browse repository at this point
add assert macro
PerditionC
committed
93add63
View commit details
Copy full SHA for 93add63
Browse repository at this point
keep history.txt updated for pending release
PerditionC
committed
fa0959c
View commit details
Copy full SHA for fa0959c
Browse repository at this point
add some debug prints and update some to use debug print facility
PerditionC
committed
9967d2d
View commit details
Copy full SHA for 9967d2d
Browse repository at this point
From Tom Ehlert, gracefully error when attempting to write past 4GB instead of wrapping and causing corruption.
PerditionC
committed
de08998
View commit details
Copy full SHA for de08998
Browse repository at this point
add some comments regarding share
PerditionC
committed
42a006b
View commit details
Copy full SHA for 42a006b
Browse repository at this point
add convenience switch to redirect debug output to COM port when building, update some debug prints to use our debug interface so print to COM port when enabled.
PerditionC
committed
634257b
View commit details
Copy full SHA for 634257b
Browse repository at this point
Commits on Mar 17, 2025
in 2F.4A02 advance firstAvailableBuf past the alignment as well (neater)
ecm-pushbx
authored and
PerditionC
committed
192cccc
View commit details
Copy full SHA for 192cccc
Browse repository at this point
fix 2F.4A MS-DOS v5 style HMA access services
Show description for 85be764
ecm-pushbx
authored and
PerditionC
committed
85be764
View commit details
Copy full SHA for 85be764
Browse repository at this point
Commits on Dec 31, 2024
avoid some useless messages when building release
PerditionC
committed
5de2eb1
View commit details
Copy full SHA for 5de2eb1
Browse repository at this point
linker arguments passed via response file, doesn't interact well with explicit options
PerditionC
committed
dffdc49
View commit details
Copy full SHA for dffdc49
Browse repository at this point
ensure cloning submodules
PerditionC
committed
6f5a136
View commit details
Copy full SHA for 6f5a136
Browse repository at this point
update readme for v2.44
PerditionC
committed
44dd357
View commit details
Copy full SHA for 44dd357
Browse repository at this point
Commits on Dec 23, 2024
Merge pull request #192 from jmalak/fix-2
Show description for 6cd6791
andrewbird
authored
6cd6791
View commit details
Copy full SHA for 6cd6791
Browse repository at this point
Merge pull request #191 from jmalak/fix-1
Show description for abeda02
andrewbird
authored
abeda02
View commit details
Copy full SHA for abeda02
Browse repository at this point
CI-build: do download and setup Open Watcom more transparent
jmalak
committed
86ea0f7
View commit details
Copy full SHA for 86ea0f7
Browse repository at this point
build: modify echoto.bat to check arguments overflow
jmalak
committed
ced1587
View commit details
Copy full SHA for ced1587
Browse repository at this point
Commits on Dec 21, 2024
build 2044 - update release documentation
PerditionC
committed
7cd0e19
View commit details
Copy full SHA for 7cd0e19
Browse repository at this point
Commits on Aug 19, 2024
avoid race condition that could corrupt user stack if DOS re-entered too soon
Show description for 1cc00e1
PerditionC
committed
1cc00e1
View commit details
Copy full SHA for 1cc00e1
Browse repository at this point
enable installation check for driver.sys
Show description for dabfaf7
PerditionC
committed
dabfaf7
View commit details
Copy full SHA for dabfaf7
Browse repository at this point
Commits on Aug 18, 2024
add reminder comment
PerditionC
committed
1c6d1e8
View commit details
Copy full SHA for 1c6d1e8
Browse repository at this point
response file is generated during build, update gitignore
PerditionC
committed
f25e959
View commit details
Copy full SHA for f25e959
Browse repository at this point
exeflat failed to advance str so didn't actually skip whitespace at beginning of string, additional comments
PerditionC
committed
2ce6dc0
View commit details
Copy full SHA for 2ce6dc0
Browse repository at this point
Merge pull request #187 from andrewbird/pr180
Show description for 8f056cc
andrewbird
authored
8f056cc
View commit details
Copy full SHA for 8f056cc
Browse repository at this point
Merge pull request #186 from andrewbird/pr177a
Show description for c6b227b
andrewbird
authored
c6b227b
View commit details
Copy full SHA for c6b227b
Browse repository at this point
sys: Correct bin2c usage text
andrewbird
committed
fb9704f
View commit details
Copy full SHA for fb9704f
Browse repository at this point
Commits on Aug 6, 2024
config: only overwrite skip config prompt if it was displayed
Show description for f794777
ecm-pushbx
authored and
PerditionC
committed
f794777
View commit details
Copy full SHA for f794777
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL