Search found 2 matches
- Tue Feb 23, 2010 9:34 pm
- Forum: Beginners
- Topic: Creating a bootloader
- Replies: 3
- Views: 53363
Re: Creating a bootloader
the kernel is being copied but is not executing actually the system restarts when this instruction is reached: jmp CODE_DESC:IMAGE_PMODE_BASE; jump to our kernel! Note: This assumes Kernel's entry point is at 1 MB (from stage2 boot) It most likely ran into a triple fault and that can only mean one ...
- Mon Feb 22, 2010 7:46 pm
- Forum: Beginning OS Development
- Topic: vmmgr initialization questions
- Replies: 2
- Views: 16439
Re: vmmgr initialization questions
hi mike why you initialize vmmngr before pmmngr? (in vmmngr initialize routine you use pmmngr alloc function) ------- i use old kernel loader for loading kernel and initialize vmmngr after pmmngr then i doesn't have any problem with memory!!! Hi, You're correct, I wanted to report this bug as well....