Skip to content
This repository has been archived by the owner on Dec 12, 2019. It is now read-only.

TUD-OS/morbo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
This project is discontinued. If you are interested in Bender, please
continue to: https://github.com/blitz/bender
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Morbo is a multiboot binary intended to be loaded from Grub or a
similar multiboot-capable boot loader. It tries to find a
OHCI-compatible Firewire controller on your PCI bus and enable
physical DMA. After that it boots the first multiboot
module. Diagnostics are printed on the serial console.

If Morbo cannot find an OHCI-compliant controller, it will complain,
but continue. If it is not given a module to start, it will wait for
modules to be written using Remote DMA.

To build morbo and related tools, type:
 scons

A sample grub.conf (Grub 1) to boot morbo could look like the following:

  title Morbo
  kernel /morbo
  module /yourkernel

Direct any questions to jsteckli@os.inf.tu-dresden.de