Philipp Oppermann
|
89e3e2b190
|
Use correct build badge in post-10 Readme
|
2019-07-07 11:26:15 +02:00 |
|
Philipp Oppermann
|
004282138c
|
Merge branch 'post-09' into post-10
|
2019-07-07 11:25:48 +02:00 |
|
Philipp Oppermann
|
4580b85fe2
|
Use correct build badge in post-09 Readme
|
2019-07-07 11:25:40 +02:00 |
|
Philipp Oppermann
|
8c575388cf
|
Merge pull request #626 from phil-opp/code-heap
Code for new heap allocation post
|
2019-06-26 21:30:42 +02:00 |
|
Philipp Oppermann
|
4792ec41b1
|
Adjust comments to be equal with post
|
2019-06-26 21:08:08 +02:00 |
|
Philipp Oppermann
|
df75f7f4e8
|
Add an integration test for heap allocation
|
2019-06-26 17:45:32 +02:00 |
|
Philipp Oppermann
|
5cf3884396
|
Run cargo fmt
|
2019-06-26 16:59:38 +02:00 |
|
Philipp Oppermann
|
e5b6ba38ac
|
Update Readme for new post
|
2019-06-26 16:33:20 +02:00 |
|
Philipp Oppermann
|
f429a8ab03
|
Example use of Box, Vec, and Rc in kernel_main
|
2019-06-26 15:06:40 +02:00 |
|
Philipp Oppermann
|
d7484ab48b
|
Use linked_list_allocator crate instead of dummy allocator
|
2019-06-26 15:05:57 +02:00 |
|
Philipp Oppermann
|
06fc63028a
|
Create a heap memory area
|
2019-06-26 13:14:56 +02:00 |
|
Philipp Oppermann
|
d4623419b0
|
Try to use Box type in main.rs
This causes an allocation error because the Dummy::alloc function always returns a null pointer.
|
2019-06-26 12:34:57 +02:00 |
|
Philipp Oppermann
|
417c44159e
|
Add a alloc_error_handler function
|
2019-06-26 12:34:57 +02:00 |
|
Philipp Oppermann
|
ebbc6d55d2
|
Use dummy allocator as global allocator
|
2019-06-26 12:34:57 +02:00 |
|
Philipp Oppermann
|
c0367074ac
|
Create an allocator module with a dummy allocator
|
2019-06-26 12:34:57 +02:00 |
|
Philipp Oppermann
|
48e2175bac
|
Add a dependency on the alloc crate
|
2019-06-26 12:34:57 +02:00 |
|
Philipp Oppermann
|
45e1e99390
|
Merge branch 'post-08' into post-09
|
2019-06-23 18:07:34 +02:00 |
|
Philipp Oppermann
|
954cfe977a
|
Merge branch 'post-07' into post-08
|
2019-06-23 18:07:34 +02:00 |
|
Philipp Oppermann
|
262f56c9e2
|
Merge branch 'post-06' into post-07
|
2019-06-23 18:07:34 +02:00 |
|
Philipp Oppermann
|
9d5b5f33f1
|
Merge branch 'post-05' into post-06
|
2019-06-23 18:07:34 +02:00 |
|
Philipp Oppermann
|
a7710b3d5c
|
Merge branch 'post-04' into post-05
|
2019-06-23 18:07:34 +02:00 |
|
Philipp Oppermann
|
d2e0d38218
|
Run brew update on macOS to fix travis CI failure (#623)
|
2019-06-23 18:07:19 +02:00 |
|
Philipp Oppermann
|
b5793c34c6
|
Merge branch 'post-08' into post-09
|
2019-06-17 17:28:32 +02:00 |
|
Philipp Oppermann
|
eb86565308
|
Merge branch 'post-07' into post-08
|
2019-06-17 17:28:32 +02:00 |
|
Philipp Oppermann
|
061dee44eb
|
Merge branch 'post-06' into post-07
|
2019-06-17 17:28:32 +02:00 |
|
Philipp Oppermann
|
9b4b810bd3
|
Merge branch 'post-05' into post-06
|
2019-06-17 17:28:32 +02:00 |
|
Philipp Oppermann
|
618d10eac8
|
Merge branch 'post-04' into post-05
|
2019-06-17 17:28:32 +02:00 |
|
Philipp Oppermann
|
7003268b9f
|
Merge branch 'post-03' into post-04
|
2019-06-17 17:28:32 +02:00 |
|
Philipp Oppermann
|
fcd849f471
|
Fix deprecated range syntax
|
2019-06-17 17:28:27 +02:00 |
|
Philipp Oppermann
|
67ee45090d
|
Merge branch 'post-08' into post-09
|
2019-05-23 12:39:35 +02:00 |
|
Philipp Oppermann
|
bbeb63ec3d
|
Merge branch 'post-07' into post-08
|
2019-05-23 12:39:35 +02:00 |
|
Philipp Oppermann
|
fe35a21965
|
Merge branch 'post-06' into post-07
|
2019-05-23 12:39:35 +02:00 |
|
Philipp Oppermann
|
7a45083975
|
Merge branch 'post-05' into post-06
|
2019-05-23 12:39:35 +02:00 |
|
Philipp Oppermann
|
2faeaa8964
|
Merge branch 'post-04' into post-05
|
2019-05-23 12:39:35 +02:00 |
|
Philipp Oppermann
|
c8d1bbeef8
|
Update code for PR #611
PR at https://github.com/phil-opp/blog_os/pull/611
|
2019-05-22 12:43:15 +02:00 |
|
Philipp Oppermann
|
64d1a587e7
|
Merge branch 'post-08' into post-09
|
2019-05-09 15:38:47 +02:00 |
|
Philipp Oppermann
|
a4a7b5e8d6
|
Merge branch 'post-07' into post-08
|
2019-05-09 15:38:47 +02:00 |
|
Philipp Oppermann
|
13923c59f2
|
Fix: Make keyboard port mutable
This is required because of the update to x86_64 0.7.0 (see #606).
|
2019-05-09 15:38:34 +02:00 |
|
Philipp Oppermann
|
01040fc643
|
Merge branch 'post-05' into post-06
|
2019-05-09 14:59:55 +02:00 |
|
Philipp Oppermann
|
2dfc5e838a
|
Merge branch 'post-04' into post-05
|
2019-05-09 14:59:55 +02:00 |
|
Philipp Oppermann
|
fbe279831e
|
Merge branch 'post-08' into post-09
|
2019-05-09 14:59:55 +02:00 |
|
Philipp Oppermann
|
189ab7d0d8
|
Merge branch 'post-07' into post-08
|
2019-05-09 14:59:55 +02:00 |
|
Philipp Oppermann
|
09be8647d5
|
Merge branch 'post-06' into post-07
|
2019-05-09 14:59:55 +02:00 |
|
bors[bot]
|
158aed0c18
|
Merge #604 #606
604: Use `-serial stdio` instead of `-serial mon:stdio` r=phil-opp a=phil-opp
Fixes #602
Post update in https://github.com/phil-opp/blog_os/pull/605
606: Update x86_64 to version 0.7.0 r=phil-opp a=phil-opp
[Changelog](https://github.com/rust-osdev/x86_64/blob/master/Changelog.md#070):
- **Breaking**: `Port::read` and `PortReadOnly::read` now take `&mut self` instead of `&self` ([#76](https://github.com/rust-osdev/x86_64/pull/76)).
Post update in https://github.com/phil-opp/blog_os/pull/607
Co-authored-by: Philipp Oppermann <dev@phil-opp.com>
|
2019-05-09 12:42:42 +00:00 |
|
Philipp Oppermann
|
3098be9653
|
Update x86_64 to version 0.7.0
|
2019-05-09 14:37:18 +02:00 |
|
Philipp Oppermann
|
86b57f696f
|
Use -serial stdio instead of -serial mon:stdio
|
2019-05-08 16:10:23 +02:00 |
|
Philipp Oppermann
|
375d4d0479
|
Merge pull request #599 from phil-opp/post-09-new
Update `post-09` branch for version 0.6.0 of `x86_64` crate
|
2019-05-03 19:41:29 +02:00 |
|
Philipp Oppermann
|
7796d4c14a
|
FrameAllocator is an unsafe trait now
Make `BootInfoFrameAllocator` unsafe because the caller must guarantee that the given memory map is valid.
|
2019-05-03 19:29:14 +02:00 |
|
Philipp Oppermann
|
5a68816b45
|
Merge branch 'post-05' into post-06
|
2019-05-03 18:36:45 +02:00 |
|
Philipp Oppermann
|
12c08d72e4
|
Merge branch 'post-04' into post-05
|
2019-05-03 18:36:45 +02:00 |
|