Ethin Probst
|
40e62a9536
|
Update dependencies to latest versions to fix E0557
Signed-off-by: Ethin Probst <ethindp@protonmail.com>
|
2021-05-16 12:19:02 -05:00 |
|
RKennedy9064
|
d80449dc8e
|
Merge pull request #22 from rust-osdev/develop
Update config/testing
|
2021-02-14 21:38:51 -06:00 |
|
Ryan Kennedy
|
8b805d7c3b
|
Update config/testing
|
2021-02-14 21:31:21 -06:00 |
|
RKennedy9064
|
38cc3a9868
|
Merge pull request #20 from Pollux3737/master
fix: should now compile
|
2021-02-14 21:09:20 -06:00 |
|
RKennedy9064
|
c86da4b2ba
|
Merge pull request #21 from rust-osdev/develop
Update workflow
|
2021-02-14 21:07:47 -06:00 |
|
Ryan Kennedy
|
fd0be9b608
|
Update workflow
|
2021-02-14 21:06:06 -06:00 |
|
Paul Fournier
|
53395cb9ed
|
fix: should now compile
|
2021-02-13 22:15:39 +01:00 |
|
RKennedy9064
|
1628ab2c79
|
Merge pull request #17 from rust-osdev/develop
Version bumps
|
2020-11-02 15:07:08 -06:00 |
|
Ryan Kennedy
|
3544c8ca79
|
Updated readme and version
|
2020-11-02 14:41:39 -06:00 |
|
Ryan Kennedy
|
c5d21bd38c
|
Version bumps
|
2020-10-30 15:11:43 -05:00 |
|
RKennedy9064
|
b1d71e76d8
|
Merge pull request #15 from rust-osdev/develop
Develop
|
2020-05-21 17:11:04 -05:00 |
|
Ryan Kennedy
|
3a5e941966
|
Fixing tests
|
2020-05-21 17:04:49 -05:00 |
|
Ryan Kennedy
|
c711f22e63
|
Deprecated asm! macro
|
2020-05-21 16:56:17 -05:00 |
|
RKennedy9064
|
7ff25184ce
|
Update rust.yml
All the cool kids are doing it 2.0
|
2020-04-08 22:35:51 -05:00 |
|
RKennedy9064
|
135edda3ab
|
Update rust.yml
All the cool kids are doing it
|
2020-04-08 22:34:16 -05:00 |
|
RKennedy9064
|
4a5598e072
|
Merge pull request #14 from rust-osdev/develop
Develop
|
2020-04-05 18:59:12 -05:00 |
|
Ryan Kennedy
|
39ad683665
|
Changelog and version bump
|
2020-04-05 18:58:30 -05:00 |
|
RKennedy9064
|
d61a3f783a
|
Merge pull request #13 from rust-osdev/mode-320-240
Mode 320 240
|
2020-04-05 18:55:53 -05:00 |
|
Ryan Kennedy
|
6861ca509f
|
Comments and cleanup
|
2020-04-05 18:45:52 -05:00 |
|
Ryan Kennedy
|
41a746fd2c
|
Always specify plane for clear screen
|
2020-04-05 17:49:31 -05:00 |
|
Ryan Kennedy
|
015c1c6597
|
Actually make the height 240
|
2020-04-05 17:17:16 -05:00 |
|
Ryan Kennedy
|
95f550a55e
|
Unused imports
|
2020-04-04 23:14:09 -05:00 |
|
Ryan Kennedy
|
ac80307d29
|
Probably don't need those locks
|
2020-04-04 23:08:34 -05:00 |
|
Ryan Kennedy
|
626ad52589
|
Initial setup for mode 320x240x256
|
2020-04-04 22:53:36 -05:00 |
|
RKennedy9064
|
9850223040
|
Fixed trait name
|
2020-03-31 23:02:48 -05:00 |
|
Ryan Kennedy
|
4f93bab9c8
|
Changelog and version bump
|
2020-03-31 22:57:56 -05:00 |
|
RKennedy9064
|
4816d79476
|
Merge pull request #12 from dbeckwith/dbeckwith.improvements
Small improvements
|
2020-03-31 22:29:54 -05:00 |
|
Daniel Beckwith
|
98e9fb3d86
|
Allow any character for fill_screen
|
2020-03-31 20:33:06 -04:00 |
|
Daniel Beckwith
|
6bc387cdf6
|
Fix lint
|
2020-03-31 18:37:42 -04:00 |
|
Daniel Beckwith
|
66b4ccf6d0
|
Fix lint
|
2020-03-31 18:35:59 -04:00 |
|
Daniel Beckwith
|
19d41fd146
|
Make constructors const
|
2020-03-31 18:29:41 -04:00 |
|
Daniel Beckwith
|
6547019382
|
Make screen width and height constant
|
2020-03-31 18:29:32 -04:00 |
|
Daniel Beckwith
|
88ce4a55a1
|
More trait impls for screen writers
|
2020-03-31 18:24:29 -04:00 |
|
Daniel Beckwith
|
8eb86d55a1
|
Add fill_screen
|
2020-03-31 18:22:55 -04:00 |
|
Daniel Beckwith
|
44c3821d9d
|
More const
|
2020-03-31 18:20:25 -04:00 |
|
Daniel Beckwith
|
cbad0a141e
|
More trait impls
|
2020-03-31 18:20:22 -04:00 |
|
RKennedy9064
|
3d052e69a5
|
Merge pull request #10 from rust-osdev/develop
Develop
|
2020-03-25 20:48:06 -05:00 |
|
Ryan Kennedy
|
225416353f
|
320x200x256 additions
|
2020-03-25 20:01:35 -05:00 |
|
Ryan Kennedy
|
699855669b
|
Fixing comments
|
2020-03-25 16:50:35 -05:00 |
|
Ryan Kennedy
|
865fecb71d
|
Implemented screen for 640x480x16
|
2020-03-25 01:16:21 -05:00 |
|
Ryan Kennedy
|
2202985100
|
Initial 320x200x256 mode was way easier
|
2020-03-25 01:13:53 -05:00 |
|
RKennedy9064
|
13b10c055b
|
Merge pull request #9 from rust-osdev/develop
Develop
|
2020-03-24 19:33:02 -05:00 |
|
Ryan Kennedy
|
03c2501e7b
|
version bump
|
2020-03-24 19:22:54 -05:00 |
|
Ryan Kennedy
|
a23698720d
|
Updated changelog
|
2020-03-24 19:22:21 -05:00 |
|
Ryan Kennedy
|
d6c01c7309
|
updated readme
|
2020-03-24 17:54:09 -05:00 |
|
Ryan Kennedy
|
595aef15bc
|
Updated example
|
2020-03-24 17:51:05 -05:00 |
|
RKennedy9064
|
c4a0ea5872
|
Merge pull request #8 from rust-osdev/graphics-refactor
Graphics refactor
|
2020-03-24 16:21:47 -05:00 |
|
Ryan Kennedy
|
244594c476
|
Fixed tests and renamed Color16Bit
|
2020-03-24 16:17:13 -05:00 |
|
Ryan Kennedy
|
36d92e4123
|
Code cleanup
|
2020-03-24 16:08:24 -05:00 |
|
Ryan Kennedy
|
42d2f4836e
|
Drawing text
|
2020-03-24 15:44:30 -05:00 |
|