
{"id":5562,"date":"2011-08-16T21:01:52","date_gmt":"2011-08-16T21:01:52","guid":{"rendered":"http:\/\/www.beautifulwork.org\/?p=5562"},"modified":"2011-08-16T21:01:52","modified_gmt":"2011-08-16T21:01:52","slug":"porting-first-steps-asm-code-to-gnu","status":"publish","type":"post","link":"https:\/\/www.trueangle.org\/index.php\/2011\/08\/16\/porting-first-steps-asm-code-to-gnu\/","title":{"rendered":"porting first steps asm code to GNU"},"content":{"rendered":"<pre>\n\n.global start\n[extern _k_main] ;\n\n_start:\n  call _k_main\n\n  cli  ;\n  hlt ;\n<\/pre>\n<pre>\n\n$as --64 kernel_start.s\nkernel_start.s: Assembler messages:\nkernel_start.s:2: Error: junk at end of line, first unrecognized character is `['\n$\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>.global start [extern _k_main] ; _start: call _k_main cli ; hlt ; $as &#8211;64 kernel_start.s kernel_start.s: Assembler messages: kernel_start.s:2: Error: junk at end of line, first unrecognized character is `[&#8216; $<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[263,424,833],"_links":{"self":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/5562"}],"collection":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/comments?post=5562"}],"version-history":[{"count":0,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/posts\/5562\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/media?parent=5562"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/categories?post=5562"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trueangle.org\/index.php\/wp-json\/wp\/v2\/tags?post=5562"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}