-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
after copy kernel.elf to isofile using "make buildimg" it says Disk full and it make as error #5
Comments
plz help me |
In the kernel makefile you can modify the buildimg target to this, however it will take a little longer to run
|
And change the GT_MOS after the -v to what you want |
try this cmd : mkfs -t vfat |
Hello
And also i want to know before your reply i edited makefile after that it
says Disk Full (i used makefile in github ponchoOS)
What should i do?
…On Mon, 22 Feb 2021, 15:44 ajh123, ***@***.***> wrote:
In the kernel makefile you can modify the buildimg target to this, however
it will take a little longer to run
buildimg:
dd if=/dev/zero of=$(BUILDDIR)/$(OSNAME).img bs=512 count=46875
mformat -i $(BUILDDIR)/$(OSNAME).img -f 2880 -v GT_MOS ::
mmd -i $(BUILDDIR)/$(OSNAME).img ::/EFI
mmd -i $(BUILDDIR)/$(OSNAME).img ::/EFI/BOOT
mcopy -i $(BUILDDIR)/$(OSNAME).img $(BOOTEFI) ::/EFI/BOOT
mcopy -i $(BUILDDIR)/$(OSNAME).img startup.nsh ::
mcopy -i $(BUILDDIR)/$(OSNAME).img $(BUILDDIR)/kernel.elf ::
mcopy -i $(BUILDDIR)/$(OSNAME).img $(BUILDDIR)/zap-light16.psf ::
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AS3P2LVMEKTRZZQJ6FMVRM3TAIVCFANCNFSM4XU5JKFA>
.
|
Thanks guys its totaly worked now i can do my developing things👍👍👍
…On Mon, 22 Feb 2021, 15:44 ajh123, ***@***.***> wrote:
In the kernel makefile you can modify the buildimg target to this, however
it will take a little longer to run
buildimg:
dd if=/dev/zero of=$(BUILDDIR)/$(OSNAME).img bs=512 count=46875
mformat -i $(BUILDDIR)/$(OSNAME).img -f 2880 -v GT_MOS ::
mmd -i $(BUILDDIR)/$(OSNAME).img ::/EFI
mmd -i $(BUILDDIR)/$(OSNAME).img ::/EFI/BOOT
mcopy -i $(BUILDDIR)/$(OSNAME).img $(BOOTEFI) ::/EFI/BOOT
mcopy -i $(BUILDDIR)/$(OSNAME).img startup.nsh ::
mcopy -i $(BUILDDIR)/$(OSNAME).img $(BUILDDIR)/kernel.elf ::
mcopy -i $(BUILDDIR)/$(OSNAME).img $(BUILDDIR)/zap-light16.psf ::
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AS3P2LVMEKTRZZQJ6FMVRM3TAIVCFANCNFSM4XU5JKFA>
.
|
mformat: mformat.c:367: check_fs_params_and_set_fat: Assertion `clusters_fit_into_fat(Fs)' failed. |
try removing the -f parameter |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: