WangRunji
|
db8cd7b786
|
Use LOG env to set log level
|
2018-05-22 01:11:37 +08:00 |
|
WangRunji
|
58c8fc86d1
|
Fix 'make run'
|
2018-05-22 00:54:18 +08:00 |
|
WangRunji
|
5f98726cb8
|
Fix dead lock in release mode by using volatile.
|
2018-05-22 00:32:16 +08:00 |
|
WangRunji
|
2867ae60b6
|
Add ucore & xv6-x86_64 user program img file.
|
2018-05-21 22:49:22 +08:00 |
|
WangRunji
|
859b3891c1
|
Kill the process when bad exception occurs.
|
2018-05-21 20:29:18 +08:00 |
|
WangRunji
|
daac42ce8b
|
Merge all schedule operations to one at the end of interrupt handling.
|
2018-05-21 20:07:20 +08:00 |
|
WangRunji
|
a7f6ba2556
|
Refactor syscall mod and add some docs
|
2018-05-21 16:30:30 +08:00 |
|
WangRunji
|
6c135bca24
|
Refactor interrupt mod and add some docs
|
2018-05-21 16:05:36 +08:00 |
|
WangRunji
|
f4091c4d7e
|
Change package name
|
2018-05-21 00:01:53 +08:00 |
|
WangRunji
|
f7bdfa2913
|
Generate vector.asm by build.rs.
|
2018-05-20 23:56:41 +08:00 |
|
WangRunji
|
7d644966d2
|
Try to fix travis
|
2018-05-20 22:49:27 +08:00 |
|
WangRunji
|
ffb7e194f9
|
Fix set TSS in SMP
|
2018-05-20 22:12:18 +08:00 |
|
WangRunji
|
2f71eab39b
|
Use x86_64 IDT again
|
2018-05-20 21:09:31 +08:00 |
|
WangRunji
|
f35d74c734
|
Huge refactor for interrupt.
|
2018-05-20 19:15:01 +08:00 |
|
WangRunji
|
4e35b927d2
|
Yield. Shorter schedule interval.
|
2018-05-20 17:14:05 +08:00 |
|
WangRunji
|
601d0f85bd
|
Add an event system in the Processor. Can sleep and wakeup.
|
2018-05-20 15:37:48 +08:00 |
|
WangRunji
|
c02c82cbd6
|
Fix a lot of bugs by adding an instruction.
|
2018-05-20 15:34:13 +08:00 |
|
WangRunji
|
0f26f6ffd6
|
Basic EventHub and Timer.
|
2018-05-20 00:22:52 +08:00 |
|
WangRunji
|
950fe4fedc
|
Use crate log . Print with color in console.
|
2018-05-19 18:42:08 +08:00 |
|
WangRunji
|
d798c8084a
|
Pass uCore forktest
|
2018-05-19 16:32:18 +08:00 |
|
WangRunji
|
731d6319e4
|
Can load user programs from sfs.img (hard linked).
|
2018-05-18 11:49:27 +08:00 |
|
WangRunji
|
893658baf8
|
uCore hello is available!
|
2018-05-17 22:19:15 +08:00 |
|
WangRunji
|
8c64b2abb2
|
uCore 32bit user program is runnable!
|
2018-05-17 21:06:13 +08:00 |
|
WangRunji
|
5a1dc423e0
|
Shared memory & Copy on write !
|
2018-05-14 22:55:49 +08:00 |
|
WangRunji
|
4d6925a562
|
Fork (not finished). Not depend on boot_info after remap_kernel.
|
2018-05-13 21:13:57 +08:00 |
|
WangRunji
|
678d1d2b54
|
Some tiny changes
|
2018-05-13 15:06:44 +08:00 |
|
WangRunji
|
7cdfb9e6e2
|
Basic syscall
|
2018-05-13 03:41:41 +08:00 |
|
WangRunji
|
09147732bc
|
Fix user stack. Make MemoryArea fields private.
|
2018-05-13 02:30:26 +08:00 |
|
WangRunji
|
b885b7ce6a
|
Fix check for MemorySet. Fix copy user program.
|
2018-05-13 01:57:49 +08:00 |
|
WangRunji
|
9723d7c1a3
|
Add Invalid Opcode handler. Set rsp when going to user.
|
2018-05-13 01:36:16 +08:00 |
|
WangRunji
|
40b02c33cb
|
Switch page table for user process
|
2018-05-13 00:47:16 +08:00 |
|
WangRunji
|
369f3183a3
|
Ready for running user process. TODO: switch page table
|
2018-05-12 22:57:30 +08:00 |
|
WangRunji
|
82739d3d3d
|
Update crate multiboot2 to 0.5 . Get section's name.
|
2018-05-12 12:05:01 +08:00 |
|
WangRunji
|
dff2c4d1be
|
Refactor remap_the_kernel using MemorySet
|
2018-05-12 11:45:31 +08:00 |
|
WangRunji
|
5714df7c39
|
Remove temporary_page from function args
|
2018-05-12 00:22:00 +08:00 |
|
WangRunji
|
5075abc5b0
|
Make FrameAllocator global!
|
2018-04-28 17:47:17 +08:00 |
|
WangRunji
|
5707dfd00a
|
Merge branch 'memory' into process
# Conflicts:
# src/arch/x86_64/smp.rs
# src/memory/mod.rs
|
2018-04-28 13:32:46 +08:00 |
|
WangRunji
|
62cb97de8c
|
Fit name conventions by Clion, simplify some names.
|
2018-04-28 13:32:16 +08:00 |
|
WangRunji
|
8ce3173c3d
|
Link a user program from xv6-x86_64 in. Add elf crate.
|
2018-04-28 10:40:31 +08:00 |
|
WangRunji
|
7a68e4a177
|
Merge branch 'process' into dev
|
2018-04-27 23:13:39 +08:00 |
|
WangRunji
|
6e157ee97d
|
Split process mod. Move TrapFrame operation to arch.
|
2018-04-27 23:10:39 +08:00 |
|
WangRunji
|
0553d3374d
|
Can switch between init and idle process
|
2018-04-27 21:49:01 +08:00 |
|
WangRunji
|
4f18f70e19
|
Can switch between ring0 and ring 3. Fix IDT bugs.
|
2018-04-27 16:32:57 +08:00 |
|
WangRunji
|
7d28231f1b
|
Can run into another kernel thread
|
2018-04-27 00:03:24 +08:00 |
|
WangRunji
|
5d857c38eb
|
Let struct Stack own the stack, panic on Drop. Add a little process mod.
|
2018-04-26 21:53:20 +08:00 |
|
WangRunji
|
09098f0d2f
|
Add physical mod and reorganize.
|
2018-04-26 16:23:54 +08:00 |
|
WangRunji
|
0539f8673e
|
Rewrite interrupt handlers using Redox style. Prepare for saving context.
|
2018-04-26 01:00:32 +08:00 |
|
WangRunji
|
e2e9ead17c
|
Improve MockPageTable. Fix tests.
|
2018-04-25 16:17:15 +08:00 |
|
WangRunji
|
733c102836
|
EnhancedClockSwapManager
|
2018-04-25 15:32:43 +08:00 |
|
WangRunji
|
c0d83ef75b
|
Make tests safe, by using Arc & RefCell.
|
2018-04-25 13:50:31 +08:00 |
|