1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-26 09:53:28 +04:00
Commit Graph

14 Commits

Author SHA1 Message Date
WangRunji
25dde04795 Tiny changes 2018-06-01 11:46:32 +08:00
WangRunji
eaaace0d48 Print log target 2018-05-31 20:58:22 +08:00
WangRunji
db8cd7b786 Use LOG env to set log level 2018-05-22 01:11:37 +08:00
WangRunji
a7f6ba2556 Refactor syscall mod and add some docs 2018-05-21 16:30:30 +08:00
WangRunji
950fe4fedc Use crate log. Print with color in console. 2018-05-19 18:42:08 +08:00
WangRunji
893658baf8 uCore hello is available! 2018-05-17 22:19:15 +08:00
WangRunji
7cdfb9e6e2 Basic syscall 2018-05-13 03:41:41 +08:00
WangRunji
0553d3374d Can switch between init and idle process 2018-04-27 21:49:01 +08:00
WangRunji
0539f8673e Rewrite interrupt handlers using Redox style. Prepare for saving context. 2018-04-26 01:00:32 +08:00
WangRunji
cb19bc5464 Start AP one by one. Fix deadlock. 2018-04-18 15:22:06 +08:00
WangRunji
df58911ac4 COM2. Merge APIC/PIC interface. 2018-04-17 19:42:58 +08:00
WangRunji
7f872901ce Serial stdio 2018-04-10 20:46:24 +08:00
WangRunji
83684cbfd7 Add debug! macro. Modify VGA & Writer 2018-04-07 20:57:14 +08:00
WangRunji
5bf407de7c Split vga_buffer.rs to VGA driver and VGA writer 2018-04-05 00:58:23 +08:00