{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":321174556,"defaultBranch":"master","name":"ohwes","ownerLogin":"whampson","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2020-12-13T22:38:07.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/11916560?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1726880140.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"eb28d987537803ce6484e940f769065ceaef3b7b","ref":"refs/heads/tty-indev","pushedAt":"2024-09-21T00:55:40.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"whampson","name":"Wes Hampson","path":"/whampson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11916560?s=80&v=4"},"commit":{"message":"save progress on TTY subsystem","shortMessageHtmlLink":"save progress on TTY subsystem"}},{"before":null,"after":"92c4617dc4e3538ac360ba7cc5bb102a34fd50b0","ref":"refs/heads/cpu-desc-fixup","pushedAt":"2024-09-21T00:44:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"whampson","name":"Wes Hampson","path":"/whampson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11916560?s=80&v=4"},"commit":{"message":"initialize CPU descriptors in setup.S","shortMessageHtmlLink":"initialize CPU descriptors in setup.S"}},{"before":"5c30657d365cf778c7ed88ba3e6e6096d7565929","after":"7c4dde2c3d90ac4c8c47d62d02612de218998998","ref":"refs/heads/tty","pushedAt":"2024-09-03T08:53:27.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"whampson","name":"Wes Hampson","path":"/whampson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11916560?s=80&v=4"},"commit":{"message":"Merge branch 'optiplex-gmt5133-support' into tty","shortMessageHtmlLink":"Merge branch 'optiplex-gmt5133-support' into tty"}},{"before":"7df2c30f4ad6972ff86d812bd184e562ecec1d03","after":"5c30657d365cf778c7ed88ba3e6e6096d7565929","ref":"refs/heads/tty","pushedAt":"2024-08-28T09:39:47.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"whampson","name":"Wes Hampson","path":"/whampson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11916560?s=80&v=4"},"commit":{"message":"TTY and serial driver port improvements","shortMessageHtmlLink":"TTY and serial driver port improvements"}},{"before":null,"after":"7df2c30f4ad6972ff86d812bd184e562ecec1d03","ref":"refs/heads/tty","pushedAt":"2024-08-27T04:15:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"whampson","name":"Wes Hampson","path":"/whampson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11916560?s=80&v=4"},"commit":{"message":"more of the tty system implemented","shortMessageHtmlLink":"more of the tty system implemented"}},{"before":"0fcf76935e205cc4a276e978eaa59287571e82ac","after":"b50adfe5e5b318a17ef557d26612956068c72994","ref":"refs/heads/master","pushedAt":"2024-08-13T10:51:17.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"whampson","name":"Wes Hampson","path":"/whampson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11916560?s=80&v=4"},"commit":{"message":"tons of serial improvements","shortMessageHtmlLink":"tons of serial improvements"}},{"before":"da5f5b3a7a9eae360a2798edea52e09fd03604b9","after":"0fcf76935e205cc4a276e978eaa59287571e82ac","ref":"refs/heads/master","pushedAt":"2024-08-12T19:53:50.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"whampson","name":"Wes Hampson","path":"/whampson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11916560?s=80&v=4"},"commit":{"message":"begin work on serial ports","shortMessageHtmlLink":"begin work on serial ports"}},{"before":"61f85313da73cd51d6fa6fba0edbee545268b450","after":"da5f5b3a7a9eae360a2798edea52e09fd03604b9","ref":"refs/heads/master","pushedAt":"2024-08-07T23:32:55.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"whampson","name":"Wes Hampson","path":"/whampson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11916560?s=80&v=4"},"commit":{"message":"index consoles at 1","shortMessageHtmlLink":"index consoles at 1"}},{"before":"0abc9522f7efbbc4f6137adbb3f963252a3c450d","after":"61f85313da73cd51d6fa6fba0edbee545268b450","ref":"refs/heads/master","pushedAt":"2024-08-07T23:09:04.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"whampson","name":"Wes Hampson","path":"/whampson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11916560?s=80&v=4"},"commit":{"message":"Use ALT+ to switch virtual consoles!!","shortMessageHtmlLink":"Use ALT+<N> to switch virtual consoles!!"}},{"before":"044485578f501169da7222ac5f404f5fd7ce9929","after":"0abc9522f7efbbc4f6137adbb3f963252a3c450d","ref":"refs/heads/master","pushedAt":"2024-08-04T06:23:55.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"whampson","name":"Wes Hampson","path":"/whampson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11916560?s=80&v=4"},"commit":{"message":"fix end of line behavior (fix #1)\n\nThe console will only advance to the next line when a character nees to be printed there. Most of the time, the cursor advances to the next cell immediately after a character is receieved and emitted. However, when a character is received while the cursor is placed in the last position of the line, the cursor will not advance to the next line. Instead, it will occupy the same cell as the received character until another character is received, at which point it will advance to the leftmost cell of the next line. This is done to avoid unnecessary blank lines and unwanted cursor movement when in 'raw' mode.","shortMessageHtmlLink":"fix end of line behavior (fix #1)"}},{"before":"2244925903ee665345f488cf5eece04e9b748290","after":"044485578f501169da7222ac5f404f5fd7ce9929","ref":"refs/heads/master","pushedAt":"2024-07-24T09:08:28.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"whampson","name":"Wes Hampson","path":"/whampson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11916560?s=80&v=4"},"commit":{"message":"Merge branch 'master' of https://github.com/whampson/ohwes","shortMessageHtmlLink":"Merge branch 'master' of https://github.com/whampson/ohwes"}},{"before":"c1419e0b70ddb466f2041be9b84017121beba921","after":"2244925903ee665345f488cf5eece04e9b748290","ref":"refs/heads/master","pushedAt":"2024-07-23T00:10:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"whampson","name":"Wes Hampson","path":"/whampson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11916560?s=80&v=4"},"commit":{"message":"setup cleanup","shortMessageHtmlLink":"setup cleanup"}},{"before":"f15c6e128b9a96dc1bf749cb2459a4af63413215","after":"c1419e0b70ddb466f2041be9b84017121beba921","ref":"refs/heads/master","pushedAt":"2024-07-22T07:54:57.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"whampson","name":"Wes Hampson","path":"/whampson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11916560?s=80&v=4"},"commit":{"message":"redo higher-quarter kernel mapping","shortMessageHtmlLink":"redo higher-quarter kernel mapping"}},{"before":"bbddbb8c855c20bd8fe03c705e2a4cd80a555e6a","after":null,"ref":"refs/heads/memory-management","pushedAt":"2024-07-20T06:46:13.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"whampson","name":"Wes Hampson","path":"/whampson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11916560?s=80&v=4"}},{"before":"f15c6e128b9a96dc1bf749cb2459a4af63413215","after":null,"ref":"refs/heads/cleanup-boot","pushedAt":"2024-07-20T06:46:08.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"whampson","name":"Wes Hampson","path":"/whampson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11916560?s=80&v=4"}},{"before":"024076a66ca138dffd1409cee2ce525d4a8f3541","after":"bbddbb8c855c20bd8fe03c705e2a4cd80a555e6a","ref":"refs/heads/memory-management","pushedAt":"2024-07-20T06:45:35.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"whampson","name":"Wes Hampson","path":"/whampson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11916560?s=80&v=4"},"commit":{"message":"fixup initial page mapping code","shortMessageHtmlLink":"fixup initial page mapping code"}},{"before":null,"after":"f15c6e128b9a96dc1bf749cb2459a4af63413215","ref":"refs/heads/cleanup-boot","pushedAt":"2024-07-20T06:45:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"whampson","name":"Wes Hampson","path":"/whampson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11916560?s=80&v=4"},"commit":{"message":"fixup after merge","shortMessageHtmlLink":"fixup after merge"}},{"before":"c235e4f8a7b286cfb55585da793edbca2b76a129","after":null,"ref":"refs/heads/build-refactor","pushedAt":"2024-07-20T06:43:16.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"whampson","name":"Wes Hampson","path":"/whampson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11916560?s=80&v=4"}},{"before":"671cef3b872e1332a2ae315dade873e2cf64077e","after":null,"ref":"refs/heads/paging","pushedAt":"2024-07-20T06:42:56.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"whampson","name":"Wes Hampson","path":"/whampson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11916560?s=80&v=4"}},{"before":"91942944d5c4f5743a9d9b5319a43db688238f1a","after":null,"ref":"refs/heads/cleanup-boot","pushedAt":"2024-07-20T06:42:26.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"whampson","name":"Wes Hampson","path":"/whampson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11916560?s=80&v=4"}},{"before":"d3684d355c2cdfa3e35a0f1a82027de9800b5d3e","after":"f15c6e128b9a96dc1bf749cb2459a4af63413215","ref":"refs/heads/master","pushedAt":"2024-07-20T06:41:42.000Z","pushType":"push","commitsCount":24,"pusher":{"login":"whampson","name":"Wes Hampson","path":"/whampson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11916560?s=80&v=4"},"commit":{"message":"fixup after merge","shortMessageHtmlLink":"fixup after merge"}},{"before":"d26f9de3a4c21e248f17dcfce15403012b1509c2","after":"91942944d5c4f5743a9d9b5319a43db688238f1a","ref":"refs/heads/cleanup-boot","pushedAt":"2024-07-20T00:56:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"whampson","name":"Wes Hampson","path":"/whampson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11916560?s=80&v=4"},"commit":{"message":"map kernel at 0xC0000000","shortMessageHtmlLink":"map kernel at 0xC0000000"}},{"before":"f7fa36276de53a8e948e2ccf9e5bfc4b8d77b818","after":"d26f9de3a4c21e248f17dcfce15403012b1509c2","ref":"refs/heads/cleanup-boot","pushedAt":"2024-07-19T09:56:13.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"whampson","name":"Wes Hampson","path":"/whampson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11916560?s=80&v=4"},"commit":{"message":"load dummy LDT and TSS","shortMessageHtmlLink":"load dummy LDT and TSS"}},{"before":"00cf4c83f4e2b088d3018d955e91a1f299213abe","after":"f7fa36276de53a8e948e2ccf9e5bfc4b8d77b818","ref":"refs/heads/cleanup-boot","pushedAt":"2024-07-17T23:03:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"whampson","name":"Wes Hampson","path":"/whampson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11916560?s=80&v=4"},"commit":{"message":"track submakefile changes","shortMessageHtmlLink":"track submakefile changes"}},{"before":"f4bbd0f33ec012e06599c89fd3955e29a050d5ae","after":"00cf4c83f4e2b088d3018d955e91a1f299213abe","ref":"refs/heads/cleanup-boot","pushedAt":"2024-07-17T09:40:46.000Z","pushType":"push","commitsCount":12,"pusher":{"login":"whampson","name":"Wes Hampson","path":"/whampson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11916560?s=80&v=4"},"commit":{"message":"fixup after merge","shortMessageHtmlLink":"fixup after merge"}},{"before":"c36037eec41f72d92477a72c1cbd533ac176cd04","after":"c235e4f8a7b286cfb55585da793edbca2b76a129","ref":"refs/heads/build-refactor","pushedAt":"2024-07-17T09:24:36.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"whampson","name":"Wes Hampson","path":"/whampson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11916560?s=80&v=4"},"commit":{"message":"trigger a rebuild if a Makefile is modified","shortMessageHtmlLink":"trigger a rebuild if a Makefile is modified"}},{"before":null,"after":"c36037eec41f72d92477a72c1cbd533ac176cd04","ref":"refs/heads/build-refactor","pushedAt":"2024-07-17T07:22:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"whampson","name":"Wes Hampson","path":"/whampson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11916560?s=80&v=4"},"commit":{"message":"build system improvements\n\nmake build system more aware of auxilary files so they are included in cleanup and update dependency lists; change variable naming to use whole words, separate naming conventions for callable 'function' macros and regular variables; make items in TARGET_LDLIBS list relative to TARGET_DIR","shortMessageHtmlLink":"build system improvements"}},{"before":null,"after":"f4bbd0f33ec012e06599c89fd3955e29a050d5ae","ref":"refs/heads/cleanup-boot","pushedAt":"2024-06-29T00:12:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"whampson","name":"Wes Hampson","path":"/whampson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11916560?s=80&v=4"},"commit":{"message":"start boot cleanup, not in a working state!!","shortMessageHtmlLink":"start boot cleanup, not in a working state!!"}},{"before":"a9f494864802986ceebed0b57218488a1db425b2","after":"d3684d355c2cdfa3e35a0f1a82027de9800b5d3e","ref":"refs/heads/master","pushedAt":"2024-06-29T00:11:48.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"whampson","name":"Wes Hampson","path":"/whampson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11916560?s=80&v=4"},"commit":{"message":"disable test build","shortMessageHtmlLink":"disable test build"}},{"before":null,"after":"024076a66ca138dffd1409cee2ce525d4a8f3541","ref":"refs/heads/memory-management","pushedAt":"2024-06-29T00:10:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"whampson","name":"Wes Hampson","path":"/whampson","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11916560?s=80&v=4"},"commit":{"message":"paging rewrite in progress","shortMessageHtmlLink":"paging rewrite in progress"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yMVQwMDo1NTo0MC4wMDAwMDBazwAAAAS8d9ku","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wNi0yOVQwMDoxMDo0Ny4wMDAwMDBazwAAAARyTmUk"}},"title":"Activity ยท whampson/ohwes"}