Skip to content

Simple task switcher written in nasm assembly to demonstrate, among other things, INT 09h hooking.

Notifications You must be signed in to change notification settings

nousiaa/task-switcher-for-dos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task switcher for dos

Simple example program that demonstrates how task switching can be implemented for real mode dos (via interrupt 09h hooking).

Written in 16 bit x86 nasm assembly.

Should work on 286+, but does not conserve FS or GS register currently (keep in mind on 386+).

SWTASK.CFG needs to be updated with the correct command.com path.

About

Simple task switcher written in nasm assembly to demonstrate, among other things, INT 09h hooking.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published