Thread Rating:
  • 1 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How To make an advanced Operating System in Visual Basic 2010 ?
#1
Hello! How are you today?
My name is Mohamed Samir, I'm from Cairo, Egypt. I have 15 years old!
Present to you Tutorials in VB.NET About How To make an advanced Operating System in VB.NET in Arabic Language (You Can Translate Arabic Words To English in Google Translate) Yeye
========================================================
Tutorial 1
========
To Watch Tutorial 1
http://www.youtube.com/watch?v=6iVGrphcPoo
========================================================
EnJoy ! and Wait Other Parts
plz comment rate and subscribe also please post video responses on your av that you make to this tutorial. Smile
happy programming
if you need help please post a comment and i will try and help you Smile
Tutorial by Mohamed Samir.

Tutorial 2
========
To Watch Tutorial 2
http://www.youtube.com/watch?v=HDjpDWrSME0
========================================================
EnJoy ! and Wait Other Parts
plz comment rate and subscribe also please post video responses on your av that you make to this tutorial. Smile
happy programming
if you need help please post a comment and i will try and help you Smile
Tutorial by Mohamed Samir.

Tutorial 3
========
To Watch Tutorial 3
http://www.youtube.com/watch?v=2bwZGhbFsqk
========================================================
EnJoy ! and Wait Other Parts
plz comment rate and subscribe also please post video responses on your av that you make to this tutorial. Smile
happy programming
if you need help please post a comment and i will try and help you Smile
Tutorial by Mohamed Samir.

Tutorial 4
========
To Watch Tutorial 4
http://www.youtube.com/watch?v=vbc5FP4hfU4
========================================================
EnJoy ! and Wait Other Parts
plz comment rate and subscribe also please post video responses on your av that you make to this tutorial. Smile
happy programming
if you need help please post a comment and i will try and help you Smile
Tutorial by Mohamed Samir.

Tutorial 5
========
To Watch Tutorial 5
http://www.youtube.com/watch?v=jtdM6JPNJHU
========================================================
EnJoy ! and Wait Other Parts
plz comment rate and subscribe also please post video responses on your av that you make to this tutorial. Smile
happy programming
if you need help please post a comment and i will try and help you Smile
Tutorial by Mohamed Samir.

Tutorial 6
========
To Watch Tutorial 6
http://www.youtube.com/watch?v=qFJ0py2mb6A
========================================================
EnJoy ! and Wait Other Parts
plz comment rate and subscribe also please post video responses on your av that you make to this tutorial. Smile
happy programming
if you need help please post a comment and i will try and help you Smile
Tutorial by Mohamed Samir.

Tutorial 7
========
To Watch Tutorial 7
http://www.youtube.com/watch?v=UDJSFj7CijQ
========================================================
EnJoy ! and Wait Other Parts
plz comment rate and subscribe also please post video responses on your av that you make to this tutorial. Smile
happy programming
if you need help please post a comment and i will try and help you Smile
Tutorial by Mohamed Samir.

Tutorial 8
========
To Watch Tutorial 8
http://www.youtube.com/watch?v=sRCjd7mfHto
========================================================
EnJoy ! and Wait Other Parts
plz comment rate and subscribe also please post video responses on your av that you make to this tutorial. Smile
happy programming
if you need help please post a comment and i will try and help you Smile
Tutorial by Mohamed Samir.

Tutorial 9
========
To Watch Tutorial 9
http://www.youtube.com/watch?v=OLIb4_z7TVs
========================================================
EnJoy ! and Wait Other Parts
plz comment rate and subscribe also please post video responses on your av that you make to this tutorial. Smile
happy programming
if you need help please post a comment and i will try and help you Smile
Tutorial by Mohamed Samir.

Tutorial 1
========
To download the tools of the lesson
http://www.multiupload.nl/CON2U9IOMF
========================================================

Tutorial 2
========
To download the tools of the lesson
http://www.multiupload.nl/CON2U9IOMF
========================================================

