> Kewl! I looked, but sure enough, I didn't see complete source code. Am I
> missing something? What's the license on this stuff, Mike? In any case,
> thanks!
Thanks Frank,
I've updated the distribution, the complete source code is in the readme
folder. The main file aeBIOS.asm is a copywritten compilation of original
and public domain code. The auxiliary files are original code public domain.
Mike Gonta
look and see - many look but few see
Thanks Mike!
For those who wish to not be bothered with the task of opening an IMG file,
here is the contents of the 'readme' folder:
http://clax.inspiretomorrow.net/aebios/aebios.tar.gz
...or to access them individually...
http://clax.inspiretomorrow.net/aebios/aeBIOS.asm
http://clax.inspiretomorrow.net/aebios/boot32.asm
http://clax.inspiretomorrow.net/aebios/kernel.asm
http://clax.inspiretomorrow.net/aebios/readme.txt
http://clax.inspiretomorrow.net/aebios/aeBIOS%20interrupt%20functions.txt
Nathan.
you can get 7-zip which will do it for you on Windows:
http://www.7-zip.org/
7-zip supports opening images of FAT filesystems. It seems to support FAT12
and FAT16.
For 'nix-en, you can try the p7zip port:
http://sourceforge.net/projects/p7zip/
Various p7zip ports listed here:
http://www.7-zip.org/download.html
HTH,
RP
Thanks Nathan,
The latest source code, documentation, image file and change log are here:
http://aeBIOS.com/aeBIOS/assets/
I think it would be a good platform for someone who wants to code "on
bare hardware", so to speak, and not be saddled with the burden of a
nasty OS API. Sort-of like DOS programming but its in 32-bits and
comes with Mike's hand-crafted BIOS API.
Nathan.