1 / 11

MacMinix2.0.0 Presentation

MacMinix2.0.0 Presentation. By : Eik Brauer Supervisor: Paul Barry Date : 27.2.2002. Objectives of this project. Porting Minix to the iMac Gaining knowledge about operating systems Distributing the port on the Internet. History of Minix.

kathy
Download Presentation

MacMinix2.0.0 Presentation

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. MacMinix2.0.0 Presentation By : Eik Brauer Supervisor: Paul Barry Date : 27.2.2002

  2. Objectives of this project • Porting Minix to the iMac • Gaining knowledge about operating systems • Distributing the port on the Internet

  3. History of Minix • AT&T distributed UNIX free until version 7 • After that Andrew Tannenbaum developed his own UNIX and called it MINIX • MINIX was invented for teaching students design and implementation of OS

  4. Operating Systems Consist of: • Memory Management • File System • Process Management • I/O Management

  5. iMac Bootprocess • Switch on iMac • Loads Open Firmware • Loads Yaboot • Loads and relocates Kernel image in RAM • Loads and decompresses Kernel into RAM • Gives Control to ‘init’ process

  6. How does Minix work? • Microkernel OS • Consists of four different layers • Layer structure forces upper layers to pass messages through the layers below them to communicate with lower ones.

  7. Minix and Linux • MINIX is not Linux! • Micro kernel  Monolithic kernel • Linus Torvalds developed his own system by taking some impressions from MINIX

  8. How to do this project? • Get gcc Compiler with LinuxPPC • Use boot loader Yaboot • Get hardware documentation from Apple and Motorola • Write startup code in assembly • Write device drivers • Compile for ELF format

  9. Work conducted so far • Installed LinuxPPC on iMac • Transferred MINIX source code to iMac • Made Compiler work (‘include’ pathes in Makefile) • Began changing source code

  10. What needs to be done • Make Yaboot boot MINIX kernel • Writing device drivers for Display, USB, Network, CDROM and Blockdevices • Testing of OS

  11. Minix Screenshot

More Related