assembly - Execute ELF Kernel file from FAT12 Bootlader -


i seeking on run elf kernel builded freepascal when try call fat12 bootloader (0x1000) halts. can give me code example how run it?

here tried make.

also, working on windows. should not use grub. have make own bootloader. need code example how run operating system.

the "kernel" linked designed work multiboot 1 bootloaders, read specifically designed work grub.

in order make bootloader able load need comply specifications , possibly ready understand of elf format.

you try make minimal working environment kernel faster rewrite tiny piece of kernel software own?

that kernel meant used grub, either rewrite grub or rewrite kernel. i'd go latter, rewriting multiboot 1 compatible bootloader take lot of time , effort simple kernel of that.


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -