pc-bios/s390-ccw/netboot.mak
0 → 100644
+47
−0
pc-bios/s390-ccw/netmain.c
0 → 100644
+136
−0
Loading
This is just a preparation for the next steps: Add a makefile and a stripped down copy of pc-bios/s390-ccw/main.c as a basis for the network bootloader program, linked against the libc from SLOF already (which we will need for SLOF's libnet). The networking code is not included yet. Reviewed-by:Cornelia Huck <cohuck@redhat.com> Signed-off-by:
Thomas Huth <thuth@redhat.com> Message-Id: <1499863793-18627-10-git-send-email-thuth@redhat.com> Signed-off-by:
Christian Borntraeger <borntraeger@de.ibm.com>