flat assembler
Message board for the users of flat assembler.
![]() Goto page Previous 1, 2, 3, 4, 5, 6, 7 |
Author |
|
Teehee
well, i read the attached stuff, but dont understand much.
Now im going to take a look at Frederic_cdfs.asm.
_________________ Sorry if bad english. |
|||||||||||
![]() |
|
Teehee
i was wondering.. even if i can boot from CD, how can i copy all CD data if i have only 600kb to store my kernel? :O
|
|||
![]() |
|
Teehee
Guys i need some help to build my IDT.
Code: idtr: dw idt_size ; limit dd idt ; base addr align 4 ; baseLo|selector|reserved,flags|baseHi idt: dw 0x00, 0x08, 1000'1110b shl 8, 0x00 idt_size = $-idt Do i need to repeat that line 256 times in order to map all the IDT? and how do i treat an exception/error ? (i've read Bran's Kernel tutorial, but im still confused) _________________ Sorry if bad english. |
|||
![]() |
|
Teehee
GUYS!
i'm migrating to Ubuntu Linux. So i need to use bochs in linux. But i can't. How can i configure it to emulate my .img file? I have installed VirtualBox too, if there is a way to run .img file on it i would apreciate. Thank you. _________________ Sorry if bad english. |
|||
![]() |
|
cod3b453
VirtualBox comes with a tool to convert an img to it's vdi format:
Quote: vboxmanage convertdd my.img my.vdi |
|||
![]() |
|
Teehee
I did replace the current vdi by my converted vdi, but it crashes. There is any config i must to do?
|
|||
![]() |
|
cod3b453
I just realised I forgot to ask what type of image it is. VirtualBox will run a floppy disk image as it is, only a hard disk image needs to be converted.
If that's what you have done, you might have to remove the image from the list (possibly rename it) and add it again. [vdi's have a unique ID that gets checked] |
|||
![]() |
|
Teehee
Each time i try to add, it shows the following msg:
Code: Could not get the storage format of the medium 'path/myos.img' (VERR_NOT_SUPPORTED) |
|||
![]() |
|
cod3b453
... 'path/myos.img'...
Are you sure you used the vdi that was generated? |
|||
![]() |
|
Teehee
i put .img bc i tried by floppy controller.
using .vdi it does not crash, but does not work. ![]() |
|||
![]() |
|
Dex4u
In my ubuntu linux in Vbox, you first make a hdd image, just the default than click on floppy, click mount, then you highlight image file, find the img image and click OK.
Then when you click start (if the floppy img was bootable) it should work. |
|||
![]() |
|
Goto page Previous 1, 2, 3, 4, 5, 6, 7 < Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2020, Tomasz Grysztar. Also on GitHub, YouTube, Twitter.
Website powered by rwasa.