equation314
|
fa30f5f96b
|
aarch64: fix bus address for mailbox property
|
2019-08-28 21:38:50 +08:00 |
|
equation314
|
d56a88947e
|
aarch64: set ttbr0_el1 to null for kernel thread, fixed #56
|
2019-08-28 01:41:47 +08:00 |
|
Jiajie Chen
|
55cfce6c02
|
Show target in logging, and fix console deadlock
|
2019-08-23 10:44:24 +08:00 |
|
Runji Wang
|
c881bdc65d
|
move Console to extern crate
also remove x86_64 VGA text mode support
|
2019-08-16 11:11:49 +08:00 |
|
Jiajie Chen
|
655c1f19c2
|
Move impl_inode default impl to rcore-fs crate
|
2019-08-07 18:55:35 +08:00 |
|
Jiajie Chen
|
92d878c144
|
Correctly report rdev of device nodes
|
2019-08-05 18:20:17 +08:00 |
|
WangRunji
|
78b322e842
|
update crates
|
2019-08-02 17:34:55 +08:00 |
|
WangRunji
|
52d72790bc
|
introduce MountFS, mount RamFS at /tmp, mount DevFS at /dev
|
2019-08-02 17:24:27 +08:00 |
|
Jiajie Chen
|
08b59be1ae
|
Use updated ACPI crate to parse ACPI in x86
|
2019-07-17 09:43:49 +08:00 |
|
Jiajie Chen
|
96357e63df
|
Bump rust version to newer nightly and use acpi crate to print acpi info
|
2019-06-30 03:41:50 +08:00 |
|
Jiajie Chen
|
ffe4fae975
|
Fix ahci driver and match ahci driver by SATA class
|
2019-06-28 17:01:31 +08:00 |
|
Jiajie Chen
|
4607e0646d
|
Fix vga in vmware
|
2019-06-27 11:28:03 +08:00 |
|
gjz010
|
7b8252eb1b
|
Basic loadable kernel module support, with a module template written in Rust.
Under aarch64 and x86_64, hello_rust can be built and loaded by `/busybox insmod hello_rust.ko`.
|
2019-06-07 20:59:51 +08:00 |
|
Jiajie Chen
|
8b06314828
|
Format code and update debug code
|
2019-06-03 09:33:02 +08:00 |
|
NagiNikaido
|
3535faccd9
|
Merge branch 'dev' of https://github.com/rcore-os/rCore into rcore-os-dev
|
2019-05-27 16:34:29 +08:00 |
|
Jiajie Chen
|
dcfb02c514
|
Add EAGAIN for nonblocking io and poll for file in read_at()
|
2019-05-24 20:53:13 +08:00 |
|
Jiajie Chen
|
22946c699d
|
Allow ahci port init to fail
|
2019-05-24 19:21:48 +08:00 |
|
Jiajie Chen
|
0be1b1e56b
|
Support 32bit MSI Addr
|
2019-05-24 16:45:28 +08:00 |
|
Jiajie Chen
|
e2bb86aa54
|
Get screen info from bootloader for vga
|
2019-05-24 16:20:25 +08:00 |
|
Jiajie Chen
|
e9c0bcadf7
|
Add graphic=console option and fix vga on x86_64
|
2019-05-24 15:20:39 +08:00 |
|
Jiajie Chen
|
c5acdb67e6
|
Fix compilation for merge and update vga buffer address
|
2019-05-24 08:57:21 +08:00 |
|
Jiajie Chen
|
53bb55b971
|
Merge remote-tracking branch 'origin/dev' into dev
|
2019-05-24 08:42:33 +08:00 |
|
Jiajie Chen
|
d1d7fe44a7
|
Fix condvar race(maybe)
|
2019-05-23 23:21:02 +08:00 |
|
PanQL
|
9740983b2d
|
Merge branch 'mgba' into dev
|
2019-05-23 21:11:13 +08:00 |
|
WangRunji
|
1a377ca7c3
|
x86_64: update bootloader. fix on real machine
|
2019-05-23 16:46:00 +08:00 |
|
equation314
|
97539dd760
|
aarch64: speed up page table map/unmap
1. update crate aarch64, call tlb_invalidate() instead of tlb_invalidate_all() in MapperFlush::flush().
2. reduce user stack size to 1MiB.
|
2019-05-21 00:46:12 +08:00 |
|
equation314
|
52251b2adb
|
aarch64: refactor to linear mapping
TODO:
* `map`, `unmap` is significantly slower than other archs
* set segment permissions for kernel page table in bootloader
|
2019-05-20 21:51:53 +08:00 |
|
PanQL
|
9ac8f1b887
|
some work for console-vga(1024*7683) adaption
|
2019-05-12 01:43:02 +08:00 |
|
Jiajie Chen
|
26e47fc36f
|
[WIP] Initial rv64 sv39 support
|
2019-05-12 01:11:53 +08:00 |
|
Jiajie Chen
|
d66df43ec0
|
[WIP] rv32 linear mapping
|
2019-05-11 12:21:58 +08:00 |
|
WangRunji
|
cd22273ef9
|
refactor to linear mapping for x86_64
|
2019-05-11 01:06:44 +08:00 |
|
WangRunji
|
d28f54ce32
|
show tid on log
|
2019-05-09 21:33:26 +08:00 |
|
PanQL
|
a0fc201695
|
set up vga 320x200
|
2019-05-09 21:16:25 +08:00 |
|
equation314
|
03a8b3e449
|
aarch64: disable FP/SIMD registers again, update crates
|
2019-05-07 22:37:53 +08:00 |
|
equation314
|
bfe03b8ea0
|
aarch64: fix vm clone fault in fork
|
2019-05-06 23:30:01 +08:00 |
|
Jiajie Chen
|
35079e4193
|
Bump buddy system allocator
|
2019-05-06 12:15:21 +08:00 |
|
BenjaminPMLovegood
|
682f772eb8
|
begin translation
|
2019-05-05 17:44:03 +08:00 |
|
BenjaminPMLovegood
|
5be9ae7775
|
Merge branch 'dev' into geminilab
|
2019-05-05 03:40:18 +08:00 |
|
BenjaminPMLovegood
|
f9bdcc7cd9
|
add emmc file. waiting for merging main repo.
|
2019-05-05 03:21:07 +08:00 |
|
WangRunji
|
6883127d5a
|
update fs. add BlockCache
|
2019-05-03 00:35:00 +08:00 |
|
Jiajie Chen
|
8651f09b31
|
Automatically enlarge heap when kernel heap is about to run out
|
2019-05-01 18:33:55 +08:00 |
|
WangRunji
|
54de0d8ae7
|
remove once crate. fix bitvec crate commit id.
|
2019-05-01 00:18:11 +08:00 |
|
WangRunji
|
c885ea6d77
|
impl pseudo INode '/proc/self/exe'
|
2019-04-30 17:37:18 +08:00 |
|
WangRunji
|
27f5c7b2e4
|
detach thread to auto recycle tid. fix #25
|
2019-04-28 23:34:45 +08:00 |
|
NagiNikaido
|
1bfb979d96
|
Upd. #2
|
2019-04-21 14:32:24 +08:00 |
|
Jiajie Chen
|
ff50a45396
|
Now ready to use busybox sh for user shell
|
2019-04-17 08:16:02 +08:00 |
|
WangRunji
|
48c40497ac
|
update crate uart_16550 to v0.2. deny unused_must_use.
|
2019-04-17 00:46:48 +08:00 |
|
WangRunji
|
f88cffb8ab
|
fix bitvec version
|
2019-04-15 22:08:20 +08:00 |
|
NagiNikaido
|
ae710ca08d
|
Toolchain version updated to nightly-2019-04-14. Bitvec commit id updated.
|
2019-04-15 21:08:02 +08:00 |
|
Jiajie Chen
|
41dab25f9c
|
Merge remote-tracking branch 'origin/master' into dev
|
2019-04-09 20:30:30 +08:00 |
|