Philipp Oppermann
|
ee48ec5e29
|
Reset src to master to be able to follow step-by-step
|
2016-08-03 16:00:04 +02:00 |
|
Philipp Oppermann
|
6590531a41
|
Provoke a page fault
|
2016-08-03 16:00:04 +02:00 |
|
Philipp Oppermann
|
9113a63f5e
|
Test the two-stage exception handler in code
|
2016-08-03 14:44:52 +02:00 |
|
Philipp Oppermann
|
06fb4d6596
|
WIP code for upcoming post
|
2016-08-03 14:44:52 +02:00 |
|
Philipp Oppermann
|
e8b3a1fff1
|
Catch divide error instead of page fault
The divide error pushes no error code. Thus we avoid stack misalignment (see #184).
|
2016-06-25 17:12:04 +02:00 |
|
Philipp Oppermann
|
952f7ed5e3
|
Create dummy _Unwind_Resume function to fix libcore linker errors
|
2016-06-24 13:37:02 +02:00 |
|
Philipp Oppermann
|
f4eb589f19
|
We don't need _Unwind_Resume anymore
|
2016-05-29 18:00:58 +02:00 |
|
Philipp Oppermann
|
f58a6fe185
|
Add a print_error function, which works for exceptions inside println
|
2016-05-28 15:47:34 +02:00 |
|
Philipp Oppermann
|
c1df1d3354
|
Initialize the IDT and provoke a page fault
|
2016-05-28 15:47:34 +02:00 |
|
Philipp Oppermann
|
b84c5822df
|
Create interrupt module with IDT submodule
|
2016-05-28 15:47:34 +02:00 |
|
Philipp Oppermann
|
e4b42b106f
|
Reset source code to master again
|
2016-05-28 14:09:45 +02:00 |
|
Philipp Oppermann
|
59382699d0
|
wip
|
2016-05-28 14:09:17 +02:00 |
|
Philipp Oppermann
|
78655d6bef
|
Add bit_field dependency
|
2016-05-28 14:09:17 +02:00 |
|
Philipp Oppermann
|
431bb39fdb
|
Begin work for exceptions post
|
2016-05-28 14:09:17 +02:00 |
|
Philipp Oppermann
|
6839321233
|
Formatting: Run rustfmt
|
2016-04-12 00:47:05 +02:00 |
|
Philipp Oppermann
|
2b85f38b41
|
Use new hole_list_allocator instead of bump_allocator
|
2016-04-12 00:47:05 +02:00 |
|
Philipp Oppermann
|
fbc1c60164
|
Ensure that memory::init is only called once
|
2016-04-12 00:47:05 +02:00 |
|
Philipp Oppermann
|
cea73b3ab9
|
Move memory intialization to memory::init function
|
2016-04-12 00:47:05 +02:00 |
|
Philipp Oppermann
|
9e46fb21c7
|
Try to allocate something (causes a page fault)
|
2016-04-12 00:47:05 +02:00 |
|
Philipp Oppermann
|
f25cb599c2
|
Link bump_allocator and alloc and collections crates
|
2016-04-12 00:47:05 +02:00 |
|
Philipp Oppermann
|
03ed3ce9a0
|
Replace buggy range.step_by with a Frame::range_inclusive function
|
2016-03-06 13:42:31 +01:00 |
|
Philipp Oppermann
|
cfe03f612d
|
Remove printing of memory areas and elf sections
|
2016-01-01 18:05:16 +01:00 |
|
Philipp Oppermann
|
ac6c1af84f
|
Remove test_paging function
|
2016-01-01 18:05:16 +01:00 |
|
Philipp Oppermann
|
e2b99ac8c1
|
Set the NXE and the WP bit
|
2016-01-01 18:05:16 +01:00 |
|
Philipp Oppermann
|
33322ec49b
|
Test it
|
2016-01-01 18:05:16 +01:00 |
|
Philipp Oppermann
|
dd51bde9f9
|
Add remap_the_kernel function
|
2016-01-01 18:05:16 +01:00 |
|
Philipp Oppermann
|
a9e5b7fd28
|
Update license headers
|
2015-12-29 12:31:25 +01:00 |
|
Philipp Oppermann
|
14166b3a35
|
Remove old features
|
2015-12-20 15:40:43 +01:00 |
|
Philipp Oppermann
|
165e6ebff8
|
Run rustfmt
|
2015-12-20 15:05:08 +01:00 |
|
Philipp Oppermann
|
22014eb38d
|
The no_std attribute is stable now
|
2015-12-14 00:03:55 +01:00 |
|
Philipp Oppermann
|
75264e7cac
|
Fix unmap function by flushing the TLB
|
2015-12-09 15:46:15 +01:00 |
|
Philipp Oppermann
|
d8c6b6f5b7
|
Add and call test_paging function
|
2015-12-09 15:46:14 +01:00 |
|
Philipp Oppermann
|
14384fb27f
|
Model page table entries
|
2015-12-09 15:46:14 +01:00 |
|
Philipp Oppermann
|
dabef43db9
|
Reset src to master to be able to follow step-by-stp
|
2015-12-09 15:46:14 +01:00 |
|
Philipp Oppermann
|
92194d8354
|
Remove unused feature and import
|
2015-12-09 15:42:44 +01:00 |
|
Philipp Oppermann
|
44fd5f682d
|
Some new test printlns
|
2015-12-09 15:38:46 +01:00 |
|
Philipp Oppermann
|
562221d725
|
Add some unstable features and some printing tests
|
2015-12-09 15:38:46 +01:00 |
|
Philipp Oppermann
|
6462a3263c
|
Add basic module and corresponding documentation
|
2015-12-09 15:38:33 +01:00 |
|
Philipp Oppermann
|
f917bd67a1
|
Begin paging module
|
2015-12-08 22:20:19 +01:00 |
|
Philipp Oppermann
|
8304439c82
|
Add a FrameAllocator trait
|
2015-11-15 12:00:03 +01:00 |
|
Philipp Oppermann
|
75988f1324
|
Test: allocate all frames
|
2015-11-15 12:00:03 +01:00 |
|
Philipp Oppermann
|
a2047bc70a
|
Add an AreaFrameAllocator
|
2015-11-15 12:00:03 +01:00 |
|
Philipp Oppermann
|
6f8a21eba6
|
Create a memory module with a Frame struct
|
2015-11-15 12:00:03 +01:00 |
|
Philipp Oppermann
|
ccaa2ed645
|
Add section about start and end of kernel/multiboot
|
2015-11-15 12:00:03 +01:00 |
|
Philipp Oppermann
|
718db100cd
|
Add let bindings for tags
|
2015-11-15 12:00:03 +01:00 |
|
Philipp Oppermann
|
f2b91d3d61
|
Improve panic handler
|
2015-11-15 12:00:03 +01:00 |
|
Philipp Oppermann
|
895d40cd13
|
Add section about kernel elf sections
|
2015-11-15 12:00:03 +01:00 |
|
Philipp Oppermann
|
33fdbce530
|
Print available memory areas using multiboot info
|
2015-11-15 12:00:03 +01:00 |
|
Philipp Oppermann
|
73aa41e25e
|
Pass multiboot pointer as argument to rust_main
|
2015-11-15 12:00:03 +01:00 |
|
Philipp Oppermann
|
c36a3d19d2
|
Add and use a clear_screen function
|
2015-10-27 20:47:58 +01:00 |
|