Loading custom kernel using bochs

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
extremecoder
Member
Member
Posts: 59
Joined: Tue May 23, 2006 11:00 pm

Loading custom kernel using bochs

Post by extremecoder »

I am developing the kernel in a Linux environment. I want to know how to load my kernel "Kernel.bin" using bochs, to avoid multiple reboots.
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Post by Solar »

Hmmmm...

You do know how to write your kernel to a floppy drive and load it on your computer via a reboot, right? (I assume as much, judging from what little you stated in your post.)

If that is the case, try Working with Disk Images.
Every good solution is obvious once you've found it.
User avatar
JackScott
Member
Member
Posts: 1036
Joined: Thu Dec 21, 2006 3:03 am
Location: Hobart, Australia
Mastodon: https://aus.social/@jackscottau
Matrix: @JackScottAU:matrix.org
GitHub: https://github.com/JackScottAU
Contact:

Post by JackScott »

http://bochs.sourceforge.net/doc/docboo ... setup.html

Is there any particular part you are having trouble with?
Post Reply