SWE3004S17.Projects History

Hide minor edits - Show changes to markup

May 30, 2017, at 05:18 AM by 115.145.179.147 -
Changed lines 54-58 from:
  • Implement thread-support on xv6
to:
  • Implement thread-support on xv6

Project #6 (Deadline: 6/11 11:59PM)

  • Support mutex and condition variable on xv6
May 16, 2017, at 07:30 AM by 115.145.179.147 -
Changed lines 50-54 from:
  • Implement copy-on-write on xv6
to:
  • Implement copy-on-write on xv6

Project #5 (Deadline: 5/28 11:59PM)

  • Implement thread-support on xv6
May 02, 2017, at 07:38 AM by 115.145.179.147 -
Changed lines 46-50 from:
  • Since a page-size bitmap has up to 2^15 entries, we modifies the maximum number of allocated pages per each slab from 100 to 64 (in case of 8bytes slab).
to:
  • Since a page-size bitmap has up to 2^15 entries, we modifies the maximum number of allocated pages per each slab from 100 to 64 (in case of 8bytes slab).

Project #4 (Deadline: 5/14 11:59PM)

  • Implement copy-on-write on xv6
April 28, 2017, at 03:56 AM by 115.145.179.147 -
Changed line 46 from:
  • Since a page-size bitmap has up to 2^15 entries, we modifies the maximum number of allocated pages per each slab from 100 to 64(in case of 8bytes slab).
to:
  • Since a page-size bitmap has up to 2^15 entries, we modifies the maximum number of allocated pages per each slab from 100 to 64 (in case of 8bytes slab).
April 28, 2017, at 03:55 AM by 115.145.179.147 -
Changed lines 45-46 from:
  • Implement a byte-level allocator on xv6
to:
  • Implement a byte-level allocator on xv6
  • Since a page-size bitmap has up to 2^15 entries, we modifies the maximum number of allocated pages per each slab from 100 to 64(in case of 8bytes slab).
April 18, 2017, at 12:35 AM by 115.145.179.147 -
Changed line 16 from:
  • When: 19:00 - 21:00 (Tuesday)
to:
  • When: 19:30 - 21:00 (Tuesday)
April 18, 2017, at 12:34 AM by 115.145.179.147 -
Changed line 45 from:
  • Implement the byte-level allocator on xv6
to:
  • Implement a byte-level allocator on xv6
April 18, 2017, at 12:34 AM by 115.145.179.147 -
Changed lines 41-45 from:
  • Since we use nice value in range of [0, 40], you must change NICE_TO_TICKS macro from (20-nice) to (40-nice).
to:
  • Since we use nice value in range of [0, 40], you must change NICE_TO_TICKS macro from (20-nice) to (40-nice).

Project #3 (Deadline: 4/30 11:59PM)

  • Implement the byte-level allocator on xv6
April 09, 2017, at 06:52 AM by 175.223.14.243 -
Changed lines 41-42 from:
  • Since we use nice value in range of [0, 40], you must change NICE_TO_TICKS macro from (20-nice) to (40-nice).
  • Because of the ambiguity of test program caused by timer interrupt in xv6, PA#2-2 will be tested manually.
to:
  • Since we use nice value in range of [0, 40], you must change NICE_TO_TICKS macro from (20-nice) to (40-nice).
April 08, 2017, at 02:16 PM by 220.75.242.221 -
Changed lines 41-42 from:
  • Since we use nice value in range of [0, 40], you must change NICE_TO_TICKS macro from (20-nice) to (40-nice).
to:
  • Since we use nice value in range of [0, 40], you must change NICE_TO_TICKS macro from (20-nice) to (40-nice).
  • Because of the ambiguity of test program caused by timer interrupt in xv6, PA#2-2 will be tested manually.
April 05, 2017, at 03:44 PM by 115.145.179.147 -
Changed line 41 from:
  • Since we use nice value in range of [0, 40], you must change NICE_TO_TICKS macro from (20-nice) to (40-nice)
to:
  • Since we use nice value in range of [0, 40], you must change NICE_TO_TICKS macro from (20-nice) to (40-nice).
April 05, 2017, at 03:43 PM by 115.145.179.147 -
Changed line 41 from:
  • Since we use nice value in range of [0, 40], you must change NICE_TO_TICKS macro from 20-nice to 40-nice
to:
  • Since we use nice value in range of [0, 40], you must change NICE_TO_TICKS macro from (20-nice) to (40-nice)
April 05, 2017, at 03:42 PM by 115.145.179.147 -
Changed line 41 from:
  • CSince we use nice value in range of [0, 40], you must change NICE_TO_TICKS macro from 20-nice to 40-nice
to:
  • Since we use nice value in range of [0, 40], you must change NICE_TO_TICKS macro from 20-nice to 40-nice
April 05, 2017, at 03:41 PM by 115.145.179.147 -
Changed line 41 from:
  • Change TICK_SCALE macro from 20-nice to 40-nice
to:
  • CSince we use nice value in range of [0, 40], you must change NICE_TO_TICKS macro from 20-nice to 40-nice
April 05, 2017, at 03:37 PM by 115.145.179.147 -
Changed lines 40-41 from:
  • gdb on xv6
