开发者

bootloader

0
  • Question about the bootloader

    I am following the brokenthorn operating development series to study about bootloader. In this page , these are the three line of code :[详细]

    2023-01-24 18:35 分类:问答
  • How to handle keyboard in real mode through BIOS interrupts?

    I have to code for a operating system on which I can run a calculater.It is like a desktop calculater. For this I am reading the brokenthorn operating development series I have completed the second st[详细]

    2023-01-24 06:54 分类:问答
  • How to put a C function in some address range

    I am developing a USB based bootloader for HCS08 family of micro-controllers. I have the bootloader code in assembly(which works fine for serial communication).[详细]

    2023-01-22 02:59 分类:问答
  • 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 structure[详细]

    2023-01-21 07:01 分类:问答
  • Using bluetooth keyboard in grub bootloader

    I want to ch开发者_StackOverflow社区oose between several OS\'s during startup. How can i manage this by using my bluetooth keyboard/Cellphone or at least my IR remote?One solution is to boot the linux[详细]

    2023-01-19 05:00 分类:问答
  • Where is there good information about low level PC booting?

    I\'m interested in writing a boot loader for USB sticks that l开发者_如何转开发ooks for a directory of ISOs and gives you the option to boot one of them as if it were a bootable CD.This is basically s[详细]

    2023-01-17 04:16 分类:问答
  • linux kernel ota framework?

    Before designing my own Linux OTA stack, I\'d better probe if anybody knows of an existing Linux OTA stack/framework that I coul开发者_Go百科d make use of/contribute to.[详细]

    2023-01-15 15:55 分类:问答
  • OS's Boot-loader doesn't work

    I am making a custom Operating System. I have two nasm files: boot.asm: [BITS 16];tell the assembler that its a 16 bit code[详细]

    2023-01-07 19:35 分类:问答
  • Call C++ from an assembly bootloader

    I have a small assembly bootloader that I got from this Tutorial. The code for the boot loader can be found here. I want to know if its possible to run c++ from this boot loader. I want to run a simpl[详细]

    2023-01-07 13:41 分类:问答
  • A boot loader in C++

    I have messed around a few times by making a small assembly boot loader on a floppy disk and was wondering if it\'s possible to make a boot loader in c++ and if so where might 开发者_如何转开发I begin[详细]

    2023-01-07 13:35 分类:问答