Skip to content
/ slos Public
forked from moleike/slos

simple little operating system that makes use of the ARM MMU

License

Notifications You must be signed in to change notification settings

robixnai/slos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mmuSLOS

  mmuSLOS is a version of the SLOS operating system that makes use of the 
  ARM memory management unit.

Processor Supported

  ARM920T

Board Supported

  ARM Integrator/AP

Host Platform

  Microsofts Windows XP

Build Process

  To build mmuSLOS you need to have GNU tools installed, as well as the make 
  utility.
  
  GNU tools version
  
  arm-elf-gcc (GCC) 3.3.1
  GNU ld version 2.14 20030612
  GNU assembler 2.14 20030612


  1. CD into the mmuSLOS directory

  2. Type: make all at the command prompt.

  If there are no errors the binary image is placed into build/image 
  directory and is given the name slos.bin. slos.bin can then be loaded 
  and executed on an Integrator/AP with ARM920T core module. 







 

About

simple little operating system that makes use of the ARM MMU

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 80.0%
  • Assembly 14.1%
  • Objective-C 3.2%
  • Makefile 1.5%
  • C++ 1.2%