Tagged Questions

3
votes
1answer
1k views

Develop a Bootloader In Assembly

I've already done a part of my OS in Assembly, but now I want to build a own bootloader for it too instead of using GRUB. When I was developing my test OS in Assembly I remember that I boot it like ...
2
votes
2answers
667 views

How to build and deploy an Amiga application that is bootable from a floppy disk (NON-DOS)?

Following up on the "How do I code and compile an Amiga application?" question, what development applications and build process is required to boot an Amiga application from a floppy disk? Update: ...
1
vote
1answer
131 views

Loading a floppy disk image with a boot binary

I've created a small assembly binary to boot from a floppy disk (ideally), but I can't work out how to actually 'put' the binary onto the disk so that it is bootable. I'd rather use a floppy disk ...
1
vote
1answer
158 views

Problem while creating floppy disk

I am going through BrokenThorn Operating System Development Series. I am trying to create virtual floppy using steps provided there. Steps are : We will use VFD to create a virtual ...