os-tutorial icon indicating copy to clipboard operation
os-tutorial copied to clipboard

How do we do this on windows

Open LazyProgrammar opened this issue 5 years ago • 6 comments

I am using windows 10 but there aren't any instructions for this. Please help me as i am an amateur in programming

LazyProgrammar avatar Nov 15 '20 05:11 LazyProgrammar

You can emulate a linux terminal using cygwin on windows Through cygwin you can install all the tools you need to compile your os Give it a try https://www.cygwin.com/ Or you can use wsl to install ubuntu from the microsoft store and use apt to install everything you may need

algorithmx51 avatar Nov 15 '20 09:11 algorithmx51

You can use WSL (Windows Subsystem for Linux) to run any linux commands you need. Windows files will be available in the directory /mnt/driveletter You can use the cat command in the READMEs with small modification. osimage should have the file extension .vfd You can then open this VFD with Virtualbox and boot the system

JakeR27 avatar Nov 28 '20 14:11 JakeR27

I know this is late, but I use WSL to run NASM and other compilers, then I have qemu installed on the windows side of things.

yekyam avatar Dec 04 '21 02:12 yekyam

I would just run a Ubuntu image in qemu for the full experience.

Ccode-lang avatar Dec 04 '21 16:12 Ccode-lang

You can use mingw. with a few minor adjustments it works

sytzemeijer avatar Dec 01 '22 14:12 sytzemeijer

I highly recommend using WSL2. It has been a life saver.

epic-coder-64 avatar Jun 26 '23 13:06 epic-coder-64