Browsing Reddit on an Intel 8088, using a modem from the 1960s youtube.com/watch?v=9liyD…
πŸ‘︎ 1k
πŸ’¬︎
πŸ‘€︎ u/Retrocet
πŸ“…︎ Dec 30 2021
🚨︎ report
Checking Reddit on an Intel 8088 running Windows 1.04 on a modem from the 1960s v.redd.it/ci9xq17ya8581
πŸ‘︎ 4k
πŸ’¬︎
πŸ‘€︎ u/Retrocet
πŸ“…︎ Dec 13 2021
🚨︎ report
40th Anniversary: August 12, 1981 - Launch of first IBM Personal Computer (PC) Model 5150, base price $1565 (1981 dollars), display and disk drives extra, Intel 8088, 4.7 MHz clock, 40K ROM, 16K RAM ibm.com/ibm/history/exhib…
πŸ‘︎ 40
πŸ’¬︎
πŸ‘€︎ u/moon-worshiper
πŸ“…︎ Aug 11 2021
🚨︎ report
40th Anniversary: August 12, 1981, first IBM Personal Computer (PC) launch, Intel 8088, 4.7 MHz clock, 40K ROM, 16K RAM, $1565 (1981 dollars), display and disk drives extra ibm.com/ibm/history/exhib…
πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/moon-worshiper
πŸ“…︎ Aug 10 2021
🚨︎ report
Original intel 8088 byte code

I read that compilers had trouble to generate code for intel 8088 CPU. But when I now look up the ISA it feels like ideal for a fast CPU on a cheap PCB. The instruction set has many implicit registers, but those can be overwritten in a second byte. The 8088 has 8 byte sized registers for general purpose plus some 16 bit: BP, SP, PC . And 16 bit segment registers. I think the mov instruction has access to all of them. Anyway, one would need 4 bits to select a register and so the whole instruction would be used up just by specifying source and target register.

So a compiler would have to first compile all the instructions and this determines what variable is stored in which register. Now in multiple passes the compiler looks if the output of one instruction is needed in the next and the registers do not match. Then one of the instructions is followed by this register modifier, and the modifier is inserted as a shim.

If two local variables fight for the same register, the one with the most access gets it and the other is delegated to a free register using the second byte. In long functions with many 8bit values there may be some registers free. Long living variables may need to move from one register to another. Many of these may be combined with some copy or Load Store instruction which had to be done anyway.

πŸ‘︎ 8
πŸ’¬︎
πŸ‘€︎ u/IQueryVisiC
πŸ“…︎ Mar 28 2021
🚨︎ report
Intel 8088/8086 starting address

Hello, I have been researching the Intel 8088 and 8086 and trying to build a small breadboard computer. The one question I still have is where does the 8088 start trying to execute instructions from, I believe that the z80 starts a 0000. I have read that it starts at FFFF but wouldn't that be the last address? so it would go backwards from FFFF?

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/TrooperN2
πŸ“…︎ Apr 10 2021
🚨︎ report
Intel 8088 breadboard computer
πŸ‘︎ 644
πŸ’¬︎
πŸ‘€︎ u/Computer-bomb
πŸ“…︎ Jul 12 2020
🚨︎ report
Testing if MOS 6502 (Atari 800XL) is faster than Intel 8088 (IBM PC): We wrote a heavily optimized assembly version of Sieve of Eratosthenes for both CPUs to see if old rumors about Atari/C64 having more powerful CPU than PC were true or not...
πŸ‘︎ 217
πŸ’¬︎
πŸ‘€︎ u/retroSwarm
πŸ“…︎ Apr 06 2020
🚨︎ report
[Poem] 16-bit Intel 8088 chip by Charles Bukowski

16-bit Intel 8088 chip

with an Apple Macintosh

you can't run Radio Shack programs

in its disc drive.

nor can a Commodore 64

drive read a file

you have created on an

IBM Personal Computer.

both Kaypro and Osborne computers use

the CP/M operating system

but can't read each other's

handwriting

for they format (write

on) discs in different

ways.

the Tandy 2000 runs MS-DOS but

can't use most programs produced for

the IBM Personal Computer

unless certain

bits and bytes are

altered

but the wind still blows over

Savannah

and in the Spring

the turkey buzzard struts and

flounces before his

hens.

πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/tomsequitur
πŸ“…︎ Apr 20 2021
🚨︎ report
I built a giant Intel 8088 microchip reddit.com/gallery/klcdtw
πŸ‘︎ 26
πŸ’¬︎
πŸ‘€︎ u/RandomPcGamer357
πŸ“…︎ Dec 27 2020
🚨︎ report
Intel 8088 Hexbug (from a broken IBM 5160)
πŸ‘︎ 181
πŸ’¬︎
πŸ‘€︎ u/Fleetwood14
πŸ“…︎ Aug 06 2020
🚨︎ report
On this day 38 years ago IBM introduced the "personal computer" also known as the Model 5150. It ran on a 4.77 MHZ Intel 8088 microprocessor and DOS 1.0. Happy birthday to the PC! imgur.com/PYrRbog
πŸ‘︎ 2k
πŸ’¬︎
πŸ‘€︎ u/selddir_
πŸ“…︎ Aug 12 2019
🚨︎ report
Not much but it's mine. do you think my intel 8088 will bottleneck my IBM MDA graphics card?
πŸ‘︎ 1k
πŸ’¬︎
πŸ‘€︎ u/macintoshSE30
πŸ“…︎ Jan 07 2018
🚨︎ report
Where can I find more technical information on the Intel 8088?

I'm looking for some advanced or specific operations of the Intel 8088 CPU. For example, I was wondering how the 8088 takes in a 16 bit value through an 8 bit data bus. Also, how does it interface with memory with it's 20 address pins? Finally, does the CPU access data addresses through byte sizes registers or word sizes registers? If someone could help me out, or point me in the right direction, I would be very grateful.

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/Infectious_Burn
πŸ“…︎ Jun 18 2020
🚨︎ report
Anyone know the easiest way I could go about connecting an intel 8088 to a keyboard and mouse?
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/Computer-bomb
πŸ“…︎ Jul 20 2020
🚨︎ report
The 1MB (in fact any non dynamic) limit sounds like the 640KB (half floppy) memory limit for old Intel 8088 processors. Just see how progressive the evolution of storage is.
πŸ‘︎ 20
πŸ’¬︎
πŸ‘€︎ u/FlipDetector
πŸ“…︎ Feb 16 2020
🚨︎ report
TIL that the Intel 8088 microprocessor, introduced on June 1, 1979, was designed at the company's laboratory in Haifa, Israel and was used in the pioneering first IBM personal computer. en.wikipedia.org/wiki/Int…
πŸ‘︎ 34
πŸ’¬︎
πŸ‘€︎ u/winkelschleifer
πŸ“…︎ Jan 03 2020
🚨︎ report
My Intel 8088 breadboarded computer.
πŸ‘︎ 195
πŸ’¬︎
πŸ‘€︎ u/monzsca
πŸ“…︎ Jun 02 2015
🚨︎ report
intel 8088 hexbug (from a broken IBM 5160)
πŸ‘︎ 10
πŸ’¬︎
πŸ‘€︎ u/Fleetwood14
πŸ“…︎ Aug 06 2020
🚨︎ report
40 years ago today, Intel released the 4.77mhz 8088 CPU twitter.com/david_schor/s…
πŸ‘︎ 66
πŸ’¬︎
πŸ‘€︎ u/bizude
πŸ“…︎ Jun 01 2019
🚨︎ report
The 1MB (in fact any non dynamic) limit sounds like the 640KB (half floppy) memory limit for old Intel 8088 processors. Just see how progressive the evolution of storage is.
πŸ‘︎ 43
πŸ’¬︎
πŸ‘€︎ u/FlipDetector
πŸ“…︎ Feb 16 2020
🚨︎ report
Joined the master race today! My new Tandy 1000sx with intel 8088.(Not sure if my post got deleted last time) imgur.com/vpf8t3b
πŸ‘︎ 455
πŸ’¬︎
πŸ‘€︎ u/marvinmarvinson
πŸ“…︎ May 09 2015
🚨︎ report
Embeddable Linux Kernel Subset: "This is a project to write a Linux-like OS for systems based on the Intel IA16 architecture (16 bits processors: 8088, 8086, 80188, 80186, 80286, Nec V20, V30 and compatibles)." github.com/jbruchon/elks
πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/unquietwiki
πŸ“…︎ Apr 20 2020
🚨︎ report
Are there *nix operating systems that work with an intel 8088?

