Philipp Oppermann
|
b0e1527a95
|
Delete our memory::translate_addr function again
|
2019-03-14 10:30:37 +01:00 |
|
Philipp Oppermann
|
cb4410c84e
|
Update kernel_main to use MapperAllSizes::translate_addr
|
2019-03-14 10:30:37 +01:00 |
|
Philipp Oppermann
|
98b5976656
|
Create a memory::init function that initializes a MappedPageTable
|
2019-03-14 10:30:37 +01:00 |
|
Philipp Oppermann
|
9335386928
|
Add and test a memory::translate_addr function
|
2019-03-14 10:30:37 +01:00 |
|
Philipp Oppermann
|
7c30d62f33
|
Also show non-empty level 3 table entries
|
2019-03-14 10:30:37 +01:00 |
|
Philipp Oppermann
|
61683bccda
|
Print non-empty level 4 table entries
|
2019-03-14 10:30:37 +01:00 |
|
Philipp Oppermann
|
e1ec5159b8
|
Add boot info argument and use entry_point macro
|
2019-03-14 10:30:37 +01:00 |
|
Philipp Oppermann
|
7b7d19592f
|
Enable map_physical_memory feature of bootloader
|
2019-03-14 10:30:37 +01:00 |
|
Philipp Oppermann
|
e387c0b6b8
|
Create a memory::active_level_4_table function
|
2019-03-14 10:30:37 +01:00 |
|
Philipp Oppermann
|
d5abc119f3
|
Update Readme for Paging Implementation post
|
2019-03-14 10:30:37 +01:00 |
|
Philipp Oppermann
|
59da6e5620
|
Update bootloader to version 0.4.0
|
2019-03-14 10:30:37 +01:00 |
|
Philipp Oppermann
|
ef1cc0ed4f
|
Reset code to post-09 branch for new 'Paging Implementation' post
|
2019-03-14 10:20:46 +01:00 |
|
Philipp Oppermann
|
90f0caec1a
|
Merge branch 'post-09' into post-10
|
2019-03-14 10:17:37 +01:00 |
|
Philipp Oppermann
|
7198a4d110
|
The code for reading the level 4 table was moved to the next post
|
2019-03-12 17:49:31 +01:00 |
|
Philipp Oppermann
|
5c0fb63f33
|
Merge branch 'post-09' into post-10
|
2019-03-12 17:48:43 +01:00 |
|
Philipp Oppermann
|
6ffcb2cf1a
|
Merge branch 'post-08' into post-09
|
2019-03-12 17:48:43 +01:00 |
|
Philipp Oppermann
|
1c72107cb1
|
Merge branch 'post-07' into post-08
|
2019-03-12 17:48:24 +01:00 |
|
Philipp Oppermann
|
b533bf6596
|
Merge branch 'post-06' into post-07
|
2019-03-12 17:48:11 +01:00 |
|
Philipp Oppermann
|
7648993b8f
|
Merge branch 'post-05' into post-06
|
2019-03-12 17:48:11 +01:00 |
|
Philipp Oppermann
|
17bd271573
|
Update x86_64 to version 0.5.2
|
2019-03-12 17:45:09 +01:00 |
|
Philipp Oppermann
|
036a8e7608
|
Merge branch 'post-09' into post-10
|
2019-03-09 14:21:12 +01:00 |
|
Philipp Oppermann
|
3b960751f4
|
Merge branch 'post-08' into post-09
|
2019-03-09 14:21:12 +01:00 |
|
Philipp Oppermann
|
0ff6334026
|
Merge branch 'post-07' into post-08
|
2019-03-09 14:21:12 +01:00 |
|
Philipp Oppermann
|
1ed76411f7
|
Fix remaining use of ExceptionStackFrame in test
|
2019-03-09 14:21:03 +01:00 |
|
Philipp Oppermann
|
10c4d0509d
|
Update post-10 code for changes in x86_64 0.5.0
We no longer need a custom translate function as we can directly use MapperAllSizes::translate_addr.
|
2019-03-09 12:40:27 +01:00 |
|
Philipp Oppermann
|
57998ea4f8
|
Merge branch 'post-09' into post-10
|
2019-03-09 12:39:25 +01:00 |
|
Philipp Oppermann
|
f05aaeb0ac
|
Update post-09 code for changes in x86_64 0.5.0
|
2019-03-09 12:39:14 +01:00 |
|
Philipp Oppermann
|
78a30984bc
|
Merge branch 'post-08' into post-09
|
2019-03-09 12:38:25 +01:00 |
|
Philipp Oppermann
|
09dd68a1a2
|
Update post-08 code for changes in x86_64 0.5.0
|
2019-03-09 12:37:45 +01:00 |
|
Philipp Oppermann
|
81e4eec055
|
Merge branch 'post-07' into post-08
|
2019-03-09 12:36:39 +01:00 |
|
Philipp Oppermann
|
8e5b6a3e3f
|
Update post-07 code for changes in x86_64 0.5.0
|
2019-03-09 12:34:49 +01:00 |
|
Philipp Oppermann
|
be0ed3a54d
|
Merge branch 'post-06' into post-07
|
2019-03-09 12:32:03 +01:00 |
|
Philipp Oppermann
|
b895f8c745
|
Update code for changes in x86_64 0.5.0
|
2019-03-09 12:29:44 +01:00 |
|
Philipp Oppermann
|
eee9d7b899
|
Merge branch 'post-05' into post-06
|
2019-03-09 12:10:27 +01:00 |
|
Philipp Oppermann
|
9787e6dce6
|
Update to x86_64 0.5.0
|
2019-03-09 12:10:18 +01:00 |
|
Philipp Oppermann
|
ef9a629ddc
|
Merge branch 'post-09' into post-10
|
2019-02-25 17:04:56 +01:00 |
|
Philipp Oppermann
|
18d8d311cb
|
Merge branch 'post-08' into post-09
|
2019-02-25 17:04:40 +01:00 |
|
Philipp Oppermann
|
7b61da94a0
|
Run cargo fmt
|
2019-02-25 17:04:25 +01:00 |
|
Philipp Oppermann
|
d974cf5200
|
Merge branch 'post-09' into post-10
|
2019-02-25 16:37:31 +01:00 |
|
Philipp Oppermann
|
f5b6094521
|
Merge branch 'post-06' into post-07
|
2019-02-25 16:37:30 +01:00 |
|
Philipp Oppermann
|
a4f675739a
|
Merge branch 'post-05' into post-06
|
2019-02-25 16:37:30 +01:00 |
|
Philipp Oppermann
|
94447af25a
|
Merge branch 'post-08' into post-09
|
2019-02-25 16:37:30 +01:00 |
|
Philipp Oppermann
|
a7f487f206
|
Merge branch 'post-07' into post-08
|
2019-02-25 16:37:30 +01:00 |
|
Philipp Oppermann
|
b1cca8de88
|
Merge branch 'post-04' into post-05
|
2019-02-25 16:37:18 +01:00 |
|
Philipp Oppermann
|
c6aaa66420
|
Merge branch 'post-03' into post-04
|
2019-02-25 16:35:03 +01:00 |
|
Philipp Oppermann
|
4d405d5098
|
Merge branch 'post-02' into post-03
|
2019-02-25 16:34:15 +01:00 |
|
Philipp Oppermann
|
63f8f3a6eb
|
Merge branch 'post-01' into post-02
|
2019-02-25 16:34:15 +01:00 |
|
Philipp Oppermann
|
8c25133033
|
Check formatting on CI
|
2019-02-25 16:34:09 +01:00 |
|
Philipp Oppermann
|
36d6c6d0e9
|
Merge branch 'post-09' into post-10
|
2019-02-12 19:31:09 +01:00 |
|
Philipp Oppermann
|
76d3715eef
|
Merge branch 'post-08' into post-09
|
2019-02-12 19:31:09 +01:00 |
|