Tagged Questions
1
vote
1answer
254 views
Using grub in floppy image file to start your own kernel inside bochs
Basically I've followed the instructions here http://sig9.com/bochs-grub to create a bare image file which does nothing but lets the BIOS start GRUB.
The problems are:
The kernel I am writing will ...
0
votes
0answers
60 views
Compiling Bochs on OSX, no target to make -lltdl
Like I said in the title, I'm trying to compile bochs on OSX. I'm using "custom" configure flags to mac it OSX "compatible" for the build, but in the makefile it calls to make -lltdl which I have ...
0
votes
2answers
441 views
BIOS INT 0x15 Function 0x88 always returns same memory size
I'm using BIOS int 0x15 on my Bochs emulator, however this always returns the same memory size (34440) no matter what I have configured:
mov ax, 0x88
int 0x15
I know that there are better methods ...