# syslinux
**Repository Path**: teasiu/syslinux
## Basic Information
- **Project Name**: syslinux
- **Description**: No description available
- **Primary Language**: C
- **License**: GPL-2.0
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-10-17
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# syslinux 6.04
git clone git://git.kernel.org/pub/scm/boot/syslinux/syslinux.git
sudo apt-get install perl uuid-dev nasm git mingw-w64 make gcc python libc6-dev-i386
cd syslinux
make
make bios
sudo make netinstall
then found the netboot files in /tftp
…or create a new repository on the command line
echo "# syslinux" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin git@github.com:teasiu/syslinux.git
git push -u origin main
…or push an existing repository from the command line
git remote add origin git@github.com:teasiu/syslinux.git
git branch -M main
git push -u origin main