Tinkernut can you show a new video on how to do it in CD or something that is not 1996 I don't have a floppy drive :( Please tinkernut your my only hope (Princess Laia voice)
Those who think this is tough haven't gone through the GDT/LDT/IDT + paging + PAE part yet. Not to sound superior or anything, but although I was familiarised with non-X86 assembly for a long time it took me quite some time to figure out these peculiarities of the Intel architecture. It was a relief once I did. :-)
This is why they have developed languages that are easier for users to organize, create, and understand. Assembly is understood at a level too low for people to be programming in now.
Here'd my question. WHY IN THE WORLD WOULD YOU WRITE AN OS IN JAVA??? Java runs in an interpreter, it cannot be compiled to a binary that is understood like assembly.
I'm an assembly noob so correct me if I'm wrong. Doesn't the assembly language depend on the processor being used? Thus, the assembly would only work for the specific processor that you're working on and not on others meaning you can't really use it on any other machine.
It does depend on the processor, but more specifically on the instruction set architecture, or how code is written, compiled and fed to the processor. Most devices you touch use either x86 (most Intel processors, Windows 7 and below) or ARM (tablets, embedded devices, etc). Assembly written for x86 will only work on x86 and assembly written for ARM will only work on ARM.
(all iirc, I do more scripting than ASM programming)
@rebugProg Ah, makes sense. Thanks for the response. On a related note, does this mean that modern processors are somehow a hybrid of the x86 and x64 instruction set? I'm under this assumption since they're both able to run the 32-bit and 64-bit versions depending on what's installed.
@pie977 Nowadays they're mostly x86-64, which is commonly referred to as x64. The x64 architecture is designed for backwards compatibility with x86, making it more of an extension of x86 than a separate architecture. That way, processors that support x64 processors will also support x86 instructions natively (giving support for 32-bit applications).
hi, can you make a full vedio of making a complete OS ?...coz i need help for making a os.....please please make a full vedio of making a complete OS..
@xMandalorex bbqsauceonmy is correct. You should see Java as a computer program running on top of an operating system, which in turn interprets so called "byte code". This code cannot be run directly on a processor, unlike a programming language such as C. Java can only be used as a layer on top of an operating system written in a more low level language. Android for example only allows the user to control the Java section of the OS. Hope this helps! And take it easy with your language please =)
If you arent going to slow the text speed then you might as well include a "whatever this should be named".txt so someone dosen't burn their eyes tring to copy visually every thing shown.
@Nintendomanic I'll try to make this simple. Your computer cannot understand Python programs without the interpreter. When you are making an OS, you don't have that interpreter. Without the interpreter your program can't run. So, you can't make an OS in Python, unless you have a compiler that can generate native machine language.
@MrSamsai i did some reaserch and found somthing called iron python that does not depend on the GIL and uses Dynamic Language Runtime instead will that work?
@ookachaka10 All right. Then I'll try that. But I actually have a disk drive. I don't want to replace Windows entirely and find out I screwed up on the OS and would have to re-install Windows XP a THIRD TIME! (long story)
Daniel, because I love your videos, and knowledge, I went and bought a course for learning assembly. It was only $49 but it felt worth every penny. Thank you for taking the time to share what you know with us in a way we understand.
Hey, I been Programing for a while now, But I can't with out my notes, id like to know do you really have ALL the Commands Memorized, cuz I feel like a Major noob.
@Technimind Eh, it's a giant learning curve, but it's done by people still, and Assembly is virtually essential for parts of an OS. Right now I'm trying to learn this all because I want to make an OS with a GUI for my tablet and release it as an open source OS. I'm just a programming hobbyist. You definitely have to be invested in what you're trying to learn. I'm definitely more suited for C\C++ programming, the syntax is much easier to understand.
Why the fuck are all the kids flaming over a senseless, stupid comment, that was probably made by some 15 year old that just learned what a floppy disk is and had to show it to the world?
for anyone having a problem with writing to the floppy here is the reason and a fix. REASON: A formatted disk should have what's called a "media descriptor byte". Dos and win9x ignore it but for 2000 and XP it must be there. FIX:(copy/paste into text file named MDBFIX.TXT):
L 100 0 0 1
E 115 F0
W 100 0 0 1
Q
Make sure Q has a blank line after it. Then from a dos prompt key in:
DEBUG < MDBFIX.TXT
This writes F0h at the 22nd byte (at offset 15H) of the floppy in the A: drive.This should fix errors
wow thnaks tinker nut now you really helped me improved my understanding on these operating systems and now i can start making my own mecha operating systems thanks tinkernut ur the best!)
knew this floppy shit when I was five it was my main means of transporting computer info and all other computer stuff this was at a time when cds werent available in my country
Id say about half the people telling me theyre under 15 and know what a floppy disk is actually knew already and the other half have just either googled it or looked it up on wikipedia.
@MrBOBMAN567 I heard COSMOS Kernel (For making a real os) for C# may support Visual Basic someday. I prefer C# since it seems easy to learn and yet I can make games with it (better than those cheap VB games people make). However this vid is probably the best way to do make an OS.
Correction! When I was 4 I knew what a floppy disk was. Right now I'm 12. Although, my parents worked with the first computers and used to program Palm OS
I'm not acting smart, I am smart. I was simply trying to tell him that I know what a floppy disk is. Stop trolling. Btw my parents worked on UNIX and Linux. They both still do and you know what, they both still make websites, advertisements, gfx, and they are working on an OS that is why I'm watching this video. You aren't even close to knowing how to build an OS if you watch this video (sorry video maker). Learn C before you start your OS.
No actually, no one in this world is "smart." This video provides a very basic introduction to writing an OS. You don't need any knowledge in C to make an OS, it's purely for writing one at a higher level of abstraction. Just because your parents worked on UNIX and/or Linux it doesn't mean they are smart either. I use Linux, i use Windows. Yet there are people who know way more than me about things. Making an OS is absolutely fucking simple, even if the OS only prints "Hello, World!"
@DjSmilez2k11 Buddy, Mac is Based off the Darwin and Mach Repositories.(and explicitly includes them.) and the MKLinux Project is what was the Foundry for those programs. So in reality, Mac OS X is a Very Heavily Modified Version of linux. Don't Believe Me? its in the Official Mac Kernel Development Pamphlet(Bible), its got the History and Everything. And I just found this out TODAY
@samesvids I am 13 and I actually am trying to learn alot about computers. I can't believe I have looked at floppy disks. Thanks for this rude helpful comment bro.
Tinkernut can you show a new video on how to do it in CD or something that is not 1996 I don't have a floppy drive :( Please tinkernut your my only hope (Princess Laia voice)
techphus 1 day ago
How about a flash based OS
EricssonXL 1 day ago
why no usb OS? D';
Docko412 2 days ago
Those who think this is tough haven't gone through the GDT/LDT/IDT + paging + PAE part yet. Not to sound superior or anything, but although I was familiarised with non-X86 assembly for a long time it took me quite some time to figure out these peculiarities of the Intel architecture. It was a relief once I did. :-)
isreasontaboo 2 days ago
This is why they have developed languages that are easier for users to organize, create, and understand. Assembly is understood at a level too low for people to be programming in now.
Here'd my question. WHY IN THE WORLD WOULD YOU WRITE AN OS IN JAVA??? Java runs in an interpreter, it cannot be compiled to a binary that is understood like assembly.
wacossusca34 4 days ago
FATAL: NO BOOTABLEMEDIUM FOUND! SYSTEM HALTED
curlyfries0511 1 week ago
@curlyfries0511 same
MyAbdullah11 1 day ago
Comment removed
curlyfries0511 1 week ago
I'm an assembly noob so correct me if I'm wrong. Doesn't the assembly language depend on the processor being used? Thus, the assembly would only work for the specific processor that you're working on and not on others meaning you can't really use it on any other machine.
pie977 1 week ago
@pie977 yes and no.
It does depend on the processor, but more specifically on the instruction set architecture, or how code is written, compiled and fed to the processor. Most devices you touch use either x86 (most Intel processors, Windows 7 and below) or ARM (tablets, embedded devices, etc). Assembly written for x86 will only work on x86 and assembly written for ARM will only work on ARM.
(all iirc, I do more scripting than ASM programming)
rebugProg 1 week ago
@rebugProg Ah, makes sense. Thanks for the response. On a related note, does this mean that modern processors are somehow a hybrid of the x86 and x64 instruction set? I'm under this assumption since they're both able to run the 32-bit and 64-bit versions depending on what's installed.
pie977 1 week ago
@pie977 Nowadays they're mostly x86-64, which is commonly referred to as x64. The x64 architecture is designed for backwards compatibility with x86, making it more of an extension of x86 than a separate architecture. That way, processors that support x64 processors will also support x86 instructions natively (giving support for 32-bit applications).
rebugProg 1 week ago
i dont want to play games idiot i want to operate my system
mustafabandu3487 1 week ago
What just happened?
LLOORREENNN2 1 week ago
This has been flagged as spam show
hi, can you make a full vedio of making a complete OS ?...coz i need help for making a os.....please please make a full vedio of making a complete OS..
EHCtechnology 1 week ago
Comment removed
EHCtechnology 1 week ago
An operating system in Java?
Good luck.
bbqsauceonmycock 2 weeks ago 7
@bbqsauceonmycock
seeing as over a billion devices use a java based OS
... so yea good luck to them huh ? you fucking idiot
xMandalorex 1 week ago
@xMandalorex No operating system on the entire Earth is written in Java.
You mean Android right? It's written in C.
bbqsauceonmycock 1 week ago
@xMandalorex bbqsauceonmy is correct. You should see Java as a computer program running on top of an operating system, which in turn interprets so called "byte code". This code cannot be run directly on a processor, unlike a programming language such as C. Java can only be used as a layer on top of an operating system written in a more low level language. Android for example only allows the user to control the Java section of the OS. Hope this helps! And take it easy with your language please =)
TheOrangePiggy 1 week ago
@xMandalorex Java isn't an operating system... the "billion devices" just use the Java Virtual Machine (JVM) for it's software.
Radnyxerr 1 week ago
If you arent going to slow the text speed then you might as well include a "whatever this should be named".txt so someone dosen't burn their eyes tring to copy visually every thing shown.
johnathan105 2 weeks ago
Wow, you've managed to explain it in 8 minutes! Fast talking. Interesting!
John1Schneider1 2 weeks ago
I'm confused but in a good way. Kind of.
techben505 2 weeks ago
This was very informative. Thank you.
Goochbag8 3 weeks ago
Wat the heck its to much
TheDillon129 3 weeks ago
holly crap this is too much for me
MrDjru31az 3 weeks ago
one word winimage use winimage to make a floppy image.
matthew65536 3 weeks ago
can i make one with python?
Nintendomanic 3 weeks ago
@Nintendomanic I hope that was a joke.
MrSamsai 3 weeks ago
@MrSamsai no python is the language im trying to learn how to use and if i can't use it to make an operating system please explane why i need to know
Nintendomanic 3 weeks ago
@Nintendomanic Answer to your question is no. You cannot write an OS in Python.
MrSamsai 3 weeks ago
@MrSamsai can you expane whats stopping me from?
Nintendomanic 3 weeks ago
@Nintendomanic I'll try to make this simple. Your computer cannot understand Python programs without the interpreter. When you are making an OS, you don't have that interpreter. Without the interpreter your program can't run. So, you can't make an OS in Python, unless you have a compiler that can generate native machine language.
MrSamsai 3 weeks ago
thank you
Nintendomanic 3 weeks ago
@MrSamsai i did some reaserch and found somthing called iron python that does not depend on the GIL and uses Dynamic Language Runtime instead will that work?
Nintendomanic 3 weeks ago
@Nintendomanic No. You have to make native machine code.
MinDControlDx 2 weeks ago
@ookachaka10 All right. Then I'll try that. But I actually have a disk drive. I don't want to replace Windows entirely and find out I screwed up on the OS and would have to re-install Windows XP a THIRD TIME! (long story)
Henn64 4 weeks ago
awesome video!!
DJGPR2 1 month ago
Can it recognize a usb drive, install drivers, and data transfer? Can you load IE8 or Google Chrome? Would like to know please.
Henn64 1 month ago
@Henn64 all these hotheads.. tsk tsk tsk it depends on if it is programmed to.
ookachaka10 1 month ago
@Henn64 BWAHAHAHAHAHAHAHA!!!!!!
faxmanloveswaffles 4 weeks ago
Please reply
CAN U MAKE LIKE A PAKAGE BUT KIDZOS???
KNightKid8 1 month ago
Dude hecka low level programming beautiful! :)
stilllife0000 1 month ago
awesome tutorial!!!!!!!
topito2 1 month ago
Daniel, because I love your videos, and knowledge, I went and bought a course for learning assembly. It was only $49 but it felt worth every penny. Thank you for taking the time to share what you know with us in a way we understand.
sDInfuze 1 month ago
Can someone make an auto builder application to compile and install it on a floppy?
Alex2Buzz 1 month ago
screw floppy disks i have a save button
TopsideFantazy 1 month ago
Nice, very nice ,.... i like it ... :)
Ceroprox 1 month ago
in this modern time.we will not use that thing again!
NatLoveTech 1 month ago
Comment removed
thecomputerkid11925 1 month ago
what is a floppy disk???
no just kidding
TheChevroletnova 1 month ago 32
@TheChevroletnova btw its some archaic piece of crap
EricssonXL 1 day ago
how to make the tinkernut logo??
stevegatsis500 1 month ago
hi guys?anyone can help me make a computer program of an enrollment system?please email me this address natsu1540@YAHOO.COM..THANKS IN ADVANCE GUYS..
MrRalf15 2 months ago
@MrRalf15
What do you mean like a program that people can use to sign up have it save as a file?
zaca211 1 month ago
@zaca211
Yes sir....can u teach me how to make a database using access and microsoft visual basic 2010?thanks in advance sir.
MrRalf15 1 month ago
ill do it but it will take time
Xxwwehd606158450Xx 2 months ago
Hey, I been Programing for a while now, But I can't with out my notes, id like to know do you really have ALL the Commands Memorized, cuz I feel like a Major noob.
mishok007 2 months ago
wow, you can make an operating system in 8 minutes
Astronautical123 2 months ago in playlist Favorite videos
Comment removed
thecomputerkid11925 2 months ago
one question,how do you make this os bootable from a cd or how do you create a cd image of your os
200cyprian 2 months ago
This has been flagged as spam show
Hi! Could you guys please check out my channel? I will do a giveaway when I reach 100 subscribers! Thanks!
hackster2011 2 months ago
big thanks man but can i ask about networking and stuff like that
can you make a tutorial on it
200cyprian 2 months ago
@Technimind Eh, it's a giant learning curve, but it's done by people still, and Assembly is virtually essential for parts of an OS. Right now I'm trying to learn this all because I want to make an OS with a GUI for my tablet and release it as an open source OS. I'm just a programming hobbyist. You definitely have to be invested in what you're trying to learn. I'm definitely more suited for C\C++ programming, the syntax is much easier to understand.
Spirrwell 2 months ago
@Technimind I have done this
hashamzakir1 2 months ago
Comment removed
hashamzakir1 2 months ago
Can you tell me plz how i can make my name like your name
majd60 2 months ago
@majd60 excuse me is that a question? and interms of what.
200cyprian 2 months ago
@200cyprian I am asking an external question
and i am asking how to make (i think) banner like yours
majd60 2 months ago
@majd60 you can search for that in a youtube video,how to make a banner+you can also watch gigafide's how to pimp your youtube channel
200cyprian 2 months ago
thanks
whatisoperating 2 months ago
my windows xp is counterfeit.
Mchlngy4 2 months ago
Why the fuck are all the kids flaming over a senseless, stupid comment, that was probably made by some 15 year old that just learned what a floppy disk is and had to show it to the world?
Twixtor3D 2 months ago 27
@Twixtor3D 10 years old and I learned what a flopamajig thingy is.
ookachaka10 1 month ago
@Twixtor3D hey I'm programming since I was 13, not all kids are douchebags!
TheNetau 2 weeks ago
the beat is so anoying
thumps up
Warfather911 2 months ago
@samesvids i have known what that is since i was 7.
mrbigglesworthkitty 2 months ago
thanks @OfficialNeilnet
MRCheryjonathan 2 months ago
What version of virtual box i have to download to get windows 7
Because its says to me FATAL
vltckboy 2 months ago
does it have to be on the on a floppy disk?
MRCheryjonathan 2 months ago
@MRCheryjonathan nope, it can connect with the hardware but thats to comlicated.
OfficialNeilnet 2 months ago
@MRCheryjonathan it doesn't you can use dvds that are 4.37 GB or over(-RW and -DL)
HA8403 2 months ago
THAAAAAAAAAANKS A LOT, This is what I needed to do, buajaja, now is time to start playing with asm and becoming creative too hehehe,
andresau90 2 months ago
i thought the description says Gidafie :)
BrokenWings272 2 months ago
So this is not linux, windows, DOS, or whatever based... this is a real custom OS right?
adam10603 3 months ago
@adam10603 Yes, yes it is!
TheKillasProductions 3 months ago
you know when you start the coding you 16 bits is it possible to it change to 32 bits for a floppy disk?
AmanSingh019 3 months ago
Can you repeat this in English?
PabloDPena 3 months ago
for anyone having a problem with writing to the floppy here is the reason and a fix. REASON: A formatted disk should have what's called a "media descriptor byte". Dos and win9x ignore it but for 2000 and XP it must be there. FIX:(copy/paste into text file named MDBFIX.TXT):
L 100 0 0 1
E 115 F0
W 100 0 0 1
Q
Make sure Q has a blank line after it. Then from a dos prompt key in:
DEBUG < MDBFIX.TXT
This writes F0h at the 22nd byte (at offset 15H) of the floppy in the A: drive.This should fix errors
aim46aim46 3 months ago
Thank you so much!
az100eletronics12 3 months ago
Thanks gigafide! I read all those stuff you gave us and i'm off to make my own OS called Cube OS!
FastestBowlers2003 3 months ago
too good!
rajeshnagle123 3 months ago
say can you make a video to tell us how to set up virtual box??.
TheMechkid 3 months ago
wow thnaks tinker nut now you really helped me improved my understanding on these operating systems and now i can start making my own mecha operating systems thanks tinkernut ur the best!)
TheMechkid 3 months ago
awesome tinkernut
abhanan93 3 months ago
absolutely nothing worked, thanks a lot.
EpilepticElbow 3 months ago
this shit is sooooooo eeeeeeaaaaaaaaaassssssssyyyyyy
200cyprian 3 months ago
is tinkernut os real?
spritemakergager 3 months ago
@spritemakergager,tinkernut is this incredible guyś website
200cyprian 3 months ago
@200cyprian yeah i know but at the begening of the vid there was tinkernut os i am wondering if that is an animation or real
spritemakergager 3 months ago
knew this floppy shit when I was five it was my main means of transporting computer info and all other computer stuff this was at a time when cds werent available in my country
200cyprian 3 months ago
Id say about half the people telling me theyre under 15 and know what a floppy disk is actually knew already and the other half have just either googled it or looked it up on wikipedia.
samesvids 3 months ago
I have been using floppy disks since i was six! And I'm just 13!
Chester0518407 3 months ago in playlist Chester0518407's favorites
How in the world did you use a virtual box os?
MrAntonio6559 3 months ago
This has been flagged as spam show
@gigafide
What if your computer does not have a floppy disk
goldkutz2 3 months ago
This has been flagged as spam show
@gigafide What if your computer does not have a floppy disk
goldkutz2 3 months ago
I know how to make a simple OS with visual basic
MrBOBMAN567 3 months ago in playlist More videos from gigafide
@MrBOBMAN567 It's most likely not a real OS.
OSDolphin 3 months ago
@OSDolphin i know but its kinda like one. just very simpleistic
MrBOBMAN567 3 months ago
@MrBOBMAN567 I heard COSMOS Kernel (For making a real os) for C# may support Visual Basic someday. I prefer C# since it seems easy to learn and yet I can make games with it (better than those cheap VB games people make). However this vid is probably the best way to do make an OS.
OSDolphin 3 months ago
Can i not use a dvd/cd
ayddem07 3 months ago
to think i was good in computers. LOL
mariokl117 3 months ago
I use floppy disks since i was 6!
Chester0518407 3 months ago in playlist Chester0518407's favorites
Sorry, but I don`t like the operating system we get, i`d rather have the OS you have, or similar to it.
JamieSculthorp 3 months ago
I'm 11 and i know what a floppy disk is!!
DSidrew 3 months ago
im going to make mac os x
xXBioKillerTrollXx 3 months ago
Google Susestudio.
willcool52 3 months ago
What if your computer does not have a floppy disk
goldkutz2 3 months ago
When I compile kernel.asm, I get this annoying error:
features/cli.asm:345: error: symbol `MIKEOS_VER' undefined
features/misc.asm:13: error: symbol `MIKEOS_API_VER' undefined
When I compile boot.asm, I get this:
boot.asm:334: error: TIMES value -121 is negative
Please help :(
Laszloscomputerstuff 3 months ago in playlist Laszloscomputerstuff's favorites
I would rather tinker an OS and hack it to my liking
TheYoshiPC 3 months ago
the program won't install
WhatTheFeatherTV 4 months ago
i got confused after a minute of the video...
questionmark98 4 months ago
@samesvids I am 14, and I know what a floppy disk is, I remember using them when I was younger on Windows 2000.
TheCGIMaster 4 months ago
u giving us too much informations in a short time sorry i couldnt get it
Elbanditcasanova 4 months ago
How does he have the fake like cursor for the mouse? Please respond.
pvpman123 4 months ago
He doesn't "show you" how to do it, he just explains how it's done in a broad sense.
If he actually "showed" us how to do it we'd all have our own systems then.
AndyHarglesis 4 months ago
im doing c++ , php , vb.net and pascal im 16 and at 17 i will do Msce
Alberto19951995 4 months ago
awesome
icykooldragon 4 months ago
Great! Now I can drop my 311 class and tell my prof that I learned all I needed to know off of youtube!
laosland 4 months ago
I prefer C
NetworkCore 4 months ago
You can only use a pen drive if your computer supports booting from usb sticks
Davidz1705 4 months ago
Nice Video.. ..
orirnda 4 months ago
Anyone under 15 "What the fuck is a floppy disk?"
samesvids 4 months ago 48
@samesvids I just turned 15 and know what a floppy disk is lol
TOMMY95215 4 months ago
This has been flagged as spam show
@samesvids i know what it is :) im 16
Alberto19951995 4 months ago
@samesvids
Correction! When I was 4 I knew what a floppy disk was. Right now I'm 12. Although, my parents worked with the first computers and used to program Palm OS
TheOBJop 4 months ago
@TheOBJop really wel im 12 and my parents helped with the first ever mac dont act smart ;)
DjSmilez2k11 4 months ago
@DjSmilez2k11
I'm not acting smart, I am smart. I was simply trying to tell him that I know what a floppy disk is. Stop trolling. Btw my parents worked on UNIX and Linux. They both still do and you know what, they both still make websites, advertisements, gfx, and they are working on an OS that is why I'm watching this video. You aren't even close to knowing how to build an OS if you watch this video (sorry video maker). Learn C before you start your OS.
TheOBJop 4 months ago
@TheOBJop
No actually, no one in this world is "smart." This video provides a very basic introduction to writing an OS. You don't need any knowledge in C to make an OS, it's purely for writing one at a higher level of abstraction. Just because your parents worked on UNIX and/or Linux it doesn't mean they are smart either. I use Linux, i use Windows. Yet there are people who know way more than me about things. Making an OS is absolutely fucking simple, even if the OS only prints "Hello, World!"
gm3dgames 4 months ago
@TheOBJop haha linux my parents helped with OS X and ive make 3 os
DjSmilez2k11 4 months ago
@TheOBJop my parents work with OS X i no more than you linux sucks
DjSmilez2k11 4 months ago
@DjSmilez2k11
Linux is what mac is based off of. Don't be a dumbass.
TheOBJop 4 months ago
@DjSmilez2k11 Buddy, Mac is Based off the Darwin and Mach Repositories.(and explicitly includes them.) and the MKLinux Project is what was the Foundry for those programs. So in reality, Mac OS X is a Very Heavily Modified Version of linux. Don't Believe Me? its in the Official Mac Kernel Development Pamphlet(Bible), its got the History and Everything. And I just found this out TODAY
BaNNshEy 4 months ago
@DjSmilez2k11 Congrats, your now one of Steve Jobs Baby Bitches. well, him and that new CEO, i don't recall what his name is and i don't really care.
BaNNshEy 4 months ago
@BaNNshEy only cuz u cant afford a mac
DjSmilez2k11 4 months ago
@samesvids
a every old cd .
from like the 90's
Mega1hacker 4 months ago
@samesvids Not really, i'm 14 and i'm really familiar with those :D
Jimena9712 4 months ago
@samesvids I'm 14 lol, a floppy disk is that square disk thing that is inserted into old computers.
ChocolateWarship90 4 months ago
@samesvids I am 13 and I actually am trying to learn alot about computers. I can't believe I have looked at floppy disks. Thanks for this rude helpful comment bro.
gam3r135 4 months ago
@samesvids no...
WhatTheFeatherTV 4 months ago
@samesvids Im 13 and i was USING floppy disk's
ImTheSeekerPwi 3 months ago
@ImTheSeekerPwi Yeah im 14 and i didnt use a floppy disk i used a data center to record data to it !
darkdevil905 3 months ago
@ImTheSeekerPwi You must have a really old computer.
samesvids 3 months ago
@samesvids Lol no you see i am using a pc since i was 4. And at 4 i had a 98. Ive throwed iti n the trash tho. Now i have a 7 and an xp.
ImTheSeekerPwi 3 months ago
@samesvids Haha, i'm 14, like wtf cus help! His 16, and tells me what it is:)
TheTvmix 3 months ago
@TheTvmix What the fuck are you saying?!
samesvids 3 months ago
@samesvids im 13 and i know what it is.
TopTutorials123 3 months ago 28
@TopTutorials123 You might know what it is, But I bet you have never used one kiddo ;P
AppleAssassin 3 months ago
@AppleAssassin i have, to update my BIOS:L
TopTutorials123 3 months ago
@TopTutorials123 Why would you use a floppy disk?
who even has a floppy disk drive these days
AppleAssassin 3 months ago
@TopTutorials123 @samesvids Me too!
BestGazaVid 3 months ago
@TopTutorials123 Im 11 and I knew what it was when I was 8
TeraBadger 3 months ago
@TopTutorials123
I'ma 11
FrtzFoxyCkTalha 3 months ago
@FrtzFoxyCkTalha cooooool!
TopTutorials123 2 months ago
@samesvids I know what it is......
Sharazkk 3 months ago
@Sharazkk sames :)
minovaga 3 months ago
@samesvids No idea
Lithium894 3 months ago
@samesvids I'm younger than 15 and know what that is.
BeingPaoloIgnacio 3 months ago
@samesvids Srsly? I'm 13 and I remember using floppy disks! XD
DaMasterSarge 3 months ago
@samesvids floppy disk is the most gay thing desktop computer had been using...
I would say instead "what the fuck is linux' xD
coolmafiaboy 3 months ago in playlist More videos from gigafide
@samesvids im 13 and know what it is ;p
wwmitchelww1 3 months ago
@samesvids <--- Is 14 and Knows What A Floppy DIsk Is...
C0SM1CG4TE 3 months ago
@C0SM1CG4TE why is everyone so surprised to hear about a floppy disk
200cyprian 3 months ago
@samesvids Dude, I'm 14, and I still remember Floppy Disks.
nonayabeesnas 3 months ago
@samesvids Yea i know what floppy disks are. they were old PC discs
MrBOBMAN567 3 months ago in playlist More videos from gigafide
@samesvids lml im 14 and I understood everything lml
SnoDatBallGameZipEm 3 months ago
@samesvids dude im 15 and i fukkin remember floppy disks LOL
voltagetunez 3 months ago
@samesvids I know what a floppy disk is... And i'm 12.
Jontecool98 3 months ago
@samesvids I knew what it was when I was 4 and I'm 14 now...
axerer6 3 months ago in playlist More videos from gigafide
@axerer6 But have you seen a TRUE floppy disk? I'm talking about the 5 1/2 black flexible floppies from the C-64 era...
ScienceOfThePS3