So...I've got a Compaq Portable I'm trying to coax into running some flavor of *nix. Obviously, Linux proper (and BSD, and Minix 3.0, and pretty much anything else that's still relevant out there) isn't going to run on the thing. Is there anything that will still run on something this ancient that's still being maintained?

Failing that, were there ever *nix-based systems designed to run on these things back in the day?

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/MajorStrasser
πŸ“…︎ Nov 03 2019
🚨︎ report
Original Compaq Portable (first legit IBM PC clone with Intel 8088 CPU) imgur.com/gallery/2uohPSh
πŸ‘︎ 15
πŸ’¬︎
πŸ‘€︎ u/jasoneckert
πŸ“…︎ Mar 13 2019
🚨︎ report
IBM's first laptop, the PC Convertible 5140, featured tactile Brown Alps switches, an Intel 8088 CPU running at 4.77 MHz and weighed 13 pounds
πŸ‘︎ 184
πŸ’¬︎
πŸ‘€︎ u/ripster55
πŸ“…︎ May 17 2015
🚨︎ report
This is probably the best version of Bad Apple I have ever seen: the full music video with audio, running on an IBM 5160 PC with an Intel 8088. youtu.be/MWdG413nNkI?t=2m…
πŸ‘︎ 13
πŸ’¬︎
πŸ“…︎ Aug 09 2018
🚨︎ report
[help] I want to build a computer using only some breadboards, an Intel 8088 processor(16-bit, 5, 8, or 10 mHz) and some cmos chips. Then code the OS similar to a unix environment.

I want to build a computer using only some breadboards, an Intel 8088 processor(16-bit, 5, 8, or 10 mHz) and some cmos chips. Then code the OS and shell similar to a unix environment (or any well documented system that would best fit this processor and system). My purpose is to better understand how computers work. I'm a sophomore CPSC student and I feel that my understanding of how a computer works is truly lacking! I have this as a guide to start with but I'm not sure where to get the parts, and my logic of why this is built this way is lacking. ( http://www.cs.binghamton.edu/~reckert/sbc.htm ) I'm almost finished with the book code: thge hidden language of computer software and hardware(http://www.amazon.com/Code-Language-Computer-Hardware-Software/dp/0735611319/ref=sr_1_1?s=books&ie=UTF8&qid=1428172220&sr=1-1&keywords=code).

Any help or suggestions where to start would be well appreciated!

πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/AccordionKing
πŸ“…︎ Apr 04 2015
🚨︎ report
16-bit Intel 8088 chip - Charles Bukowski mr-corner.com/poetree/ind…
πŸ‘︎ 8
πŸ’¬︎
πŸ‘€︎ u/mrcorner
πŸ“…︎ Dec 30 2008
🚨︎ report
TIL Charles Bukowski wrote a poem called "16-bit Intel 8088 Chip" allpoetry.com/poem/850951…
πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/alexmcchessers
πŸ“…︎ Jul 26 2013
🚨︎ report
What is your oldest CPU?

Hi There,

I have a wierd hobby, collecting old CPU-s.

This is the oldest one i own. Intel D8088. Never used and never tried, I wasn't even born when is was released. Did you guys used it in the first "PC"?

The IBM PC was based on this chip, so we can say this was the first Master Race element.

https://preview.redd.it/sugqfshfxp381.jpg?width=4000&format=pjpg&auto=webp&s=300276043374754ba08c03d33576aa19a708aa46

πŸ‘︎ 14
πŸ’¬︎
πŸ‘€︎ u/Bako-007
πŸ“…︎ Dec 05 2021
🚨︎ report
Latest purchase: Kohjinsha / Sotek PHC-16 80C88 portable from 1985. Anyone have any info on this beauty??
πŸ‘︎ 214
πŸ’¬︎
πŸ‘€︎ u/domramsey
πŸ“…︎ Oct 28 2021
🚨︎ report
TSMC reports gas contamination at key chip plant supplying Apple asia.nikkei.com/Business/…
πŸ‘︎ 439
πŸ’¬︎
πŸ‘€︎ u/benh999
πŸ“…︎ Jul 30 2021
🚨︎ report
EtherDFS should be in your toolbox.

So, I have several vintage DOS based machines 8088 through early Pentium's. I got tired of setting up msclient and its pretty poor copy speed. mTCP ftp is nice but it doesn't make it easy to sync folders or drives.

EtherDFS allows you to mount a share on a server running the ethersrv on a linux box. http://etherdfs.sourceforge.net/

If you don't want to setup a linux box and get ehtersrv up and running just download this random virtual machine off the internet! http://tomsie.co.uk/ethersrv/

Now you can then point ethersrv it to a file share using samba on your local windows machine or another machine on your network, or copy files to the VM via a samba share it exposes.

On the client machine you just need two things, a network card and a floppy drive (I use a gotek). I use a boot floppy with the packet driver for the network card, in my case I use an intel TP16 since it works on both 8-bit and 16-bit machines just fine. Next you need to load up the EtherDFS driver. I use a simple command line EtherDFS :: C-E . EtherDFS will look for a packet driver at 0x60 and some other ports automatically it will also search the network for a valid server and mount the remote drive named C to a local drive named E. Next I use another tool xxcopy16 to copy new files to the empty drive or to sync an existing machine for updates. It's like xcopy on steroids. The version I use 2.93 I think is the last one that supports MSDOS 6.22 http://www.xxcopy.com/img/

Unfortunately, you can't buy it anymore but you can find a copy in all the normal watering holes. It supports xcopy's command line options plus 160 more. I generally use /BI and /YY to skip files with the same name and size but that is the tip of the iceberg.

It is much faster than using msclient and to me, more convenient than mTCP's ftp. I still use both msclient and mTCP for other stuff but initial setup and file copies EtherDFS is my go to.

Hopefully someone else finds this as useful as I have.

πŸ‘︎ 4
πŸ’¬︎
πŸ‘€︎ u/SQLServerIO
πŸ“…︎ Jan 28 2022
🚨︎ report
ELI5: Why do people say that the first computer (Pentium) was created by Intel?
πŸ‘︎ 3
πŸ’¬︎
πŸ“…︎ Sep 22 2021
🚨︎ report
SERIOUS: This subreddit needs to understand what a "dad joke" really means.

I don't want to step on anybody's toes here, but the amount of non-dad jokes here in this subreddit really annoys me. First of all, dad jokes CAN be NSFW, it clearly says so in the sub rules. Secondly, it doesn't automatically make it a dad joke if it's from a conversation between you and your child. Most importantly, the jokes that your CHILDREN tell YOU are not dad jokes. The point of a dad joke is that it's so cheesy only a dad who's trying to be funny would make such a joke. That's it. They are stupid plays on words, lame puns and so on. There has to be a clever pun or wordplay for it to be considered a dad joke.

Again, to all the fellow dads, I apologise if I'm sounding too harsh. But I just needed to get it off my chest.

πŸ‘︎ 17k
πŸ’¬︎
πŸ‘€︎ u/anywhereiroa
πŸ“…︎ Jan 15 2022
🚨︎ report
A priest, a pastor, and a rabbit walk into a blood donation clinic.

The nurse asked the rabbit, β€œwhat is your blood type?”

β€œI am probably a type O” said the rabbit.

πŸ‘︎ 10k
πŸ’¬︎
πŸ‘€︎ u/snc8698
πŸ“…︎ Jan 29 2022
🚨︎ report
[FS] [US-OH] Merry Christmas Lot - Servers, Storage, Blade Centers and more!

Santa visited a datacenter (or two) to bring you gifts of good cheer! All the drives have been low-level formatted from 520-byte to 512-byte sectors for use by normal x86 hardware and LSI IT mode controller for use by FreeNAS/TrueNas, etc, etc where you need direct access to the drives. All the disk shelves have dual SAS expanders I/O modules for proper multipathing to the drives. In addition to the low-level formatting all the drives have been securely erased. Add your favorite IT mode LSI external controller and you're ready to go!

I am located in Independence (Cleveland) Ohio right off of I-77 & Rockside Rd. I am only allowing pickups on Monday's during normal business hours (8:30am-3p). I prefer cash/PayPal. Local pickup only, I'm not shipping generally the shipping cost of a large box or freight does not make finical sense given the dollar amounts of this stuff. My target was $10/TB.

I'm willing to give volume discounts and those offers will be prioritized to the top just fyi. Please be patient with me, I have a feeling there will be alot of messages to sort through with a lot of this size. Additionally, I am not accepting pickup until January 10th because of Christmas and New Year. I will not be in the office until then. Additionally, for the larger items I am willing to accept a PayPal deposit to secure the larger items if desired.

Check out the photos here: https://imgur.com/a/R7hZhqc

STORAGE

Item Notes Price Status
Empty NetApp 24x 3.5" SATA Shelf Incl drive trays & power supplies $40 Sold to u/iceren12
Empty 3Par 2.5" Shelf Incl trays, incl rails & power supplies $50
Empty 3Par 3.5" Shelf No trays, incl rails & power supplies $50
3Par 24x 900GB 10K SAS 2.5" Disk Shelf Incl rails & power supplies, SFF-8088 style $210
3Par 24x 900GB 10K SAS 2.5" Disk Shelf Incl rails & power supplies, SFF-8088 style $210
3Par 24x 900GB 10K SAS 2.5" Disk Shelf Incl rails & power supplies, SFF-8088 style $210
3Par 24x 900GB 10K SAS 2.5" Disk Shelf Incl rails & power supplies, SFF-8088 style $210
3Par 24x 900GB 10K SAS 2.5" Disk Shelf Incl rails & power supplies, SFF-8088 style $210
3Par 24x 900GB 10K SAS 2.5" Disk Shelf Incl rails & power supplies, SFF-8088 style $210
3Par 24x 900GB 10K SAS 2.5" Disk Shelf Incl rails & power supplies, SFF-8088 style $210
3Par 24x 900GB 10K SAS 2.5" Disk Shelf Incl rails & power supplies, SFF-8088 style
... keep reading on reddit ➑

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/tkrn4
πŸ“…︎ Dec 20 2021
🚨︎ report
I’ve got this disease where I can’t stop making airport puns.

The doctor says it terminal.

πŸ‘︎ 8k
πŸ’¬︎
πŸ‘€︎ u/xIR0NPULSE
πŸ“…︎ Jan 28 2022
🚨︎ report
Just because it's a joke, doesn't mean it's a dad joke

Alot of great jokes get posted here! However just because you have a joke, doesn't mean it's a dad joke.

THIS IS NOT ABOUT NSFW, THIS IS ABOUT LONG JOKES, BLONDE JOKES, SEXUAL JOKES, KNOCK KNOCK JOKES, POLITICAL JOKES, ETC BEING POSTED IN A DAD JOKE SUB

Try telling these sexual jokes that get posted here, to your kid and see how your spouse likes it.. if that goes well, Try telling one of your friends kid about your sex life being like Coca cola, first it was normal, than light and now zero , and see if the parents are OK with you telling their kid the "dad joke"

I'm not even referencing the NSFW, I'm saying Dad jokes are corny, and sometimes painful, not sexual

So check out r/jokes for all types of jokes

r/unclejokes for dirty jokes

r/3amjokes for real weird and alot of OC

r/cleandadjokes If your really sick of seeing not dad jokes in r/dadjokes

Punchline !

Edit: this is not a post about NSFW , This is about jokes, knock knock jokes, blonde jokes, political jokes etc being posted in a dad joke sub

Edit 2: don't touch the thermostat

πŸ‘︎ 6k
πŸ’¬︎
πŸ‘€︎ u/CzarcasmRules
πŸ“…︎ Jan 23 2022
🚨︎ report
So, does anyone know redstone computing?

I'm a software engineer, and I would like to learn how to make redstone machines in Minecraft. Because, well, I wish to create a machine that has the same specs as the β€œIntel 8088 Microprocessor”.

πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/XenoWolf8_5
πŸ“…︎ Dec 17 2021
🚨︎ report
Blind Girl Here. Give Me Your Best Blind Jokes!

Do your worst!

πŸ‘︎ 5k
πŸ’¬︎
πŸ‘€︎ u/Leckzsluthor
πŸ“…︎ Jan 02 2022
🚨︎ report
I heard that by law you have to turn on your headlights when it’s raining in Sweden.

How the hell am I suppose to know when it’s raining in Sweden?

πŸ‘︎ 10k
πŸ’¬︎
πŸ‘€︎ u/justshtmypnts
πŸ“…︎ Jan 25 2022
🚨︎ report
Puns make me numb

Mathematical puns makes me number

πŸ‘︎ 9k
πŸ’¬︎
πŸ‘€︎ u/tadashi4
πŸ“…︎ Jan 26 2022
🚨︎ report

Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.