| Author |
| Thread |
 |
|
|
|
USB: The Universal Serial Bus
Mike Gonta wrote: |
|
This will be the book that wakes up the sleeping OS development.
|
|

Benjamin David Lunt wrote: |
|
This book explains, from the beginning, how to write code to communicate with the USB, to be able to write a driver for the
four major types of USB controllers; the UHCI, OHCI, EHCI, and the new xHCI. It explains how to send requests to the
devices attached, to return the device's descriptors to be able to configure and use the devices. Some examples include drives,
mice, keyboards, printers, and external hubs. This is all done without any outside help. In other words, you are communicating
directly with the hardware. You are not relying on an existing operating system's function calls. This book also contains example
descriptions of why your driver may not be working and then gives details on how to fix it. If you are an operating system
development enthusiast, a beginner or a more advanced developer, this is a book for your desk.
The author fully supports this book and upon request and receipt of purchase, will send you an .ISO image with example source
code to retrieve a device's Device Descriptor, plugged in to one of the four controller types, along with other source code
described within the book.
|
|
USB: The Universal Serial Bus by Benjamin David Lunt.
Available worldwide on amazon.
US, Canada, UK, Germany, France, Spain, Italy, Japan
Last edited by Mike Gonta on 25 Feb 2012, 19:14; edited 8 times in total
|
27 Jan 2012, 11:17 |
|
revolution
When all else fails, read the source
Joined: 24 Aug 2004
Posts: 10812
Location: Ray's Music Exchange
|
|
27 Jan 2012, 11:23 |
|
Mac2004
Joined: 15 Dec 2003
Posts: 313
|
Mike: Thanx for the link. The book looks very promising.
Regards,
Mac2004
|
27 Jan 2012, 19:59 |
|
Dex4u
Joined: 08 Feb 2005
Posts: 1564
Location: web
|
Cool, thanks Mike, that books a must have and Benjamin David Lunt code is so readable.
Hope they will post to UK.
|
27 Jan 2012, 20:38 |
|
|
|
I order on that site there not finding it on amazon, but it said it'd take 'til friday to get here. I go to amazon again and search for it after ordering, and found it and it says it can get it here by monday at the same price. Considering i can't cancel the order, i feel jipped.
|
28 Jan 2012, 06:41 |
|
Mac2004
Joined: 15 Dec 2003
Posts: 313
|
|
28 Jan 2012, 08:22 |
|
|
|
A little too late for me...
|
28 Jan 2012, 10:14 |
|
|
|
Last edited by Mike Gonta on 30 Jan 2012, 23:54; edited 2 times in total
|
28 Jan 2012, 18:53 |
|
Dex4u
Joined: 08 Feb 2005
Posts: 1564
Location: web
|
I am waiting until its available from amazon uk, if anyone gets it, can you let me know if all examples are in C or are there some in basm (Benjamin's assembler).
Thanks.
|
28 Jan 2012, 21:49 |
|
|
|
Dex4u wrote: |
|
I am waiting until its available from amazon uk, if anyone gets it, can you let me know if all examples are in C or are there some in basm (Benjamin's assembler).
Thanks.
|
|
I'll let you know when i get it next friday.
|
28 Jan 2012, 21:52 |
|
|
|
Dex4u wrote: |
|
I am waiting until its available from amazon uk, if anyone gets it, can you let me know if all examples are in C or are there some in basm (Benjamin's assembler).
Thanks.
|
|
Hi Craig,
The ISO (with freedos and the utilies - and the source code for the utilities) is available by email from Ben (with proof of purchase).
All the utilities are in C with one in C++.
license wrote: |
* This code is included on the disc that is included with the book
* USB: The Universal Serial Bus, and is for that purpose only. You have the
* right to use it for learning purposes only. You may not modify it for
* redistribution for any other purpose unless you have written permission
* from the author.
*
* You may modify and use it in your own projects as long as they are
* for non profit only. Any project for profit that uses this code
* must have written permission from the author.
|
|
email received from Ben wrote: |
|
Mike,
Thanks for the kind words on the newsgroup and forums.
I appreciate it.
I should have a finalized .iso image in a few days. I will
send it then. Would you rather have it .zipped down or
just as with the first one I sent.
Thanks,
Ben
|
|
|
28 Jan 2012, 22:25 |
|
Dex4u
Joined: 08 Feb 2005
Posts: 1564
Location: web
|
Thanks for the info Mike.
|
28 Jan 2012, 22:34 |
|
edfed
Joined: 20 Feb 2006
Posts: 3940
Location: In an open world without walls and fences, we wouldn't need Windows and Gates
|
future of osdev is there, usb boot with everything to code inside.
say: simple system (fasm ide + documents + code templates + funny asm applications) all on a usb pen with a boot time of less than 3 seconds. 
|
28 Jan 2012, 23:29 |
|
|
|
Don't forget all the other drivers out there that are important to. Drivers for power management, APICs, etc.
|
29 Jan 2012, 00:36 |
|
edfed
Joined: 20 Feb 2006
Posts: 3940
Location: In an open world without walls and fences, we wouldn't need Windows and Gates
|
"documents + code templates" are the drivers in assembly programming.
code template to deal with some functionalities can be a sort of primitive driver. a coder using this package can play with all these templates and documents in order to set drivers for the current machine and os design, assuming the user is not lazy.
then, it is important to set a good documentation like would be this usb book.
|
29 Jan 2012, 01:05 |
|
|
|
USB: The Universal Serial Bus on facebook
|
29 Jan 2012, 15:15 |
|
|
|
What exactly constitutes as proof of purchase for him?
|
01 Feb 2012, 00:15 |
|
Mac2004
Joined: 15 Dec 2003
Posts: 313
|
cvtss2sd: Why not to send an email to the author and ask what he accepts as a proof of purchase?
regards
Mac2004
|
01 Feb 2012, 18:41 |
|
|
|
Now available in Canada on amazon.ca
Last edited by Mike Gonta on 06 Feb 2012, 09:55; edited 1 time in total
|
02 Feb 2012, 08:33 |
|
|
|
Forum Rules:
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
|
|
|
|
|
Powered by phpBB © 2001-2005 phpBB Group.
|