All Projects → haileys → doslinux

haileys / doslinux

Licence: other
Run Linux programs on DOS

Programming Languages

c
50402 projects - #5 most used programming language
assembly
5116 projects
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to doslinux

Doslinux
Run Linux programs on DOS
Stars: ✭ 770 (-39.47%)
Mutual labels:  dos, wsl
Docker-Swarm-DDOS
How to create a Denial of Service Attack through Docker Swarm.
Stars: ✭ 36 (-97.17%)
Mutual labels:  dos
Build Djgpp
Build DJGPP cross compiler and binutils on Windows (MinGW/Cygwin), Mac OSX and Linux
Stars: ✭ 143 (-88.76%)
Mutual labels:  dos
Huge Collection Of Cheatsheet
Share of my Huge Collection of Cheatsheet (Coding, Cheat, Pinouts, Command Lists, Etc.)
Stars: ✭ 250 (-80.35%)
Mutual labels:  dos
Sharp
An anti-ARP-spoofing application software that use active and passive scanning methods to detect and remove any ARP-spoofer from the network.
Stars: ✭ 150 (-88.21%)
Mutual labels:  dos
DDos-Attack-OVH-
Powerful DDoS Attack
Stars: ✭ 155 (-87.81%)
Mutual labels:  dos
Awesome Dos
Curated list of references for development of DOS applications.
Stars: ✭ 123 (-90.33%)
Mutual labels:  dos
cxfuse
Crossmeta FUSE Windows Port
Stars: ✭ 55 (-95.68%)
Mutual labels:  wsl
memealyzer
Memealyzer is an app built to demonstrate some the latest and greatest Azure tech to dev, debug, and deploy microservice applications.
Stars: ✭ 97 (-92.37%)
Mutual labels:  wsl
Dojs
A DOS JavaScript Canvas with sound
Stars: ✭ 237 (-81.37%)
Mutual labels:  dos
Hackers Tool Kit
Its a framework filled with alot of options and hacking tools you use directly in the script from brute forcing to payload making im still adding more stuff i now have another tool out called htkl-lite its hackers-tool-kit just not as big and messy to see updates check on my instagram @tuf_unkn0wn or if there are any problems message me on instagram
Stars: ✭ 211 (-83.41%)
Mutual labels:  dos
Div Games Studio
Complete cross platform games development package, originally for DOS but now available on modern platforms.
Stars: ✭ 168 (-86.79%)
Mutual labels:  dos
Burn-Byte
Burn Byte is a modern and powerful DDOS Toolkit
Stars: ✭ 37 (-97.09%)
Mutual labels:  dos
Commander Genius
Modern Interpreter for the Commander Keen Games (Vorticon and Galaxy Games). There is also a gitlab repository: https://gitlab.com/Dringgstein/Commander-Genius
Stars: ✭ 144 (-88.68%)
Mutual labels:  dos
basicdos
A new 8086-based reimagining of PC DOS and BASIC
Stars: ✭ 72 (-94.34%)
Mutual labels:  dos
Bootmine
Bootable minesweeper game in a 512-byte boot sector
Stars: ✭ 136 (-89.31%)
Mutual labels:  dos
Ansilove
ANSI and ASCII art to PNG converter in C
Stars: ✭ 207 (-83.73%)
Mutual labels:  dos
dotfiles
My shell configuration and scripts. My "dotfiles". ... Over a decade of tuning my environments. ⌚😮🤯
Stars: ✭ 20 (-98.43%)
Mutual labels:  wsl
convey
Communication through a serial port or named pipe
Stars: ✭ 46 (-96.38%)
Mutual labels:  wsl
Pengwin
A Linux distro optimized for WSL based on Debian.
Stars: ✭ 1,415 (+11.24%)
Mutual labels:  wsl

DOS Subsystem for Linux

A WSL alternative for users who prefer an MS-DOS environment. DOS Subsystem for Linux integrates a real Linux environment into MS-DOS systems, allowing users to make use of both DOS and Linux applications from the DOS command prompt.

Building

  • You will need a cross toolchain targeting i386-linux-musl on PATH.

    https://github.com/richfelker/musl-cross-make is a tool that can build one for you with minimal hassle. Set TARGET to i386-linux-musl.

  • Build the prequisites (Linux and Busybox) by running J=xxx script/build-prereq, replacing xxx with the desired build parallelism.

  • You will need a hard drive image hdd.base.img with an installed copy of MS-DOS on the first partition.

  • Run make

    This will produce a new hard drive image hdd.img with DOS Subsystem for Linux installed. Invoke C:\doslinux\dsl <command> to run Linux commands. C:\doslinux can also be placed on your DOS PATH for greater convenience.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].