DEV Community

Discussion on: Writing My Own Boot Loader

Collapse
 
hornet512 profile image
Hornet512

When I tried the makefile part this is what I got:
Makefile:9: *** missing separator. Stop.

Collapse
 
frosnerd profile image
Frank Rosner • Edited

Hm... Might be that I screwed something up there. You could check the source code for a version that was at least working on my Mac.

If you find the problem feel free to report back so I can fix it :)

Collapse
 
liam824css profile image
liam824css

kernel-entry.o : kernel-entry.asm
nasm $
^
|
Erase this blank and write a tab