-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature: DOS LOAD AND/OR EXEC and DOS process management #871
base: master
Are you sure you want to change the base?
Commits on Oct 30, 2024
-
refactor: DOSINT21H loads DOS executables
Just like on a real DOS implementation. This makes it easier to implement the following: - The SDA - PSP chains - DOS function INT21H 0x4B (Load and/or exec file) and eventually, TSR support. Signed-off-by: Maximilien Noal <noal.maximilien@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 215b4cf - Browse repository at this point
Copy the full SHA 215b4cfView commit details -
refactor: Log DOS init only on DOS kernel init
Signed-off-by: Maximilien Noal <noal.maximilien@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 17d16ea - Browse repository at this point
Copy the full SHA 17d16eaView commit details -
feat: DOS INT21H LoadAndOrExec (init)
Signed-off-by: Maximilien Noal <noal.maximilien@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cba1e88 - Browse repository at this point
Copy the full SHA cba1e88View commit details -
refactor: DOS INT21H exe/file load
Signed-off-by: Maximilien Noal <noal.maximilien@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 736d459 - Browse repository at this point
Copy the full SHA 736d459View commit details -
chore: DOS INT21H 0x4B supporting structures
Signed-off-by: Maximilien Noal <noal.maximilien@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 525d4aa - Browse repository at this point
Copy the full SHA 525d4aaView commit details -
chore: Dos(Extended)FileControlBlock struct
Signed-off-by: Maximilien Noal <noal.maximilien@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for dfeb7ea - Browse repository at this point
Copy the full SHA dfeb7eaView commit details -
fix: ProgramSegmentPrefix and FCB layout
Signed-off-by: Maximilien Noal <noal.maximilien@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f2b6168 - Browse repository at this point
Copy the full SHA f2b6168View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5fbcb8c - Browse repository at this point
Copy the full SHA 5fbcb8cView commit details