Tutorial 3
========
To download the tools of the lesson
http://www.multiupload.nl/CON2U9IOMF
========================================================

Tutorial 4
========
To download the tools of the lesson
http://www.multiupload.nl/1GFU50QZRP
========================================================

Tutorial 5
========
To download the tools of the lesson
http://www.multiupload.nl/1670JQONHH
========================================================

Tutorial 6
========
To download the tools of the lesson
http://www.multiupload.nl/950VMTI888
========================================================

Tutorial 7
========
To download the tools of the lesson
http://www.multiupload.nl/U5OSU4K34Z
========================================================
Reply
#2
Sorry but that isnt an operating system...
Reply
#3
Tutorial 8
========
To download the tools of the lesson
http://www.multiupload.nl/4I7APE97AN
========================================================

Tutorial 9
========
To download the tools of the lesson
http://www.multiupload.nl/ZDASLSQSTB
========================================================

(08-06-2012, 08:56 AM)Modestep Wrote: Sorry but that isnt an operating system...

but Shape like operating system

Wait For Part 10 in The Future
Reply
#4
(08-06-2012, 08:57 AM)Mohamed Samir Wrote: but Shape like operating system

No, not really even close. It's still part of the OS you're running on, and doesn't run in it's own virtual environment. It doesn't have it's own storage, filesystem, or anything like that.
Reply
#5
It is fun to make your own operating system on visual studio. I guess you can call it WSOS (Windows Supported Operating System)
Reply
#6
(09-28-2012, 01:54 AM)rqmok Wrote: It is fun to make your own operating system on visual studio. I guess you can call it WSOS (Windows Supported Operating System)

An operating system is independant, so WSOS doesn't make any sense, unless you're calling an OS an emulator? You can't really create your own OS in Visual Studio. (.NET dependant languages anyways.)
Reply
#7
Better use C++ or C for it, VB.NET have depencies, so you need to run that "Operating System" on Windows.
Reply
#8
(09-29-2012, 01:14 PM)AceInfinity Wrote: An operating system is independant, so WSOS doesn't make any sense, unless you're calling an OS an emulator? You can't really create your own OS in Visual Studio. (.NET dependant languages anyways.)
Of course you can Roflmao with Cosmos you can create your own OS in real! You can make your own kernel. http://cosmos.codeplex.com/
Reply
#9
(01-02-2013, 08:35 PM)bugura Wrote: Of course you can Roflmao with Cosmos you can create your own OS in real! You can make your own kernel. http://cosmos.codeplex.com/

Have you read how it works at all?
Quote:What Was That Syslinux Thing I Saw on Boot?
Cosmos does not run on Linux. A boot loader called Syslinux is used to boot Cosmos. After booting, Syslinux is not used. Syslinux is a bootloader and is not a Linux distro.

This is a pseudo operating system, you can't create an operating system from the ground up in .NET because it wouldn't work with the boot process. Not to mention, ASM is being used here...

So you would be wrong.

When you can create your own full OS independent of any external bootloaders or low level code, then see this thread and post your reply Smile
Reply
#10
Someone lock this thread up. It is simply impossible to form an OS out of vb.net and this guy just spammed a whole bunch of links........
[Image: t5BWm.png]
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  [VB.NET] Advanced MessageBox Control BlackSpider 14 10,995 03-04-2015, 11:22 PM
Last Post: longwest
  [SOURCE] Advanced Webcam Viewer TalishHF 4 3,421 08-25-2014, 01:20 AM
Last Post: dark_move
  [VB.NET] Determine If 32 Or 64 Bit Operating System. wchar_t 14 18,898 07-13-2013, 07:17 PM
Last Post: Varosion
  [TUT]Creating Advanced Web Browser with Awesome Theme Imaking31 0 1,320 05-25-2013, 03:12 AM
Last Post: Imaking31
  Free Advanced Port Scanner SOURCE [ VB.NET ] Filefinder 6 5,240 01-22-2013, 04:27 AM
Last Post: TalishHF

Forum Jump:


Users browsing this thread: 1 Guest(s)