|
|
| About site: Software/Operating Systems/Education - MikeOS |
Return to Computers also Computers |
| About site: http://mikeos.berlios.de/ |
Title: Software/Operating Systems/Education - MikeOS Tool to learn: how simple OSs work, OS development, x86 assembly language; simple code, ample documentation, often add new features on request. Open source. |
|
|
|
|
Promise_Networks Home and small business network installation. New Jersey
| Unilog Specialist B2B eContent service provider. Digitizes, cleanses and classifies supplier catalogs into a rich format to be published into eMarkets and eProcurement systems.
| ILP_2000 The Tenth International Conference on Inductive Logic Programming. London, July 24-27, 2000. (July 24, 2000)
| SMS_ac Global community system offering SMS and multimedia messaging services. Service includes an initial free message quota but does levy charges for sending messages to your phone introducing you to other
| The_Biometrics_Discussion_Group Discussion list for anyone interested in the technology.
| Websketching Offers design, graphics, programming, flash, maintenance, and database, and hosting services.
|
|
| Alexa statistic for http://mikeos.berlios.de/ |
Please visit: http://mikeos.berlios.de/
|
| Related sites for http://mikeos.berlios.de/ |
| Internet_Host Services for web hosting and web space providers, free domain search and registration, POP3, FrontPage extensions, pre-installed CGI scripts, and MySQL. | | Solo_9300_Computer_Repair Offering repair services for all makes and models of Gateway Solo notebook computers. | | New_Frontier_Training Provides low-cost training materials on networking. Current listings include IP subnetting, CCNA preparation and Network Address Translation (NAT). | | RFC_2688 Integrated Services Mappings for Low Speed Networks. S. Jackowski, D. Putzolu, E. Crawley, B. Davie. September 1999. | | RFC2616_-_HTTP/1_1_Specification HTTP/1.1 is the latest specification from the World Wide Web Consortium. | | Infoglide_Software Similarity Search Engine finds similarities and relationships between data in databases. | | Merchant_Monkey Shopping cart and e-commerce integration with your business web site. | | LCI_Computers_Software_Enterprises Publishes business software for all sizes of business. | | Gigabyte_Solutions,_Inc_ Providers of vintage and obsolete optical storage drives, media and other types of data storage devices. | | CNDS_2002 Communication Networks and Distributed Systems Modeling and Simulation Conference. Part of the 2002 SCS Western Multiconference on Computer Simulation. San Antonio, Texas, USA; 27--31 January 2002. | | LDSware Software that allows you to export your wards membership records to your word processor or spreadsheet. | | Xenomai Wiki for realtime Linux framework: news, information, instructions, tips, success stories, roadmap, links. | | Personnel_Security_Policy Example policy covering pre-employment screening, security policy training etc. [PDF] | | RFC_0691 One More Try on the FTP. B. Harvey. June 1975. | | ournewsgroup_org__alt_sports_basketball_nba_tor-raptors Includes newsgroups news and events such as meetings, a list of regular participants, an unofficial team history and related resources. | | Lypp Free group calling in North America for regular land line or mobile phone. | | JavaRanch_Big_Moose_Saloon Forums on a range of topics including Java technologies, certification, software engineering, jobs and single products. | | Zorger_Public_Domain_Images Collection of book illustrations and photos. | | The_Internet_Group Providing website and graphic design, e-commerce solutions and hosting for small businesses and individuals. | | xTime System resources usage indicator, and a Reminder and task scheduler. Developed for Windows 98/Me. |
|
This is websites2007.org cache of m/ as retrieved on 2008.09.07 websites2007.org's cache is the snapshot that we took of the page as we crawled the web. The page may have changed since that time.
|
MikeOS h2 { color: #79A003; font-weight: bold; font-family: Arial, Helvetica, sans-serif; } a.menu { color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 16px; text-decoration: none; } a { text-decoration: none; } a:hover { text-decoration: underline; } News Download Images Handbook Mailing list Credits Links x86 operating system MikeOS is a 16-bit operating system for x86 PCs, written in assembly language, which boots from a floppy disk or CD-ROM. It features a text-based dialog-driven user interface, a command-line, support for FAT12 (DOS) floppies and PC speaker sound. It includes over 40 system calls, and basic DOS .COM program support is also included. MikeOS isn't a general-purpose OS; it's a learning tool to demonstrate how simple OSes work. If you want to delve into OS development and learn x86 assembly language, MikeOS is a good place to start -- the code is simple, we have thorough documentation, and we're happy to include new features. MikeOS is open source and written by Mike Saunders, with contributions from other developers. News 20 Aug 2008: 1.4.2 released - Minicom program (serial.asm) can be exited with F8 key; new VOL command in CLI to display floppy disk information; and documentation updates. 20 July 2008: 1.4.1 released - a new system call to show register contents, plus other minor updates. 15 July 2008: 1.4.0 released - new system calls, FAT code fixes, documentation updates and many small tweaks. See CHANGES.TXT in the doc directory of the downloads below for more details. 14 May 2008: 1.3.1 released - new OpenBSD build script, Handbook updates, code cleanups and fixes. 8 Apr 2008: 1.3.0 released - new Minicom-like serial terminal emulator, new PCXVIEW.BIN program to view PCX images, new and updated system calls, plus many other changes. Download Download either the .tar.gz or .zip file from BerliOS by clicking the links below. Both archives are the same, just with different compression methods. These files contain the source code (see the source directory), along with disk images for floppies and CD-Rs in the disk_images folder. You can write the images to a floppy or CD-R and boot your PC from them to test -- or use a PC emulator such as QEMU or VMware. System requirements: minimum 386 PC with a keyboard and 1MB of RAM. MikeOS 1.4.2 - .tar.gz file (175K) MikeOS 1.4.2 - zip file (185K) Total MikeOS downloads as of 20 August 2008: 7,326 Images Click on the thumbnails below to see full-size versions. Handbook The complete documentation for MikeOS is in the Handbook, which has information on running, building and modifying the OS, plus a guide to writing your own OS from scratch. It explains the basics of PC booting and assembly language. Click here to read the MikeOS Handbook online Note that the Handbook is also included with the MikeOS package files, in the doc directory. Mailing list To discuss MikeOS with other users and developers, or if you're programming a similar operating system and want to share ideas and help, sign up to the mailing list. Click here to join the mailing list When you've signed up, you will receive a confirmation email and information on how to unsubscribe. You can send messages to the list via mikeos-developer@lists.berlios.de and view the archives on this page. Credits Project admin Mike Saunders Development Mike Saunders - main code and Handbook E Dehling - original FAT12 filesystem code Ian Seyler - serial port and date routines, Windows building information Michael van Tellingen - Mac OS X build script Peter Nemeth - various DOS routines, bugfixes Takayoshi Sasano - OpenBSD build script Troy Martin - VOL command in CLI, and testing Walt Nagel - new system calls, code fixes and documentation updates Yutaka Saiko - machine code monitor Website design Nitin Reddy Katkam Testing Michael Crees Scott Wren Artwork Helen Ewart - MikeOS cat mascot Links Projects based on MikeOS: TBOS -- Troy's Basic Operating System Apollo OS -- plans to include C code and a GUI Resources: NASM -- the assembler used to build MikeOS QEMU -- excellent PC emulator for testing OSes OSDev -- hugely useful forum and wiki Bran's tutorials -- kernel development in C JamesM's tutorials -- writing a Unix-like OS Similar OS projects: DexOS -- 32-bit OS written in assembly with a funky GUI MenuetOS -- impressively featureful OS written in 32/64-bit assembly |
|
| |
Tool | to | learn: | how | simple | OSs | work, | OS | development, | x86 | assembly | language; | simple | code, | ample | documentation, | often | add | new | features | on | request. | Open | source. |
|
http://mikeos.berlios.de/
MikeOS 2008 September
dvd rental
dvd
Tool to learn: how simple OSs work, OS development, x86 assembly language; simple code, ample documentation, often add new features on request. Open source.
Rules
|
© 2008 Internet Explorer 5+ or Netscape 6+
|
|
Recommended Sites: 1.
Arts -
Business -
Computers -
Games -
Health -
Home -
Kids and Teens -
News -
Recreation -
Reference -
Regional -
Science -
Shopping -
Society -
Sports -
World
Miss Gallery
- Top Anime Hentai
- DVD rental by mail
- Secured Loans - Registro de dominios - Cheap Car Insurance - Internet Advertising - Mortgage
|