About 329,000 results
Open links in new tab
  1. Is it possible to create an operating system using Python?

    It is, however, technically possible to create an operating system centered on Python, that is; have only the very low level stuff in written in C and assembly and have most of the rest of the operating …

  2. Resources to develop an operating system - Stack Overflow

    I'm planning to write an operating system and I don't know very much about operating systems. Are there any good resources or books to read in order for me to learn? What are your recommendations?

  3. How can I run a program without an operating system?

    Operating System as the inspiration The operating system is also a program, so we can also create our own program by creating from scratch or changing (limiting or adding) features of one of the small …

  4. What are some resources for getting started in operating system ...

    Sep 4, 2008 · Ric Tokyo recommended nanoos in this question. Nanoos is an OS written in C++. Updated 3/9/09 Dinah provided some useful Stack Overflow discussion of aspiring OS developers: …

  5. Can a whole operating system be written without using even one line …

    You can't write a new one if you can't use an old one! Then read books on operating system design and implementation until you dream about process management methodologies. Just bear in mind, the …

  6. What languages are Windows, Mac OS X and Linux written in?

    Feb 24, 2009 · There is lots of C++ in it but what we technical define as an operating system is not in C++. The Windows API, the Windows kernel (both of these are in essence what an operating system …

  7. How can I build a small operating system on an old desktop computer?

    An operating system is nothing more than a program that manages the hardware resources of the computer: memory, CPU, and peripherals. Here's a simple operating system: a program lets the user …

  8. Is it possible to write an Operating System completely in C?

    Apr 6, 2015 · It is possible to write an operating system that consists of C program and only provides input/output through C facilities, but that isn't an OS that runs on actual hardware. You can write an …

  9. Writing an operating system in C++ - Stack Overflow

    Jan 27, 2010 · what is a way to create a my own operating system using c++. I have been created boot loader (using nasm,qemu) but I haven't knowledge to add an kernel to this boot loader.

  10. SQL Server Operating system error 5: "5(Access is denied.)"

    Aug 17, 2013 · The SQL Server database engine service account must have permissions to read/write in the new folder. Check out the blog post Attaching Database – Unable to Open Physical File …