Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
NuttX RTOS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
f4grx
NuttX RTOS
Commits
e665b3db
Commit
e665b3db
authored
9 years ago
by
Gregory Nutt
Browse files
Options
Downloads
Patches
Plain Diff
Update TODO list
parent
6ff67d30
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
TODO
+22
-0
22 additions, 0 deletions
TODO
with
22 additions
and
0 deletions
TODO
+
22
−
0
View file @
e665b3db
...
...
@@ -448,6 +448,28 @@ o Kernel/Protected Build
ifconfig netdev_foreach(), g_netstats
ping icmp_ping()
The busybox mkfatfs does not involve any OS calls; it does
its job by simply opening the block driver (using open/xopen)
and modifying it with write operations. See:
http://git.busybox.net/busybox/tree/util-linux/mkfs_vfat.c
Here is how the Busybox/Linux losetup works:
This is the busybox losetup():
http://git.busybox.net/busybox/tree/util-linux/losetup.c .
You can see that it relies on query_loop(), set_loop(), and
del_loop() to do the really work. query_loop() and friends
are here:
http://git.busybox.net/busybox/tree/libbb/loop.c.
They each open a device and interface with it using ioctl calls.
That is probably how NuttX should do things as well. But that
is pretty much a redesign.
Status: Open
Priority: Medium/High -- the kernel build configuration is not fully fielded
yet.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment