{"id":182593,"date":"2026-07-10T22:54:11","date_gmt":"2026-07-10T20:54:11","guid":{"rendered":"https:\/\/prohoster.info\/blog\/novosti-interneta\/linux-zapustili-na-igrovoj-pristavke-atari-jaguar"},"modified":"2026-07-10T22:54:11","modified_gmt":"2026-07-10T20:54:11","slug":"linux-zapustili-na-igrovoj-pristavke-atari-jaguar","status":"publish","type":"post","link":"https:\/\/prohoster.info\/it\/blog\/novosti-interneta\/linux-zapustili-na-igrovoj-pristavke-atari-jaguar","title":{"rendered":"Linux \u00e8 stato avviato sulla console di gioco Atari Jaguar","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p><img decoding=\"async\" src=\"\/wp-content\/uploads\/2026\/07\/73539218c6ece06b889b3073898b72e3.jpg\" style=\"display:block;margin: 0 auto;\" \/>                                  <noindex>          <a rel=\"nofollow\" id=\"memories_button\" href=\"#\" title=\"Monitorare\"><i class=\"icon-bell\"><\/i><\/a><br \/>1                            <noindex><\/p>\n<p>Sviluppatore cakehonolulu <a rel=\"nofollow\" href=\"https:\/\/cakehonolulu.github.io\/linux-for-jaguar\/\">ha portato Linux su console di gioco Atari Jaguar<\/a> del 1993. Sulla console \u00e8 stato possibile caricare il kernel Linux 7.2.0-rc1+ e un ambiente utente minimale basato su BusyBox, e si tratta non solo di un emulatore, ma anche dell'esecuzione su hardware reale tramite cartuccia.<\/p>\n<p><\/noindex> <noindex><\/p>\n<p>Il compito non era banale a causa dell'architettura Jaguar. La console ha solo 2 MB di RAM, fino a 6 MB di ROM sulla cartuccia e un processore principale Motorola 68000 senza MMU. Per un tale hardware, il normale schema di avvio di Linux non \u00e8 adatto, quindi lo sviluppatore ha utilizzato <a rel=\"nofollow\" href=\"https:\/\/cakehonolulu.github.io\/linux-for-jaguar\/#jmp-linux\">la modalit\u00e0 NOMMU per m68k\/uClinux e un modello di memoria piatta<\/a>.<\/p>\n<p><\/noindex> <noindex><\/p>\n<p>Per far stare il kernel nei limiti della console, \u00e8 stato suddiviso tra memoria e cartuccia: le sezioni immutabili come .text e .rodata vengono eseguite direttamente dalla ROM secondo lo schema XIP, mentre le sezioni modificabili .data e .bss sono collocate nella RAM. Per un'uscita precoce dei messaggi \u00e8 stato utilizzato il chip DSP Jerry, che ha linee seriali TXD\/RXD e timer, e in seguito lo sviluppatore ha aggiunto un semplice driver per la console del chip Tom, affinch\u00e9 l'uscita funzionasse anche sulla console reale. Questi dettagli sono descritti nella sezione su <a rel=\"nofollow\" href=\"https:\/\/cakehonolulu.github.io\/linux-for-jaguar\/#what-linux-needs-to-boot\">cosa \u00e8 necessario a Linux per avviarsi sulla Jaguar<\/a>.<\/p>\n<p><\/noindex> <noindex><\/p>\n<p>L'ambiente utente \u00e8 stato ridotto al massimo. A causa dell'assenza di MMU, non vengono utilizzati file ELF, ma binari FLAT; BusyBox viene avviato direttamente come shell, senza l'installazione standard del set di collegamenti applet, poich\u00e9 ci\u00f2 portava a una carenza di memoria. \u00c8 stata anche necessaria la configurazione di uClibc tramite Buildroot, inclusa una strategia di allocazione della memoria pi\u00f9 semplice malloc-simple; ulteriori dettagli sono forniti nella sezione <a rel=\"nofollow\" href=\"https:\/\/cakehonolulu.github.io\/linux-for-jaguar\/#userspace\">Userspace<\/a>.<\/p>\n<p><\/noindex> <noindex><\/p>\n<p>Un tale porto ha quasi poca utilit\u00e0 pratica: l'Atari Jaguar non si trasforma in un comodo computer Linux. Tuttavia, l'esperimento dimostra bene fino a che punto si pu\u00f2 estendere il supporto per l'hardware obsoleto in Linux e quanto viva sia l'architettura m68k. I sorgenti del kernel modificato sono stati pubblicati nel repository <a rel=\"nofollow\" href=\"https:\/\/github.com\/cakehonolulu\/linux_jag\">cakehonolulu\/linux_jag<\/a>.<\/p>\n<p><\/noindex><\/p>\n<p>Fonte: <a \ncontent=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/www.linux.org.ru\/news\/hardware\/18336158\">linux.org.ru<\/a><\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>1 \u0420\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a cakehonolulu \u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043b Linux \u043d\u0430 \u0438\u0433\u0440\u043e\u0432\u0443\u044e \u043f\u0440\u0438\u0441\u0442\u0430\u0432\u043a\u0443 Atari Jaguar 1993 \u0433\u043e\u0434\u0430. \u041d\u0430 \u043a\u043e\u043d\u0441\u043e\u043b\u0438 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u044f\u0434\u0440\u043e Linux 7.2.0-rc1+ \u0438 \u043c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0435 \u043e\u043a\u0440\u0443\u0436\u0435\u043d\u0438\u0435 \u043d\u0430 \u0431\u0430\u0437\u0435 BusyBox, \u043f\u0440\u0438\u0447\u0451\u043c \u0440\u0435\u0447\u044c \u0438\u0434\u0451\u0442 \u043d\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0431 \u044d\u043c\u0443\u043b\u044f\u0442\u043e\u0440\u0435, \u043d\u043e \u0438 \u043e \u0437\u0430\u043f\u0443\u0441\u043a\u0435 \u043d\u0430 \u0440\u0435\u0430\u043b\u044c\u043d\u043e\u043c \u0436\u0435\u043b\u0435\u0437\u0435 \u0447\u0435\u0440\u0435\u0437 \u043a\u0430\u0440\u0442\u0440\u0438\u0434\u0436. \u0417\u0430\u0434\u0430\u0447\u0430 \u0431\u044b\u043b\u0430 \u043d\u0435\u0442\u0440\u0438\u0432\u0438\u0430\u043b\u044c\u043d\u043e\u0439 \u0438\u0437-\u0437\u0430 \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440\u044b Jaguar. \u0423 \u043f\u0440\u0438\u0441\u0442\u0430\u0432\u043a\u0438 \u0432\u0441\u0435\u0433\u043e 2 \u041c\u0411 \u041e\u0417\u0423, \u0434\u043e [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":9,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[702],"tags":[],"class_list":["post-182593","post","type-post","status-publish","format-standard","hentry","category-novosti-interneta"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"1 \u0420\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a cakehonolulu \u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043b Linux \u043d\u0430 \u0438\u0433\u0440\u043e\u0432\u0443\u044e \u043f\u0440\u0438\u0441\u0442\u0430\u0432\u043a\u0443 Atari Jaguar 1993 \u0433\u043e\u0434\u0430. \u041d\u0430 \u043a\u043e\u043d\u0441\u043e\u043b\u0438 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u044f\u0434\u0440\u043e Linux 7.2.0-rc1+ \u0438 \u043c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0435 \u043e\u043a\u0440\u0443\u0436\u0435\u043d\u0438\u0435 \u043d\u0430 \u0431\u0430\u0437\u0435 BusyBox, \u043f\u0440\u0438\u0447\u0451\u043c \u0440\u0435\u0447\u044c \u0438\u0434\u0451\u0442 \u043d\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0431 \u044d\u043c\u0443\u043b\u044f\u0442\u043e\u0440\u0435, \u043d\u043e \u0438 \u043e \u0437\u0430\u043f\u0443\u0441\u043a\u0435 \u043d\u0430 \u0440\u0435\u0430\u043b\u044c\u043d\u043e\u043c \u0436\u0435\u043b\u0435\u0437\u0435 \u0447\u0435\u0440\u0435\u0437 \u043a\u0430\u0440\u0442\u0440\u0438\u0434\u0436. \u0417\u0430\u0434\u0430\u0447\u0430 \u0431\u044b\u043b\u0430 \u043d\u0435\u0442\u0440\u0438\u0432\u0438\u0430\u043b\u044c\u043d\u043e\u0439 \u0438\u0437-\u0437\u0430 \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440\u044b Jaguar. \u0423 \u043f\u0440\u0438\u0441\u0442\u0430\u0432\u043a\u0438 \u0432\u0441\u0435\u0433\u043e 2 \u041c\u0411 \u041e\u0417\u0423, \u0434\u043e\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Emin Berklin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/it\/blog\/novosti-interneta\/linux-zapustili-na-igrovoj-pristavke-atari-jaguar\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"it_IT\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47Linux \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u043b\u0438 \u043d\u0430 \u0438\u0433\u0440\u043e\u0432\u043e\u0439 \u043f\u0440\u0438\u0441\u0442\u0430\u0432\u043a\u0435 Atari Jaguar | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"1 \u0420\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a cakehonolulu \u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043b Linux \u043d\u0430 \u0438\u0433\u0440\u043e\u0432\u0443\u044e \u043f\u0440\u0438\u0441\u0442\u0430\u0432\u043a\u0443 Atari Jaguar 1993 \u0433\u043e\u0434\u0430. \u041d\u0430 \u043a\u043e\u043d\u0441\u043e\u043b\u0438 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u044f\u0434\u0440\u043e Linux 7.2.0-rc1+ \u0438 \u043c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0435 \u043e\u043a\u0440\u0443\u0436\u0435\u043d\u0438\u0435 \u043d\u0430 \u0431\u0430\u0437\u0435 BusyBox, \u043f\u0440\u0438\u0447\u0451\u043c \u0440\u0435\u0447\u044c \u0438\u0434\u0451\u0442 \u043d\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0431 \u044d\u043c\u0443\u043b\u044f\u0442\u043e\u0440\u0435, \u043d\u043e \u0438 \u043e \u0437\u0430\u043f\u0443\u0441\u043a\u0435 \u043d\u0430 \u0440\u0435\u0430\u043b\u044c\u043d\u043e\u043c \u0436\u0435\u043b\u0435\u0437\u0435 \u0447\u0435\u0440\u0435\u0437 \u043a\u0430\u0440\u0442\u0440\u0438\u0434\u0436. \u0417\u0430\u0434\u0430\u0447\u0430 \u0431\u044b\u043b\u0430 \u043d\u0435\u0442\u0440\u0438\u0432\u0438\u0430\u043b\u044c\u043d\u043e\u0439 \u0438\u0437-\u0437\u0430 \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440\u044b Jaguar. \u0423 \u043f\u0440\u0438\u0441\u0442\u0430\u0432\u043a\u0438 \u0432\u0441\u0435\u0433\u043e 2 \u041c\u0411 \u041e\u0417\u0423, \u0434\u043e\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/it\/blog\/novosti-interneta\/linux-zapustili-na-igrovoj-pristavke-atari-jaguar\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2026-07-10T20:54:11+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-07-10T20:54:11+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47Linux \u00e8 stato avviato sulla console di gioco Atari Jaguar | ProHoster","description":"1 Lo sviluppatore cakehonolulu ha portato Linux sulla console di gioco Atari Jaguar del 1993. Sulla console \u00e8 stato possibile avviare il kernel Linux 7.2.0-rc1+ e un ambiente utente minimale basato su BusyBox, non solo su un emulatore, ma anche sull'hardware reale tramite una cartuccia. Il compito era non triviale a causa dell'architettura Jaguar. La console ha solo 2 MB di RAM, fino a","canonical_url":"https:\/\/prohoster.info\/it\/blog\/novosti-interneta\/linux-zapustili-na-igrovoj-pristavke-atari-jaguar","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"it_IT","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47Linux \u0437\u0430\u043f\u0443\u0441\u0442\u0438\u043b\u0438 \u043d\u0430 \u0438\u0433\u0440\u043e\u0432\u043e\u0439 \u043f\u0440\u0438\u0441\u0442\u0430\u0432\u043a\u0435 Atari Jaguar | ProHoster","og:description":"1 \u0420\u0430\u0437\u0440\u0430\u0431\u043e\u0442\u0447\u0438\u043a cakehonolulu \u043f\u043e\u0440\u0442\u0438\u0440\u043e\u0432\u0430\u043b Linux \u043d\u0430 \u0438\u0433\u0440\u043e\u0432\u0443\u044e \u043f\u0440\u0438\u0441\u0442\u0430\u0432\u043a\u0443 Atari Jaguar 1993 \u0433\u043e\u0434\u0430. \u041d\u0430 \u043a\u043e\u043d\u0441\u043e\u043b\u0438 \u0443\u0434\u0430\u043b\u043e\u0441\u044c \u0437\u0430\u0433\u0440\u0443\u0437\u0438\u0442\u044c \u044f\u0434\u0440\u043e Linux 7.2.0-rc1+ \u0438 \u043c\u0438\u043d\u0438\u043c\u0430\u043b\u044c\u043d\u043e\u0435 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0435 \u043e\u043a\u0440\u0443\u0436\u0435\u043d\u0438\u0435 \u043d\u0430 \u0431\u0430\u0437\u0435 BusyBox, \u043f\u0440\u0438\u0447\u0451\u043c \u0440\u0435\u0447\u044c \u0438\u0434\u0451\u0442 \u043d\u0435 \u0442\u043e\u043b\u044c\u043a\u043e \u043e\u0431 \u044d\u043c\u0443\u043b\u044f\u0442\u043e\u0440\u0435, \u043d\u043e \u0438 \u043e \u0437\u0430\u043f\u0443\u0441\u043a\u0435 \u043d\u0430 \u0440\u0435\u0430\u043b\u044c\u043d\u043e\u043c \u0436\u0435\u043b\u0435\u0437\u0435 \u0447\u0435\u0440\u0435\u0437 \u043a\u0430\u0440\u0442\u0440\u0438\u0434\u0436. \u0417\u0430\u0434\u0430\u0447\u0430 \u0431\u044b\u043b\u0430 \u043d\u0435\u0442\u0440\u0438\u0432\u0438\u0430\u043b\u044c\u043d\u043e\u0439 \u0438\u0437-\u0437\u0430 \u0430\u0440\u0445\u0438\u0442\u0435\u043a\u0442\u0443\u0440\u044b Jaguar. \u0423 \u043f\u0440\u0438\u0441\u0442\u0430\u0432\u043a\u0438 \u0432\u0441\u0435\u0433\u043e 2 \u041c\u0411 \u041e\u0417\u0423, \u0434\u043e","og:url":"https:\/\/prohoster.info\/it\/blog\/novosti-interneta\/linux-zapustili-na-igrovoj-pristavke-atari-jaguar","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2026-07-10T20:54:11+00:00","article:modified_time":"2026-07-10T20:54:11+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":[],"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/it\/wp-json\/wp\/v2\/posts\/182593","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/it\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/it\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/it\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/it\/wp-json\/wp\/v2\/comments?post=182593"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/it\/wp-json\/wp\/v2\/posts\/182593\/revisions"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/it\/wp-json\/wp\/v2\/media?parent=182593"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/it\/wp-json\/wp\/v2\/categories?post=182593"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/it\/wp-json\/wp\/v2\/tags?post=182593"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}