Search found 2 matches
- Wed Aug 11, 2010 11:46 pm
- Forum: Beginning OS Development
- Topic: loading second stage bootloader
- Replies: 4
- Views: 22191
Re: loading second stage bootloader
[ bits 16 ] [ org 0x7c00 ] start: jmp loader ;*************************************************; ; OEM Parameter block / BIOS Parameter Block ;*************************************************; TIMES 0Bh-$+start DB 0 bpbBytesPerSector: DW 512 bpbSectorsPerCluster: DB 1 bpbReservedSectors: DW 1 bpbN...
- Wed Aug 11, 2010 11:08 pm
- Forum: Beginning OS Development
- Topic: loading second stage bootloader
- Replies: 4
- Views: 22191
loading second stage bootloader
am following the tutorial which suggests i should put
after the boot signature in the first bootloader but nasm gives an error
Code: Select all
0x1000
Code: Select all
error: program origin redefined