Thanks to visit codestin.com
Credit goes to github.com

Skip to content

FishAndRips/min32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Min32

This is a minimal library that can be used to help create no-std executables for win32 targets.

It implements GlobalAlloc, #[panic_handler], and also assists with defining entry points (i.e. WinMain and DllMain).

Compatibility

Please note that Min32 is only tested for Windows 2000 or newer.

Actual target support depends on the linker you use as well as CPU architecture.

We recommend using the *-pc-windows-gnu targets, though *-pc-windows-msvc targets should compile.

License

Min32 is licensed under version 3.0 of the GNU General Public License.

About

Minimal boilerplate code for targeting win32 with no-std.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages