Skip to content

An useful resource for OS developers to convert input text to Short FileName and Long FileName. It's made for DOS but you can edit and use the code in your own Kernel FileSystem functions

EvolSoft/LFNToSFN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

LFNToSFN

An useful resource for OS developers to convert input text to Short FileName and Long FileName. It's made for the DOS but you can edit and use the code in your own Kernel FileSystem functions.

You can run the example as DOS 16 bit COM file.

You must compile it with NASM running the following command:

nasm -fbin LFNToSFN.asm -o LFNToSFN.COM

Edit and use this code as you like in your own OS. Currently it uses DOS interrupt 21h (Because we need it for our DOS). Don't forget to remove org 100h if you aren't compiling it as COM file.

About

An useful resource for OS developers to convert input text to Short FileName and Long FileName. It's made for DOS but you can edit and use the code in your own Kernel FileSystem functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published