FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for kernel - 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
Breadcrumbs
History for
MS-DOS-kernel
kernel
on
master
User selector
Datepicker
Commit history
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
add some comments and debug prints
PerditionC
committed
bb8b581
View commit details
Copy full SHA for bb8b581
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
add some comments regarding share
PerditionC
committed
42a006b
View commit details
Copy full SHA for 42a006b
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Aug 18, 2024
add reminder comment
PerditionC
committed
1c6d1e8
View commit details
Copy full SHA for 1c6d1e8
View code at this point
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
View code at this point
Browse repository at this point
do not display any lone Carriage Returns
Show description for 314c8b6
ecm-pushbx
authored and
PerditionC
committed
314c8b6
View commit details
Copy full SHA for 314c8b6
View code at this point
Browse repository at this point
fix list traversal bug in update_dcb()
Show description for 42980df
boeckmann
authored and
PerditionC
committed
42980df
View commit details
Copy full SHA for 42980df
View code at this point
Browse repository at this point
add initial support for DRIVER.SYS
Show description for ed2fd81
PerditionC
committed
ed2fd81
View commit details
Copy full SHA for ed2fd81
View code at this point
Browse repository at this point
Commits on Aug 5, 2024
missing 0 in constant - build fix
PerditionC
committed
8bdb2db
View commit details
Copy full SHA for 8bdb2db
View code at this point
Browse repository at this point
additional comments
PerditionC
committed
b9440c7
View commit details
Copy full SHA for b9440c7
View code at this point
Browse repository at this point
Commits on Jul 15, 2024
far-fix: symbols BIOSInt13, UserInt13 and BIOSInt19 are far (in LGROUP)
Show description for db43a4b
jmalak
authored and
PerditionC
committed
db43a4b
View commit details
Copy full SHA for db43a4b
View code at this point
Browse repository at this point
Commits on Jul 14, 2024
echoto.bat: correct batch file for all parameters blank
jmalak
authored and
PerditionC
committed
c0009eb
View commit details
Copy full SHA for c0009eb
View code at this point
Browse repository at this point
exeflat: add support for response file to exeflat utility
Show description for a5b516d
jmalak
authored and
PerditionC
committed
a5b516d
View commit details
Copy full SHA for a5b516d
View code at this point
Browse repository at this point
Commits on Jul 13, 2024
tc2-build: correct various build breaks for Turbo C 2.0 build
jmalak
authored and
PerditionC
committed
2fb0956
View commit details
Copy full SHA for 2fb0956
View code at this point
Browse repository at this point
tc2-build: correct various build breaks for Turbo C 2.0 build
jmalak
authored and
PerditionC
committed
58573d6
View commit details
Copy full SHA for 58573d6
View code at this point
Browse repository at this point
Commits on Jul 11, 2024
headers: resolve headers minor issues
Show description for f9beab6
jmalak
authored and
PerditionC
committed
f9beab6
View commit details
Copy full SHA for f9beab6
View code at this point
Browse repository at this point
ow: use safer form of #pragma aux
Show description for 2985b33
jmalak
authored and
PerditionC
committed
2985b33
View commit details
Copy full SHA for 2985b33
View code at this point
Browse repository at this point
Commits on Jul 10, 2024
time.t: resolve issue with internal and standard C time.h files and remove all hacks
Show description for 5304e65
jmalak
authored and
PerditionC
committed
5304e65
View commit details
Copy full SHA for 5304e65
View code at this point
Browse repository at this point
code-mismatch: fix various kernel code discrepancies which break TURBO C build
Show description for 4ca2825
jmalak
authored and
PerditionC
committed
4ca2825
View commit details
Copy full SHA for 4ca2825
View code at this point
Browse repository at this point
Commits on May 16, 2024
fixes #148
boeckmann
authored and
PerditionC
committed
1ce349e
View commit details
Copy full SHA for 1ce349e
View code at this point
Browse repository at this point
Commits on Mar 5, 2024
fix issue #144 by correcting getbpb return code
Show description for c08313a
boeckmann
authored and
PerditionC
committed
c08313a
View commit details
Copy full SHA for c08313a
View code at this point
Browse repository at this point
Commits on Feb 24, 2024
Build: Country submodule now has production target
Show description for 6092afc
andrewbird
committed
6092afc
View commit details
Copy full SHA for 6092afc
View code at this point
Browse repository at this point
Commits on Feb 11, 2024
move FAR item to own line
PerditionC
committed
edd0732
View commit details
Copy full SHA for edd0732
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL