| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | Newsletters | VB Forums | Developer.com |
|
|||||||
| Assembly Questions and Answers for Assembly here! |
![]() |
|
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I am using emu8086 to compile it, it is supposed to boot from a floppy. I started with assembly not to long ago, but am getting the hang of it pretty quick. Why won't this boot? The .boot will load, but the bin file won't run correctly. I think that is what's happening. Can someone fix it and let me know what was wrong?
The code and the compiled code is attached in a zip file. |
|
#2
|
||||
|
||||
|
Re: Os
This will also not run properly since your BIOS uses LBA addressing mode for sure. By the way, this is not a good forum to discuss OS related stuff. You should try www.osdever.net.
__________________
I am not offering technical guidiance via email or IM Come on share your photo with us! CG members photo album! Use the Code Tags! |
|
#3
|
|||
|
|||
|
Re: Os
Thanks for the link, I got it working yesterday, it will boot up now. Stupid mistake-forgot to null terminate one of the strings.
|
|
#4
|
||||
|
||||
|
Re: Os
Quote:
__________________
I am not offering technical guidiance via email or IM Come on share your photo with us! CG members photo album! Use the Code Tags! |
|
#5
|
|||
|
|||
|
Re: Os
can I use assembly to make a 32 bit OS?
|
|
#6
|
|||
|
|||
|
Re: Os
Of course, check out MenuetOS, 32bit OS written completely in assembly.
http://board.flatassembler.net/forum...205af80635686a |
![]() |
| Bookmarks |
|
||||||
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|