bootloader
Stack segment in the MikeOS bootloader
I don\'t understand thi开发者_StackOverflows piece of code: mov ax, 07C0h; Set up 4K of stack space above buffer[详细]
2023-01-06 17:33 分类:问答CLI affect on video memory
I\'ve decided to write my own bootloader. I\'ve been able to set the video mode to 3 (although qemu already sets it to 3 already), and then print \'A\' at the first character of the first line on the[详细]
2023-01-01 17:50 分类:问答Forcing a machine to boot from a live CD
If I want to distribute some software on a bootable CD, is there a way (from windows) to force the machine to restart onto the CD OS,开发者_如何学C even if the BIOS is not setup with boot from CD?No,[详细]
2022-12-29 10:29 分类:问答Why is my boot loader's stack segment at 0x3FF (end of Real Mode IVT)?
\"address 0x500 is the last one used by the BIOS\" is what Wikipedia - \"00000000-000003FF Real Mode IVT (Interrupt Vector Table)\" is what osdev.org\'s article over the BIOS memory map says.[详细]
2022-12-28 20:10 分类:问答Linq to Sql saying that item by 'Customer' already exists. Choose a different name
I have been going round and round with a linq to sql file while using svn for quite some time. The latest is that my dbml file shows as having an error which states that[详细]
2022-12-28 08:24 分类:问答Test assembly code on a mac
A while back I was following some tutorials an assembly. I was running it all on a windows machine, compiling with NASM and then writing the compiled code to a floppy disk, then reboot and try the cod[详细]
2022-12-27 12:55 分类:问答linux kernel booting from my bootloader
i wish to load linux using my own bootloader .. preliminary research and google told me that i ll have to use start_kern开发者_运维问答e() function ..[详细]
2022-12-26 17:52 分类:问答Windows Boot Configuration Data(BCD) Reader in Linux?
Is there any way in Linux to开发者_Python百科 read Boot Configuration Data(BCD) used by Microsoft Windows Boot Manager?[详细]
2022-12-22 10:26 分类:问答Wireless programming with the Arduino XBee Shield and XBee Explorer
I am trying to enable wireless programming of an Arduino via the XBee Shield and an XBee Explorer. I\'ve seen two tutorials online, XBee radios and Wireless Bootloading for ATmega168/ATmega328 that sh[详细]
2022-12-20 23:27 分类:问答How to write a Hello World Bootloader for MIPS?
I\'m learning MIPS Assembly by the book MIPS Assembly Language Programming, but my I\'ve just started learning MIPS because I want to build a MIPS OS, but now as I can see, there isn\'t any documentat[详细]
2022-12-18 07:16 分类:问答