Imgflip Logo Icon

been at this shit for days

been at this shit for days | continuing my last post, I've also got an actual boot process going, where the system checks the hardware and loads the necessary drivers into memory. for example if your PC doesn't have a USB controller, it won't load that driver into memory to avoid wasting resources | image tagged in gold's announcement template | made w/ Imgflip meme maker
76 views 6 upvotes Made by Goldside543 10 months ago in MS_memer_group
Gold's Announcement Template memeCaption this Meme
9 Comments
[deleted]
0 ups, 10mo,
1 reply
welp

ive no reason to continue any longer
1 up, 10mo,
1 reply
wdym
[deleted]
0 ups, 10mo,
1 reply
bro makin whole OSes n shit😭😭

i cant get my mf css file working right😭😭😭
1 up, 10mo,
1 reply
check out the GitHub repo now

this shit is turning big

https://github.com/Goldside543/goldspace
[deleted]
0 ups, 10mo,
1 reply
dawg how do you do this shit
1 up, 10mo,
1 reply
insanity my friend

google Terry Davis, that mf made a whole OS because God told him to
[deleted]
0 ups, 10mo,
2 replies
okay but how do you learn anythin i cant seem to improve on anything simple no matter what i do💀
1 up, 10mo
in kernel space, it's all just logic ass shit

want to print text?

user space: use the printf function
kernel space: write a macro that defines the VGA buffer address, and write a function that prints out ASCII characters into the locations in the video memory
1 up, 10mo
it gets easier over time
Gold's Announcement Template memeCaption this Meme
Created with the Imgflip Meme Generator
IMAGE DESCRIPTION:
continuing my last post, I've also got an actual boot process going, where the system checks the hardware and loads the necessary drivers into memory. for example if your PC doesn't have a USB controller, it won't load that driver into memory to avoid wasting resources