mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34:31 +00:00
Serial null for COM3 and COM4
This commit is contained in:
parent
a8732f7bad
commit
90282778dd
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,5 +1,7 @@
|
||||
iso_tmp_data
|
||||
initrd/system/include/*
|
||||
initrd/system/*.raw
|
||||
initrd/system/lib/*.raw
|
||||
!initrd/system/include/.gitkeep
|
||||
tools/*
|
||||
!tools/stage2_eltorito
|
||||
|
5
Makefile
5
Makefile
@ -60,6 +60,8 @@ QEMUFLAGS += -M raspi3b \
|
||||
-cpu cortex-a57 \
|
||||
-serial file:serial.log \
|
||||
-serial file:profiler.log \
|
||||
-serial null \
|
||||
-serial null \
|
||||
-kernel $(OSNAME).img
|
||||
endif
|
||||
|
||||
@ -174,11 +176,14 @@ clean:
|
||||
rm -f initrd.tar.gz $(OSNAME).iso $(OSNAME).img
|
||||
rm -f initrd/system/drivers/*.fex
|
||||
rm -f initrd/system/drivers/*.elf
|
||||
rm -f initrd/system/drivers/*.raw
|
||||
rm -f initrd/system/*.fex
|
||||
rm -f initrd/system/*.elf
|
||||
rm -f initrd/system/*.raw
|
||||
rm -f initrd/system/*.so
|
||||
rm -f initrd/system/*.a
|
||||
rm -f initrd/system/lib/*.a
|
||||
rm -f initrd/system/lib/*.raw
|
||||
rm -f initrd/system/lib/*.so
|
||||
rm -f initrd/system/lib/*.o
|
||||
rm -f initrd/system/include/*.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user