Skip to content

Commit

Permalink
Update the README
Browse files Browse the repository at this point in the history
  • Loading branch information
champo committed Oct 31, 2011
1 parent 42bb961 commit eaf4578
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,18 @@ I'm in space!
Besides that, there's something you need to take into account before trying to build the project:
1. Create a bin/ and img/ folders
2. Obtain a copy of tpe.img file and drop it in img/
3. Setup your .mtoolsrc and .bochsrc
4. Create and populate src/common.mk
3. Create a flat disk image with bximage, and format it with mkfs.ext2 -r 0
4. Setup your .mtoolsrc and .bochsrc
5. Create and populate src/common.mk
In most 32-bit linux systems the content will simply be:
CC=gcc
LD=ld

If you're not in one of those, well my friend, you're in for a treat. You need a cross compiler for i386-aout-linux and then you set your common.mk to:
CC=path to your cross gcc
LD=path to your cross ld
6. Go to src and build it!
Here you have a choice, you can use the round robin scheduler, and a priority based scheduler.
To build with the round robin scheduler just do: make SCHEDULER=scheduler
To build with the priority based scheduler: make SCHEDULER=priorityScheduler
7. Enjoy

0 comments on commit eaf4578

Please sign in to comment.