home *** CD-ROM | disk | FTP | other *** search
- >
- > BTW, can gas 1.38.1 from the gcc 2.3.3 package create pc relative
- > code? This would be needed when I translate my boot block code to
- > disk..
-
- Yes all of them should be able to create PC rel code the question is
- how correct is it? It seems the safest way to do things currently is
- (in order of preference) don't use PC rel. or use format pc@(symbol)
- it gets very incompatible from that point on.
-
- >
- > Then another thing.. at boot block executing time the display hasn't
- > been opened. It would be quite nice to put some output from boot
- > loader to console. So, how do I create a display where to put data
- > (for example by graphics.library Move() and Text())?.
-
- Are you talking about NetBSD?
-
- > ++Tero
- >
- Chris.
-
-
-