var container = document.createElement("div");
container.innerHTML = "<h3 class=\"feed-title\"><a href=\"https://www.root42.de/blog\" target=\"_blank\">root42<\/a><\/h3><h4 class=\"feed-item-title\"><a href=\"https://www.root42.de/blog/?p=825\" target=\"_blank\">Let’s Code MS DOS 0x29: Extended Memory XMS<\/a><\/h4><p class=\"feed-item-desc\">In the previous episode we learned how to use Expanded Memory even down to the original IBM PC. From the IBM AT and other 286…<\/p><h4 class=\"feed-item-title\"><a href=\"https://www.root42.de/blog/?p=822\" target=\"_blank\">Commodore PET: 40K RAM with SoftROM<\/a><\/h4><p class=\"feed-item-desc\">The Commodore PET was one of the first true PCs. The entry model PET 2001 in 1977 came with 8K of RAM. My own PET…<\/p><h4 class=\"feed-item-title\"><a href=\"https://www.root42.de/blog/?p=819\" target=\"_blank\">Black Amiga 500<\/a><\/h4><p class=\"feed-item-desc\">Many a computer from the 1980s is today yellowed and brittle. The plastics age considerably over the decades. You can do some mitigation by retrobrighting…<\/p><h4 class=\"feed-item-title\"><a href=\"https://www.root42.de/blog/?p=816\" target=\"_blank\">Zombie Floppy: How To Revive A Broken 1541 Head<\/a><\/h4><p class=\"feed-item-desc\">The Commodore 1541 floppy drive is a real workhorse, that was used by millions of C64 users. It came with drive mechanisms from different vendors…<\/p><h4 class=\"feed-item-title\"><a href=\"https://www.root42.de/blog/?p=813\" target=\"_blank\">PSU Battle: Commodore vs  Electroware<\/a><\/h4><p class=\"feed-item-desc\">The original power supplies of our Commodore home computers are now at least 30 years old. Many need maintenance, some got lost or are defective…<\/p><div style=\"text-align: end;\">\n  <a href=\"https://rss.bloople.net/\" target=\"_blank\" style=\"color: #000000;\">Powered by RSS 2 HTML<\/a>\n<\/div>\n\n<!-- To create this output, visit: https://rss2html.net/build_embeds/new?embed_render_title=false&feed_render_description=false&feed_render_image=false&item_count=5&item_max_words=25&strip_html=false&template=legacy&url=https%3A%2F%2Fwww.root42.de%2Fblog%2F%3Ffeed%3Drss2 -->\n";
var nodes = [].slice.call(container.childNodes);
var script = document.scripts[document.scripts.length - 1];
var parent = script.parentNode;
while(nodes.length > 0) parent.insertBefore(nodes.shift(), script);
parent.removeChild(script);
