bootloader
How to set ARM user app start address when using USB bootloader?
Just picked up one of these ARM Cortex-M3 LPC1768 mini boards from eBay. It\'s basically a breakout board.[详细]
2023-04-13 09:42 分类:问答How a bootloader can read a DVD(cd)?
I have a first stage bootloader written in assembly. I need that it loads the second stage bootloader from dvd(or cd). I only found examples where it reads from floopy or hdd. The interrupt used there[详细]
2023-04-13 09:27 分类:问答Loading 2nd stage of bootloader and starting it [duplicate]
This question already has answers here: How to load second stage boot loader from first stage? (3 answers)[详细]
2023-04-11 20:12 分类:问答Need information on ethernet bootloader for AT32UC3A0512
I am planning to develop ethernet bootloader. So I wanted to modify the existing DFU Bootloader program. I want to delete the already existing bootloader on micro-controller flash and put my own bootl[详细]
2023-04-09 22:20 分类:问答about linux v0.01 bootsect.S
Recently I\'m looking at the linux 0.01 source code, since the bootsect.S in 2.6.11 and upper version is useless and it is a good place to start learning linux code, therefore I choose to trace the fi[详细]
2023-04-09 18:47 分类:问答Error in bootloader: Help in assembly
I am trying to create a simple operating system, yet when I compile the bootloader, I get the error: error: binary output format does not support external references[详细]
2023-03-29 05:54 分类:问答Bootloader in C won't compile
I am a newbie in writing bootloaders. I have written a helloworld bootloader in asm, and I am now trying to write one in C. I have written a hellowo开发者_如何学编程rld bootloader in C, but I cannot c[详细]
2023-03-28 23:28 分类:问答process of running linux executable
Is there good documentation of what happen when I run some executable in Linux. For example: I start ./a.out, so probably some bootloader assembly is run (come with c runtime?), and it finds start sym[详细]
2023-03-28 09:37 分类:问答Location of android's device manufacturer's keystore file?
How can we sign android开发者_JAVA技巧 apks with the same keys used by device manufacturer? In other words, what is the location of manufacturer\'s keystore file[详细]
2023-03-28 00:33 分类:问答Custom bootloader issues
Im trying to w开发者_开发技巧rite a bootloader for a Hobby OS and have it working great. Nothing Special, just prints a line of text:[详细]
2023-03-27 16:12 分类:问答