Philipp Oppermann
|
38fe338029
|
Add a TODO about panic messages to vga buffer post
|
2018-06-10 13:30:33 +02:00 |
|
Philipp Oppermann
|
ee07901388
|
Typo fixes
|
2018-06-04 14:05:34 +02:00 |
|
Philipp Oppermann
|
d9d836fe2c
|
Print panic message to vga buffer
|
2018-06-04 13:48:39 +02:00 |
|
ccesare
|
9b94bdffed
|
Small typo in second edition VGA buffer chapter (#434)
|
2018-05-27 16:19:46 +02:00 |
|
Philipp Oppermann
|
ba266f31c5
|
ColorCode::new does not need to be a const fn
|
2018-05-01 17:28:16 +02:00 |
|
Philipp Oppermann
|
b278b9ec76
|
Update “What's next?” section of vga buffer post
|
2018-04-25 20:39:16 +02:00 |
|
Philipp Oppermann
|
573e1ed40c
|
Derive PartialEq/Eq for vga buffer types
|
2018-04-25 20:39:16 +02:00 |
|
Philipp Oppermann
|
6d0f103c16
|
Handle non-printable characters in vga buffer module (#425)
|
2018-04-07 19:45:28 +02:00 |
|
Philipp Oppermann
|
21fb890328
|
Run rustfmt
|
2018-04-02 17:34:37 +02:00 |
|
Philipp Oppermann
|
5d0503e250
|
Use explicit extern "C"
|
2018-04-02 17:31:04 +02:00 |
|
Philipp Oppermann
|
549dfd362b
|
Mark _start as extern; fix wrong entry point name
|
2018-04-02 17:24:00 +02:00 |
|
SomeAnotherDude
|
e1338bb53e
|
Add an empty branch to println!() macro to be consistent with std (#423)
|
2018-03-31 10:44:59 +02:00 |
|
Philipp Oppermann
|
78bd186003
|
Separate Writer::write_string and fmt::Write::write_str methods
|
2018-03-13 21:16:22 +01:00 |
|
Paul
|
b7b8c5ff61
|
fix #411 (#412)
|
2018-03-11 11:08:14 +01:00 |
|
Philipp Oppermann
|
2c2bd0a973
|
Add link for VGA write details and two minor fixes
Addresses the review comments at https://github.com/phil-opp/blog_os/pull/394#pullrequestreview-102511735.
|
2018-03-10 00:43:26 +01:00 |
|
Philipp Oppermann
|
557b869aa4
|
Update the VGA buffer post for the second edition
|
2018-03-04 23:19:07 +01:00 |
|
Philipp Oppermann
|
fab439d6a3
|
Add the Printing to Screen post to the second edition
|
2018-03-04 23:18:01 +01:00 |
|