Search:

Type: Posts; User: Jamie_Edwards

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    2,592

    yeah, I made a mistake, it's supposed to be: ...

    yeah, I made a mistake, it's supposed to be:



    const std::unique_ptr<sf::RenderWindow> getWindow() const { return mp_window; }
  2. Replies
    5
    Views
    2,592

    Accessing functions of a unique_ptr

    Hi guys,

    I might be doing this completely the wrong way but I'm trying to access functions contained by a unique_ptr.

    Here's what I'm trying to do:


    ...
  3. Replies
    4
    Views
    1,332

    I'm trying not to, in respect of the OS, once...

    I'm trying not to, in respect of the OS, once I've completed a source, for arguments sake, the FileSystem, I'll then implement that into my own version of main, compile and run it, and do the same...
  4. Replies
    4
    Views
    1,332

    hmm, I guess your right, but even so this...

    hmm, I guess your right, but even so this information would still useful for when, and if I ever get to distribute the code.

    Or for any other project I decide to have a go at for that matter :L
  5. Replies
    4
    Views
    1,332

    Getting Automake/Autoconf to compile C

    Hi guys,

    I'm having trouble with getting my head around automake and autoconf.

    I've read that both tools are good, and I want to make use of them with what I'm trying to develop.

    I'm...
  6. Making my own version of the scanf() version

    Hi guys,

    This is sort of two questions in one really XD.

    I'm trying to make an OS using C. Which is a real challenge as I'm more of a C++ kinda guy, anyway.

    How would I be able to create a...
  7. Thanks for finding that! Shame he isn't...

    Thanks for finding that! Shame he isn't maintaining the original tutorial though. I shouldn't have much of a problem with the code now XD

    Once again thanks.
  8. I guess I can't update it so I'll post them here...

    I guess I can't update it so I'll post them here ( hopefully it'll work ):



    source/main.c: In function ‘main’:
    source/main.c:81:4: warning: pointer targets in passing argument 4 of ‘read_fs’...
  9. Thanks for the links guys, most of them I have...

    Thanks for the links guys, most of them I have already had a look through XD. I have gotten rid of almost all the implicit declarations ( except copy_page_physical as it is in the asm file ). But...
  10. Thanks XD. At least I now know how to get rid of...

    Thanks XD. At least I now know how to get rid of the implicit declarations, could this solve the page fault too?
  11. It would mean having to include standard header...

    It would mean having to include standard header files into the mix, which, as you may know, won't work as I'm trying to make an OS :L
  12. No good, I tried both and I'm still having the...

    No good, I tried both and I'm still having the page fault, any other ideas? :L
  13. I guess you have a point :L , still as far as I...

    I guess you have a point :L , still as far as I know it shouldn't matter if your on a 64 or 32 bit system as long as you have the right way of compiling right ( i.e the right compiler flags ) and the...
  14. Oh, by the way I'm using 64-bit linux with the...

    Oh, by the way I'm using 64-bit linux with the same gcc compiler as he did/does, so that shouldn't be a problem.
  15. Yeah, that's the one XD sorry :L

    Yeah, that's the one XD sorry :L
  16. I have been writing as I read ( it's the best way...

    I have been writing as I read ( it's the best way for me to learn as I'm actually more of a C++ guy XD ).

    As for the page fault it's during the Multitasking page everything before that is fine at...
  17. Oh forgot here's the tutorial link:...

    Oh forgot here's the tutorial link:
    jamesmolloy.co.uk
  18. Page fault despite doing as tutorial says?

    Hi guys,

    I've been following a tutorial ( see below for link ) about making my own os. I got to the Multitasking section and compiling and linking goes fine throughout it all.

    But when it comes...
Results 1 to 18 of 18