<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en" style='--code-editor-font: var(--default-mono-font, "GitLab Mono"), JetBrains Mono, Menlo, DejaVu Sans Mono, Liberation Mono, Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospace;'>
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>
<style data-premailer="ignore" type="text/css">
a { color: #1068bf; }
</style>
<style>img {
max-width: 100%; height: auto;
}
body {
font-size: .875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,.01) 0 0 1px;
}
body {
font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size: inherit;
}
</style>
</head>
<body style='font-size: inherit; -webkit-text-shadow: rgba(255,255,255,.01) 0 0 1px; font-family: "GitLab Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";'>
<div class="content">
<p style="color: #777777;">
<a href="https://gitlab.rtems.org/bhavyaBeliever">Bhavya Shah</a>
<a href="https://gitlab.rtems.org/groups/rtems/-/epics/27#note_123227">commented</a>:
</p>
<div class="md" style="position: relative; z-index: 1; color: #28272d; word-wrap: break-word;">
<p dir="auto" style="color: #28272d; margin: 0 0 16px;" align="initial">Hi <a href="https://gitlab.rtems.org/gedare" data-reference-type="user" data-user="8" data-container="body" data-placement="top" class="gfm gfm-project_member js-user-link" title="Gedare Bloom" style="color: #0b5cad; background-color: #cbe2f9; border-radius: .25rem; margin-top: 0; padding: 0 2px;">@gedare</a>, <a href="https://gitlab.rtems.org/Hamzi" data-reference-type="user" data-user="44" data-container="body" data-placement="top" class="gfm gfm-project_member js-user-link" title="Mohamed Hassan" style="color: #0b5cad; background-color: #cbe2f9; border-radius: .25rem; padding: 0 2px;">@Hamzi</a>, and <a href="https://gitlab.rtems.org/joel" data-reference-type="user" data-user="7" data-container="body" data-placement="top" class="gfm gfm-project_member js-user-link" title="Joel Sherrill" style="color: #0b5cad; background-color: #cbe2f9; border-radius: .25rem; padding: 0 2px;">@joel</a>,
Here’s an update on my progress regarding the project:</p>
<p dir="auto" style="color: #28272d; margin: 0 0 16px;" align="initial">Previous Work on <code style='font-size: 90%; color: #18171d; word-wrap: break-word; background-color: #ececef; border-radius: .25rem; margin-top: 0; font-weight: inherit; font-family: "GitLab Mono","JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; vertical-align: bottom; white-space: pre-wrap; overflow-wrap: break-word; word-break: keep-all; padding: 2px 4px;'>statvfs</code>:</p>
<ul dir="auto" style="text-align: initial; list-style-type: disc; margin: 0 0 16px; padding: 0;">
<li style="margin-top: 0; line-height: 1.6em; margin-left: 25px; padding-left: 3px;">I’ve been working on implementing statvfs. You can review the changes in this <a href="https://gitlab.rtems.org/bhavyaBeliever/rtems/-/compare/main...statvfs?from_project_id=26" data-reference-type="commit_range" data-original="commit" data-link="true" data-link-reference="true" data-commit-range="5b687c4da51f2dc54bf898dff74024590beeb7e1...6a9037aa6c6f7166f067faa48430d9a6da143963" data-project="311" data-container="body" data-placement="top" title="" class="gfm gfm-commit_range has-tooltip" style='font-family: "GitLab Mono","JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; font-variant-ligatures: none; font-size: 95%; margin-top: 0;'>commit</a>.</li>
<li style="line-height: 1.6em; margin-left: 25px; padding-left: 3px;">I also wrote an introductory blog post about it.</li>
</ul>
<p dir="auto" style="color: #28272d; margin: 0 0 16px;" align="initial">Current Work on the Plugin:</p>
<ul dir="auto" style="text-align: initial; list-style-type: disc; margin: 0 0 16px; padding: 0;">
<li style="margin-top: 0; line-height: 1.6em; margin-left: 25px; padding-left: 3px;">I started implementing a new test case, psximfs03/init.c. The commit can be found <a href="https://gitlab.rtems.org/bhavyaBeliever/rtems/-/commit/295490889cb7a9d25f1fb9d66cd3781f37da41a9" data-reference-type="commit" data-original="here" data-link="true" data-link-reference="true" data-commit="295490889cb7a9d25f1fb9d66cd3781f37da41a9" data-project="311" data-container="body" data-placement="top" title="psximfs03/init.c: Added testcase for user configurable allocator" class="gfm gfm-commit has-tooltip" style='font-family: "GitLab Mono","JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; font-variant-ligatures: none; font-size: 95%; margin-top: 0;'>here</a>.</li>
<li style="line-height: 1.6em; margin-left: 25px; padding-left: 3px;">I’m currently focusing on the plugin portion. Before making direct changes to the kernel, I’m prototyping the design in a separate workspace to refine my approach. You can check my progress in this <a href="https://github.com/bhavyaBeliever/rtems-workspace" rel="nofollow noreferrer noopener" target="_blank" style="margin-top: 0;">workspace</a>.
Once the design is finalized, I’ll begin implementation in the main RTEMS repository.</li>
</ul>
<p dir="auto" style="color: #28272d; margin: 0;" align="initial">Please let me know if you have any feedback or suggestions.</p>
</div>
</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #737278;">
—
<br>
<a href="https://gitlab.rtems.org/groups/rtems/-/epics/27#note_123227">View it on GitLab</a>.
<br>
You're receiving this email because of your account on <a target="_blank" rel="noopener noreferrer" href="https://gitlab.rtems.org">gitlab.rtems.org</a>. <a href="https://gitlab.rtems.org/-/sent_notifications/f00e235ab171743142d97c97da1845a1/unsubscribe" target="_blank" rel="noopener noreferrer">Unsubscribe</a> from this thread · <a href="https://gitlab.rtems.org/-/profile/notifications" target="_blank" rel="noopener noreferrer" class="mng-notif-link">Manage all notifications</a> · <a href="https://gitlab.rtems.org/help" target="_blank" rel="noopener noreferrer" class="help-link">Help</a>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Epic","url":"https://gitlab.rtems.org/groups/rtems/-/epics/27#note_123227"}}</script>
</p>
</div>
</body>
</html>