Tagged Questions
The boot-loader tag has no wiki summary.
4
votes
3answers
401 views
Why do boot loaders relocate in memory?
I am writing a boot loader, and I've got most of the details down, but I am not sure why some boot loaders relocate themselves in memory before they begin the bulk of their execution.
Can anyone ...
2
votes
1answer
115 views
Loading 2nd stage of bootloader and starting it
Recently I'm trying to get a hang on how bootloaders work.
I'm writing my loader in nasm assembler and test it with bochs and a floppy image.
The compiled binaries for stage 1 and 2 get joined via ...
2
votes
3answers
486 views
Real Mode, Interrupt vector replacement Crashing
I'm trying to learn more about how systems really work underneath all the pretty graphics on top. So I'm currently playing with memory in the 512bytes that the BIOS loads on startup, can't really call ...
1
vote
0answers
180 views
how to setup irq with masm
How can I setup IRQ using C++ and Masm, most of the search results refer me to Nasm, I am trying to create a bootloader of my own, I get it to boot from cd (iso) then I want to add menu options but ...
1
vote
2answers
124 views
Does Boot loader mind kernel import declarations?
I wonder whether the Windows XP bootloader (ntldr) actually makes use of the Windows kernel (ntoskrnl.exe) import declarations?
ntoskrnl.exe has following imported modules: BOOTVID.dll, HAL.dll and ...
0
votes
1answer
220 views
Write custom boot loader to .vhd file
I have a custom boot loader that I would like to write to a .VHD file for testing. Any idea at what offset in the file I should write the boot loader to? Any pointers to the C structures for the .VHD ...
0
votes
2answers
107 views
Simple VM That allows booting from folder or disk
I was wondering if there was a very simple and free virtual machine that would allow you to boot from a folder or disk image that couldn't damage my hard disk. I am using a MacBook and am looking into ...