to:
  • gdb on xv6
  • Change TICK_SCALE macro from 20-nice to 40-nice
April 04, 2017, at 02:48 PM by 218.209.136.8 -
Changed lines 39-40 from:
to:
April 04, 2017, at 02:44 PM by 218.209.136.8 -
Changed line 39 from:
to:
April 04, 2017, at 02:43 PM by 218.209.136.8 -
Changed lines 38-39 from:
to:
April 04, 2017, at 10:09 AM by 115.145.179.147 -
Changed lines 37-38 from:
  • Implement Linux 2.4 scheduler on xv6
to:
April 04, 2017, at 09:13 AM by 115.145.179.147 -
Changed lines 33-37 from:
  • Implement priority-based scheduler on xv6
to:
  • Implement priority-based scheduler on xv6

Project #2-2 (Deadline: 4/9 11:59PM)

  • Implement Linux 2.4 scheduler on xv6
March 28, 2017, at 05:55 PM by 115.145.179.147 -
Changed lines 29-33 from:
  • When a process calls fork() system call, the nice value of child process is same as its parent process.
to:
  • When a process calls fork() system call, the nice value of child process is same as its parent process.

Project #2 (Deadline: 4/2 11:59PM)

  • Implement priority-based scheduler on xv6
March 23, 2017, at 03:08 AM by 115.145.179.147 -
Changed line 29 from:
  • When a process call fork() system call, the nice value of child process is same as its parent process.
to:
  • When a process calls fork() system call, the nice value of child process is same as its parent process.
March 23, 2017, at 03:08 AM by 115.145.179.147 -
Changed line 29 from:
  • When a process call fork() system call, the nice value of child process is same as its parent process.
to:
  • When a process call fork() system call, the nice value of child process is same as its parent process.
March 23, 2017, at 03:07 AM by 115.145.179.147 -
Changed lines 28-29 from:
  • Implement getnice, setnice, and ps system calls in xv6
to:
  • Implement getnice, setnice, and ps system calls in xv6
  • When a process call fork() system call, the nice value of child process is same as its parent process.
March 21, 2017, at 08:16 AM by 115.145.179.147 -
Changed lines 24-28 from:
  • Submit your screenshot to the TA.
to:
  • Submit your screenshot to the TA.

Project #1 (Deadline: 3/26 11:59PM)

  • Implement getnice, setnice, and ps system calls in xv6
March 14, 2017, at 09:34 AM by 115.145.179.147 -
Changed line 19 from:

Project #0 (Deadline: 3/19 11:59PM)

to:

Project #0 (Deadline: 3/19 11:59PM)

March 14, 2017, at 09:33 AM by 115.145.179.147 -
Changed line 19 from:

Project #0 (Deadline: 3/19 11:59PM)

to:

Project #0 (Deadline: 3/19 11:59PM)

March 13, 2017, at 01:09 PM by 115.145.179.147 -
Changed lines 19-21 from:

Project #0 (Deadline: 3/13 11:59PM)

  • Install Ubuntu 14.04 -- This is an official Linux distribution we will use.
to:

Project #0 (Deadline: 3/19 11:59PM)

  • Install Ubuntu 16.04 -- This is an official Linux distribution we will use.
March 13, 2017, at 01:09 PM by 115.145.179.147 -
Changed lines 17-24 from:
  • Where: #26312
to:
  • Where: #26312

Project #0 (Deadline: 3/13 11:59PM)

  • Install Ubuntu 14.04 -- This is an official Linux distribution we will use.
  • Install xv6 & qemu
  • Print your student ID and name in the xv6 boot message. Your name and student ID should be printed before the shell is running. This means that you have to insert a code (yeah, just a single line) into one of the xv6 kernel code.
  • Submit your screenshot to the TA.
March 13, 2017, at 01:08 PM by 115.145.179.147 -
Changed lines 16-22 from:
  • When: 20:00 - 22:00 (Tuesday)
  • Where: #330110
  • Week 2 Δ
    • Trap handling procedure in Intel architecture & xv6
  • Week 3 Δ
  • Week 6 Δ
    • Page fault handling procedure in Intel architecture & xv6
to:
  • When: 19:00 - 21:00 (Tuesday)
  • Where: #26312
March 13, 2017, at 01:08 PM by 115.145.179.147 -
Changed lines 12-22 from:
  • Ability to read a large, complex program
to:
  • Ability to read a large, complex program

[Lab. Class]

  • When: 20:00 - 22:00 (Tuesday)
  • Where: #330110
  • Week 2 Δ
    • Trap handling procedure in Intel architecture & xv6
  • Week 3 Δ
  • Week 6 Δ
    • Page fault handling procedure in Intel architecture & xv6
February 13, 2017, at 04:19 AM by 115.145.179.182 -
February 13, 2017, at 04:18 AM by 115.145.179.182 -
Added lines 1-12:

SWE3004: Operating Systems (Spring 2017)

[Projects]

  • You will have several projects based on the xv6 instructional operating system. To successfully complete these projects, you must have excellent C programming skill and be familiar with the Linux platform.
  • Required skills
    • Fluent C programming (must!)
    • Basic knowledge on Intel x86 architecture
    • Intel x86 assembly programming
    • Basic knowledge on Unix/Linux systems
    • Ability to read a large, complex program