Skip to content

Commit

Permalink
modtify May not run correctly place
Browse files Browse the repository at this point in the history
  • Loading branch information
zyfjeff committed Oct 3, 2014
1 parent b9c3339 commit c213d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ build:

run:
@echo "Running Dev Operating System."
cd ./sdk && sudo ./diskimage.sh
cd ./sdk && sudo bash ./diskimage.sh
cd ./sdk && ./qemu.sh

clean:
Expand Down

1 comment on commit c213d3a

@Waterspark63
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When I try to run make all, it says:

Building Kernel
make -C ./kernel
make[1]: *** kernel: No such file or directory. Stop.
makefile:10: recipe for target 'all' failed
make: *** [all] Error 2

And I had it install a newer version of ubuntu since it couldn't find the repositories for lucid, any idea why its outputting that error?

Please sign in to comment.