flat assembler
Message board for the users of flat assembler.
![]() |
Author |
|
smiddy
Hi Redragon,
Which version of Menuet? I haven't had any problems here running it on AMD Athlon 3000+, or AMD Athlon 1800+, though I haven't checked the most recent pre-release. What error are you receiving? |
|||
![]() |
|
Redragon
i think its the most recent one, when it gets to the part where its supposed to load the blue screen with your options,it shows blue for a brief second, then it just restarts the computer
|
|||
![]() |
|
smiddy
It is late tonight for me, so I must head to bed. I'll check it later tomorrow and see if I get teh same thing. Are you loading from floppy, HD, or CD-ROM?
|
|||
![]() |
|
Dex4u
Hi Redragon,
If it at the blue screen at the start of menuet, it sounds like its in real mode, it could be any number of things. You could try this simple code: Code: ;************************************; \\|//; (@ @); ASHLEY4. (now called Dex4u); Put test.bin on boot sector; with rawrite.; Assemble with fasm; c:\fasm test.asm test.bin;************************************org 0x7C00use16;****************************; Realmode startup code.;****************************start: xor ax,ax mov ds,ax mov es,ax mov ss,ax mov sp,0x7C00;*****************************; Setting up, to enter pmode.;***************************** cli lgdt [gdtr] mov eax, cr0 or al,0x1 mov cr0,eax jmp 0x10: protected;*****************************; Pmode. PS: you must have the same spacers in the string, for the code to print the string. Assemble it as a bin file and put it on a floppy boot sector with something like rawrite. Let me know if it runs this, on the AMD pc. |
|||
![]() |
|
Redragon
I tried you code Dex, and it works.. shows a green box with the words Hello World! in it
|
|||
![]() |
|
smiddy
I tried the latest release here and had no real problems booting up. CPUID 94 didn't work but other than that it seemed ok to me. So it works on my AMD...
|
|||
![]() |
|
Dex4u
I thought it may be a problem with the text mode or font on that particular machine, as i use a differant size text mode and re-program the fonts in "Dex4u", but the above code users the same as menuetos, so its not that.
It could be any number of things. |
|||
![]() |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.