Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 558 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 558 Bytes

ZeOS

SO2 project

Team JJ01:

  • Ivan Martínez Pérez
  • M. Ignacio Contreras Pinilla

Custom .bochsrc file

  • It uses SDL (i.e. bochs-sdl package is installed. Newest versions of Ubuntu have some problems with bochs-x).
  • vgaromimage is not the default one

Custom Makefile

  • fno-stack-protector to avoid compilation issues with large user.c files.
  • Optional DEBUG_FLAG (enables debug statements -- a lot of overhead) and AWESOME_FEATURE (enables non standard sbrk behaviour).