9 Dec 2023 |
dsvsdveg | does it help to understand how to write for rasberry pi right? | 22:01:45 |
barnabyw | I don’t know if the toy OS detailed in that series of blog posts will run on a pi as-is | 22:03:15 |
dsvsdveg | In reply to @barnabyw:matrix.org I don’t know if the toy OS detailed in that series of blog posts will run on a pi as-is not really my question but would it help as generalized information for os ? | 22:04:01 |
dsvsdveg | so this would help me to understand code here https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials/tree/master | 22:04:24 |
barnabyw | it should help with understanding how a simple OS kernel would function, yes | 22:05:10 |
vollbrecht | In reply to @dsvsdveg:matrix.org does it help to understand how to write for rasberry pi right? theoretical information =/= specific hardware implementation. Also don't fell in the trap on infinity research ( only if that is your end goal). The best time to start was yesterday. The next best is now. | 22:05:13 |
barnabyw | but if that series of tutorials you just linked is specifically for the pi, why not just follow them? | 22:05:28 |
K900 ⚡️ | In reply to@dsvsdveg:matrix.org nope but i take this ty lot It was linked, actually | 22:05:56 |
dsvsdveg | In reply to @barnabyw:matrix.org but if that series of tutorials you just linked is specifically for the pi, why not just follow them? this aren't realy tutorial like the blog you sent, it's only code that you need to read without really explain | 22:05:58 |
K900 ⚡️ | Huh? | 22:06:11 |
dsvsdveg | In reply to @vollbrecht:matrix.org theoretical information =/= specific hardware implementation. Also don't fell in the trap on infinity research ( only if that is your end goal). The best time to start was yesterday. The next best is now. can't start rn i have other priority but soon this will be my priority | 22:06:41 |
K900 ⚡️ | There's a tutorial in every directory in that repo | 22:06:42 |
dsvsdveg | In reply to @k900:0upti.me There's a tutorial in every directory in that repo i meant it's only code not really tuto step by ste | 22:07:45 |
dsvsdveg | In reply to @k900:0upti.me There's a tutorial in every directory in that repo * i meant it's only code not really tuto step by step | 22:07:49 |
K900 ⚡️ | It is step by step? | 22:07:53 |
K900 ⚡️ | Every directory is a step | 22:07:56 |
dsvsdveg | https://github.com/rust-embedded/rust-raspberrypi-OS-tutorials/tree/master/01_wait_forever | 22:08:17 |
dsvsdveg | is this a step by step? | 22:08:22 |
K900 ⚡️ | Read the generated documentation | 22:09:12 |
K900 ⚡️ | The actual tutorial is in the code comments | 22:09:17 |
K900 ⚡️ | As the readme tells you | 22:09:23 |
dsvsdveg | In reply to @k900:0upti.me The actual tutorial is in the code comments oh i got that ty so much for this information!!! | 22:12:24 |
dsvsdveg | sorry if i'm lot lazing, i'm just in period of lots of exam | 22:12:49 |
dsvsdveg | bear with me : ( | 22:12:53 |
dsvsdveg | just a question, before using real rasberry, i could use any software that can simulate rasberry 3 ? and will use the rust code for it | 22:15:39 |
dsvsdveg | or it won't work? | 22:15:42 |
K900 ⚡️ | No | 22:15:51 |
K900 ⚡️ | There is no such software | 22:15:54 |
K900 ⚡️ | At least none accurate enough to actually emulate the entire thing | 22:16:02 |
dsvsdveg | In reply to @k900:0upti.me At least none accurate enough to actually emulate the entire thing amazing ty so much K900, i really appreciate all the help you are giving ! | 22:17:11 |